SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-pysnmp-5.0.28-2.2.noarch.rpm :

* Thu Feb 01 2024 Dirk Müller - use poetry-core for building
* Tue Aug 01 2023 Steve Kowalik - Switch to lextudio releases, and upgrade to 5.0.28:
* Fixed SNMP engine ID generation on Windows.
* SNMPv3 crypto operations that require external dependencies made dependent on the optional external package -- pysnmpcrypto.
* Added Slim class and simplified some examples.
* Fixed a #SNMP demo compatibility issue.
* Fixed passwordToKeySHA.
* Enabled Python 3.11 support.
* Switched to pyasn1/pyasn1 package.
* Removed legacy paddings in v3 packets.
* Changed web site to pysnmp.com.
* Inherited all changes made by Splunk team.- Switch to pyproject macros.- Add patch support-new-pyasn1.patch:
* Support pyasn1 0.5.0.
* Sat Mar 14 2020 Tomáš Chvátal - Fix build without python2
* Tue Sep 24 2019 Martin Hauke - Update to version 4.4.12
* Fixed broken SNMPv3 `msgFlag` initialization on authoritative SNMP engine ID discovery. This bug causes secure communication with peer SNMP engines to stall at SNMP engine ID discovery procedure.
* Tue Sep 10 2019 Tomáš Chvátal - Update to 4.4.11: - Added SNMPv3 USM master and localized keys support to LCD configuration - Improved initial and runtime USM debugging - Fixed a bug in USM configuration which did not allow the same user names to be added under different security names
* Wed Jul 31 2019 Martin Hauke - Update to version 4.4.10
* Reworked VACM access control function. Most important changes include: + Added subtree match negation support (vacmViewTreeFamilyType) + Added subtree family mask support (vacmViewTreeFamilyMask) + Added prefix content name matching support (vacmAccessContextMatch) + Added key VACM tables caching for better `isAccessAllowed` lookup performance One potential incompatibility may be caused by the `addContext()` call which now needs to be made explicitly during low-level VACM configuration rather than be a side effect of `addVacmAccess()` call.
* Rebased MIB importing code onto `importlib` because `imp` is long deprecated
* Received MIB objects resolution made more forgiving to errors, added optional `ignoreErrors` parameter to `ObjectType.resolveWithMib()` to control that behaviour.
* Fixed asyncore main loop to respect non-default timer resolution
* Fixed `.setTimerResolution()` behaviour of abstract main loop dispatcher to update call intervals of the existing periodic dispatcher jobs
* Fixed `var-bindings` initialization to prevent pyasn1 encoder failures with newer pyasn1 versions where `SequenceOf` type looses its default initializer.
* Fixed crash on uninitialized component serialization left out in SNMP v1 TRAP PDU to SNMPv2/3 TRAP PDU proxy translation routine.
* Sat Feb 09 2019 mardnhAATTgmx.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 2019 mardnhAATTgmx.de- Update to version 4.4.8
* Fixed Pythonized MIB load (in the source form) - made sure to turn it into a code object prior to its execution- Update to version 4.4.7
* 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`
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue Nov 27 2018 alexander_naumovAATTopensuse.org- Update to version 4.4.6
* 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 IntegerSMI 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. This is a bug fix release addressing a handful of accumulated bugs.
 
ICM