pkgsrc-WIP-changes archive

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

py-snmp: Update to 4.4.9



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Apr 5 13:17:12 2019 +0200
Changeset:	259eb5d63da81ff65d64e63e808ce27e29fd2293

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

Log Message:
py-snmp: Update to 4.4.9

Changes:
Revision 4.4.9, released 2019-02-09
-----------------------------------
- Made MIB loader ignoring file and directory access errors
- Added missing SNMP PDU error classes and their handling in Command Responder
- Fixed crash on MIB load failure in case of directory access error
- Fixed socket transparency option (IPV6_TRANSPARENT) to make IPv6
  transparent operation functional

Revision 4.4.8, released 2018-12-30
-----------------------------------
- Fixed Pythonized MIB load (in the source form) - made sure to turn
  it into a code object prior to its execution

Revision 4.4.7, released 2018-12-29
-----------------------------------
- Copyright notice extended to the year 2019
- Exposed ASN.1 `Null` type through `rfc1902` module for convenience.
- Use `compile()` before `exec`'ing MIB modules to attach filename to
  the stack frames (ultimately shown in traceback/debugger)
- Fixed hlapi/v3arch transport target caching to ensure transport targets
  are different even if just timeout/retries options differ
- Fixed hlapi LCD configurator to include `contextName`. Prior to this fix
  sending SNMPv3 TRAP with non-default `contextName` would fail.
- Fixed possible duplicate key occurrence in the `OrderedDict` following
  a race condition
- Fixed undefined name references in `inet_pton`/`inet_ntop` substitute
  routines for IPv6 in `TRANSPORT-ADDRESS-MIB.py`

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

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

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

diffs:
diff --git a/py-snmp/Makefile b/py-snmp/Makefile
index b8f87e8bf3..d63c2f1e63 100644
--- a/py-snmp/Makefile
+++ b/py-snmp/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	pysnmp-4.4.6
+DISTNAME=	pysnmp-4.4.9
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pysnmp/}
diff --git a/py-snmp/distinfo b/py-snmp/distinfo
index 206679f0c4..eea8abd8fc 100644
--- a/py-snmp/distinfo
+++ b/py-snmp/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-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
+SHA1 (pysnmp-4.4.9.tar.gz) = 9d0b85856a6cf00b923126c2267b1ca6dfe433be
+RMD160 (pysnmp-4.4.9.tar.gz) = 40649a60a28778e670b98f6d7f83cf5ba8261978
+SHA512 (pysnmp-4.4.9.tar.gz) = 0832abb4134b77d43f6c750ce6c797c976b5fb99ef02602e7aa6034e4524e229eb33ac5d5b086acfb5740893120eb5b17df648dda48decc5d038476270e5fe1e
+Size (pysnmp-4.4.9.tar.gz) = 436017 bytes


Home | Main Index | Thread Index | Old Index