diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-07-10 05:10:59 +0800 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-07-10 05:10:59 +0800 |
commit | d170014b7f8dd035884aa863b7c3dde83c3d1292 (patch) | |
tree | 83011332500e9abc34818204735bd2ad35c49986 /security | |
parent | 2257fae09221914202a65f083a08986fb4e67ce1 (diff) | |
download | freebsd-ports-gnome-d170014b7f8dd035884aa863b7c3dde83c3d1292.tar.gz freebsd-ports-gnome-d170014b7f8dd035884aa863b7c3dde83c3d1292.tar.zst freebsd-ports-gnome-d170014b7f8dd035884aa863b7c3dde83c3d1292.zip |
security/py-netmiko: Update to 2.4.0
Changelog:
Support for new platforms:
* VERSA Networks FlexVNF
* Mikrotik
* CloudGenix ION
* MRV LX
* Endace
* Huawei telnet support
* IOS-XR telnet support
Enhancements:
* Switch docs to pdoc3
* Add support for paramiko banner_timeout
* Netmiko Tools search path for inventory file
Bug fixes:
* Fixing MD5 / carriage return issue on NX-OS 9K
* Use YAML safe_load
* Fix NET_TEXTFSM path issues
* Update save_config method params across platforms
https://github.com/ktbyers/netmiko/releases/tag/v2.4.0
Diffstat (limited to 'security')
-rw-r--r-- | security/py-netmiko/Makefile | 6 | ||||
-rw-r--r-- | security/py-netmiko/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/py-netmiko/Makefile b/security/py-netmiko/Makefile index 330bb22c1c72..9d7c3c02fbe4 100644 --- a/security/py-netmiko/Makefile +++ b/security/py-netmiko/Makefile @@ -2,7 +2,7 @@ PORTNAME= netmiko DISTVERSIONPREFIX= v -DISTVERSION= 2.3.3 +DISTVERSION= 2.4.0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Multi-vendor library to simplify SSH connections to network devices LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=2.4.1:security/py-paramiko@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=2.4.3:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scp>=0.10.0:security/py-scp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scp>=0.13.2:security/py-scp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}textfsm>0:textproc/py-textfsm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ ${PY_IPADDRESS} \ diff --git a/security/py-netmiko/distinfo b/security/py-netmiko/distinfo index d16c6120fbb8..d964191176b6 100644 --- a/security/py-netmiko/distinfo +++ b/security/py-netmiko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554810439 -SHA256 (ktbyers-netmiko-v2.3.3_GH0.tar.gz) = d7b8dc1f566b83ff3e28e02693d1e441ca19a5e6a951f5e3e95d6d51a8e31007 -SIZE (ktbyers-netmiko-v2.3.3_GH0.tar.gz) = 977433 +TIMESTAMP = 1562574758 +SHA256 (ktbyers-netmiko-v2.4.0_GH0.tar.gz) = 89c358b64158b63ce6418800d0823973d41807b81b506080ca9f038f390a1083 +SIZE (ktbyers-netmiko-v2.4.0_GH0.tar.gz) = 554388 |