From b63ce2dafb49f324cf7cf99b5d2dc503e6f6592a80c9920f0b192fe5d047e351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 10 Feb 2019 10:23:38 +0000 Subject: [PATCH] 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 --- pysnmp-4.4.8.tar.gz | 3 --- pysnmp-4.4.9.tar.gz | 3 +++ python-pysnmp.changes | 11 +++++++++++ python-pysnmp.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pysnmp-4.4.8.tar.gz create mode 100644 pysnmp-4.4.9.tar.gz diff --git a/pysnmp-4.4.8.tar.gz b/pysnmp-4.4.8.tar.gz deleted file mode 100644 index ee30a26..0000000 --- a/pysnmp-4.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3427de5cf38926414f6dc4ed9b7854386023cc1d51fa276924fc1409504397be -size 439338 diff --git a/pysnmp-4.4.9.tar.gz b/pysnmp-4.4.9.tar.gz new file mode 100644 index 0000000..293dd24 --- /dev/null +++ b/pysnmp-4.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:256d0945d9662d7799ee21e2cccd5d702904a87f29e6d706500152a9af25e471 +size 439781 diff --git a/python-pysnmp.changes b/python-pysnmp.changes index 17c4a29..d6e2e12 100644 --- a/python-pysnmp.changes +++ b/python-pysnmp.changes @@ -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 diff --git a/python-pysnmp.spec b/python-pysnmp.spec index 1ebdd2d..263404d 100644 --- a/python-pysnmp.spec +++ b/python-pysnmp.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pysnmp -Version: 4.4.8 +Version: 4.4.9 Release: 0 Summary: A pure-Python SNMPv1/v2c/v3 library License: BSD-2-Clause