pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-snmp: Update to 4.4.6



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Dec 22 23:41:25 2018 +0100
Changeset:	a4007ef120c0e1b42d43082fcbacbf220b39fb15

Modified Files:
	py-snmp/Makefile
	py-snmp/distinfo

Log Message:
py-snmp: Update to 4.4.6

Changes:
Revision 4.4.6, released 2018-09-13
-----------------------------------
- Improved package build and dependency tracking
- Fixed missing LICENSE from the tarball distribution
- Fixed `CommandGeneratorLcdConfigurator.unconfigure()` to fully clean up
  internal caches, otherwise repetitive attempts to configure the target
  would fail.
- Fix to tolerate possible duplicate enumerations in `Bits` and `Integer`
  SMI types.
- Fix to tolerate non-initialised entries in SNMP community table. Once a
  bad entry sneaked into the SNMP community table, all the subsequent
  SNMP v1/v2c operations failed. The fix ignores incomplete SNMP community
  table entries in the course of building indices.

Revision 4.4.5, released 2018-08-05
-----------------------------------
- Added PySnmpError.cause attribute holding parent exception tuple
- Fixed broken InetAddressType rendering caused by a pyasn1 regression
- Fixed typo in RFC1158 module
- Fixed possible infinite loop in GETBULK response PDU builder
- Fixed memory leak in the `config.delContext()` VACM management harness
- Fixed `Bits` class initialization when enumeration values are given
- Fixed crash caused by incoming SNMPv3 message requesting SNMPv1/v2c
  security model
- Fixed out-of-scope OIDs leaking at the end of SNMP table at hlapi
  `nextCmd` and `bulkCmd` calls when `lexicographicMode = False`

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4007ef120c0e1b42d43082fcbacbf220b39fb15

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-snmp/Makefile | 3 +--
 py-snmp/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-snmp/Makefile b/py-snmp/Makefile
index 9a1ce0bc23..b8f87e8bf3 100644
--- a/py-snmp/Makefile
+++ b/py-snmp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pysnmp-4.4.4
+DISTNAME=	pysnmp-4.4.6
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pysnmp/}
@@ -11,7 +11,6 @@ COMMENT=	SNMP library for Python
 LICENSE=	2-clause-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-asn1>=0.2.3:../../security/py-asn1
-DEPENDS+=	${PYPKGPREFIX}-cryptodomex-[0-9]*:../../wip/py-cryptodomex
 DEPENDS+=	${PYPKGPREFIX}-smi-[0-9]*:../../wip/py-smi
 
 USE_LANGUAGES=	# none
diff --git a/py-snmp/distinfo b/py-snmp/distinfo
index 577b981d2e..206679f0c4 100644
--- a/py-snmp/distinfo
+++ b/py-snmp/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (pysnmp-4.4.4.tar.gz) = 1218ce235c6b5ca930e23bd1fe06c93a9a63ed19
-RMD160 (pysnmp-4.4.4.tar.gz) = 46d24717c8d1a7341096cda9e57b98fdf041fc30
-SHA512 (pysnmp-4.4.4.tar.gz) = 960ac73b7356bb236d3853432c094d3aa86a343f5e211065689e6c784293748ec6f2c1c17bf9d96b4cbe2d9d476ebbacbaff4bed7d86370e5ef61e6f03ba8c0e
-Size (pysnmp-4.4.4.tar.gz) = 436318 bytes
+SHA1 (pysnmp-4.4.6.tar.gz) = e31d1bac69d6d0bebbe76c3d7deaba867eeb6f1c
+RMD160 (pysnmp-4.4.6.tar.gz) = 2a012a6b2fc67f69d329f33ba5e809d29f036e2f
+SHA512 (pysnmp-4.4.6.tar.gz) = 0b53fcb7d266a861b3f8dca228371a7430b5513506b4b7083e112916730cc25311cdef549373271c2da62441a603d3f33e6a1e9417dec3aac074db25fb2be7c8
+Size (pysnmp-4.4.6.tar.gz) = 434508 bytes


Home | Main Index | Thread Index | Old Index