14
0
forked from pool/python-pysnmp

Accepting request 627804 from home:mnhauke

- Update to version 4.4.5
  * 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`

OBS-URL: https://build.opensuse.org/request/show/627804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2018-08-07 07:25:48 +00:00
committed by Git OBS Bridge
parent bbd5fe2eb7
commit 5e61012e06
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Aug 6 17:56:28 UTC 2018 - mardnh@gmx.de
- Update to version 4.4.5
* 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`
-------------------------------------------------------------------
Fri Jun 29 13:17:52 UTC 2018 - mardnh@gmx.de