svn commit: r536382 - branches/2020Q2/security/py-netmiko

Kai Knoblich kai at FreeBSD.org
Sun May 24 10:21:37 UTC 2020


Author: kai
Date: Sun May 24 10:21:36 2020
New Revision: 536382
URL: https://svnweb.freebsd.org/changeset/ports/536382

Log:
  MFH: r536374
  
  security/py-netmiko: Update to 3.1.1
  
  Changelog:
  
  New Drivers/Platforms
  
  * UnifiSwitchSSH
  * Huawei OLT
  * Huawei SmartAX
  
  Bugfixes and Improvements:
  
  * Nokia SR-OS SCP Support
  * Improve terminal width behavior
  * Fix some issues related to cmd_verify
  * Expanded autodetect support
  
  https://github.com/ktbyers/netmiko/releases/tag/v3.1.1
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2020Q2/security/py-netmiko/Makefile
  branches/2020Q2/security/py-netmiko/distinfo
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/security/py-netmiko/Makefile
==============================================================================
--- branches/2020Q2/security/py-netmiko/Makefile	Sun May 24 10:15:28 2020	(r536381)
+++ branches/2020Q2/security/py-netmiko/Makefile	Sun May 24 10:21:36 2020	(r536382)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netmiko
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.1.0
+DISTVERSION=	3.1.1
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: branches/2020Q2/security/py-netmiko/distinfo
==============================================================================
--- branches/2020Q2/security/py-netmiko/distinfo	Sun May 24 10:15:28 2020	(r536381)
+++ branches/2020Q2/security/py-netmiko/distinfo	Sun May 24 10:21:36 2020	(r536382)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585471983
-SHA256 (ktbyers-netmiko-v3.1.0_GH0.tar.gz) = 4e2957642608ca29ac86078d938d77094864847a58faf99bae24ae01e231111d
-SIZE (ktbyers-netmiko-v3.1.0_GH0.tar.gz) = 651894
+TIMESTAMP = 1589874073
+SHA256 (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 0b2e01cce1f5e7dd1f75a3dcdf415922e3d578233d423a9d8f8a8f6a87fe1167
+SIZE (ktbyers-netmiko-v3.1.1_GH0.tar.gz) = 669683


More information about the svn-ports-all mailing list