14
0
forked from pool/python-pysnmp

Accepting request 673046 from home:mnhauke:network

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

OBS-URL: https://build.opensuse.org/request/show/673046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysnmp?expand=0&rev=39
This commit is contained in:
Tomáš Chvátal
2019-02-10 10:23:38 +00:00
committed by Git OBS Bridge
parent aaeb196608
commit b63ce2dafb
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Feb 9 20:53:52 UTC 2019 - mardnh@gmx.de
- Update to version 4.4.9
* 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
-------------------------------------------------------------------
Thu Jan 10 08:22:22 UTC 2019 - mardnh@gmx.de