svn commit: r511564 - head/security/py-netmiko

Kai Knoblich kai at FreeBSD.org
Sun Sep 8 12:05:28 UTC 2019


Author: kai
Date: Sun Sep  8 12:05:27 2019
New Revision: 511564
URL: https://svnweb.freebsd.org/changeset/ports/511564

Log:
  security/py-netmiko: Update to 2.4.2
  
  Changelog:
  
  * Add Keymile driver
  * Fix session_log corruption bug
  * Add support for ProxyJump in SSH config file
  * Add support for Linux prompt terminators via environment variables
  
  Note: Barring critical bugs this should be the last Netmiko release that
        will support Python 2.
  
  https://github.com/ktbyers/netmiko/releases/tag/v2.4.2

Modified:
  head/security/py-netmiko/Makefile
  head/security/py-netmiko/distinfo

Modified: head/security/py-netmiko/Makefile
==============================================================================
--- head/security/py-netmiko/Makefile	Sun Sep  8 11:59:45 2019	(r511563)
+++ head/security/py-netmiko/Makefile	Sun Sep  8 12:05:27 2019	(r511564)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netmiko
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.4.1
+DISTVERSION=	2.4.2
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/security/py-netmiko/distinfo
==============================================================================
--- head/security/py-netmiko/distinfo	Sun Sep  8 11:59:45 2019	(r511563)
+++ head/security/py-netmiko/distinfo	Sun Sep  8 12:05:27 2019	(r511564)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564514350
-SHA256 (ktbyers-netmiko-v2.4.1_GH0.tar.gz) = 6e42d7aed9ad3f9a766b3a389e9f22b7f3e85f2920f03cea6e6180cffb5cff6a
-SIZE (ktbyers-netmiko-v2.4.1_GH0.tar.gz) = 562838
+TIMESTAMP = 1567932822
+SHA256 (ktbyers-netmiko-v2.4.2_GH0.tar.gz) = 02f6d1eafa5588ae89a7ba01f9a0c65089aded8cfedef7bd8d61a1255bf2b4f7
+SIZE (ktbyers-netmiko-v2.4.2_GH0.tar.gz) = 574322


More information about the svn-ports-all mailing list