File python-pysnmp-apps.changes of Package python-pysnmp-apps
-------------------------------------------------------------------
Sun Sep 27 22:03:05 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Update to version 0.5.3
- Added Sphinx docs for the command-line tools
- The *-Oe* option implemented to disable integer/bits
enumeration rendering.
- Copyright extended towards 2018
- Update to version 0.5.2
- Fixed SNMP crypto algorithm identifiers to be named
consistently after key length rather than MAC length
- Added strong AES privacy algorithms with Blumenthal key
localization
- Fix to allow longer USM user names (up to 32 octets)
- Update to version 0.5.1
- Added strong crypto support
- CLI tools usage aligned with the Net-SNMP prototypes for
mocking consistency
- Migrated references from SourceForge
- Update to version 0.4.2
- Harden values renderer against broken SNMP indices
- Bumped pysnmp dependency to 4.3.9
- Fixed crash on string value rendering due to improper
low-level pyasn1 .prettyOut() call
- Source code PEP8'ed
- Author's e-mail changed, copyright extended towards 2017
- Update to version 0.4.1
- Copyright notice added to non-trivial source code files.
- Fix to stray trailing OID lurking to snmp*walk.py output.
- Fix to __doc__ use in setup.py to make -O0 installation mode
working.
- Update to version 0.4.0
- All apps renamed into snmp*.py and moved to scripts/ directory
for a more conventional layout.
- All apps updated to support the latest pysnmp Standard
Applications API.
- Initial integration with the PySMI MIB compiler. The -P<x>
option now partially supported. All tools try to download
missing ASN.1 MIBs from snmplabs.com web site by default.
- Conditional variable buildValueOnly replaced with two
buildObjectName and buildValue at MibViewProxy.
- Single spec
- Proper update-alternatives
-------------------------------------------------------------------
Sun Nov 24 20:44:15 UTC 2013 - p.drouand@gmail.com
- Update to version 0.3.4
+ License updated to vanilla BSD 2 +Clause to ease package use
(http://opensource.org/licenses/BSD +2 +Clause).
+ Upper level exception handling improved for all apps.
+ Distribute is gone, switched to setuptools completely.
+ Fix to config.addTargetAddr() invocation + + since pysnmp 4.2.3, reworked
pysnmp LCD model does not require tagging transport address to bind it
with communityName.
- Changes from version 0.3.3
+ Tools will report pysnmp +apps package version along with pysnmp version
being used.
+ Package meta +information updated.
+ Package version is now in __init__.__version_
- Changes from version 0.3.2
+ MIB path mangiling reworked
+ Fix to make pysnmptrap INFORM C/L switch operational
- Remove useless CFLAGS definition
- Remove --record-rpm=INSTALLED_FILES; add %{python_sitelib} in %files
section instead
- Fix license to correct and SPDX compliant formate
-------------------------------------------------------------------
Sun Nov 27 08:43:56 UTC 2011 - jfunk@funktronics.ca
- Update to 0.3.1
- Major overhawl for Python 2.4 -- 3.2 compatibility:
+ get rid of old-style types
+ drop string module usage
+ switch to rich comparation
+ drop explicit long integer type use
+ map()/filter() replaced with list comprehension
+ apply() replaced with */**args
+ switched to use 'key' sort() callback function
+ modified not to use py3k-incompatible exception syntax
+ dictionary operations made 2K/3K compatible
- 0.2.11b
- Fix to ignore empty value in pysnmptranslate pretty printer
- 0.2.11a
- New options (-Cp -Ct -Cc) implemented for pysnmp*walk tools.
- All tools now report error OID.
- EOM condition detection adjusted to reflect modified pysnmp API.
- The pysnmptrap tool code cleaned up.
- HEX values printout improved.
-------------------------------------------------------------------
Tue Sep 14 23:49:49 UTC 2010 - jfunk@funktronics.ca
- Update to 0.2.10a
- Fix to SNMP Apps: pass contextEngineId and contextName from command line
to SNMP App API.
- The missing pysnmptrap tool added to distro and fixed to make it properly
initializing SNMPv1/v2c trap PDU from command line parameters.
- Revision 0.2.9a
- UDP over IPv6 transport added.
- Fix to allow SET'ting values to MIB table instances.
- Revision 0.2.8a
- API versioning mechanics retired (pysnmp_apps.v4 -> pysnmp_apps).
- Attempt to use setuptools for package management whenever available.
- The apps are now ready for py2exe processing.
-------------------------------------------------------------------
Mon Feb 16 2009 James Oakley <jfunk@funktronics.ca> - 0.2.7-1
- Update to 0.2.7a
- Fixes to pysnmptranslate tool to output MIB text fields (DESCRIPTION etc.)
- 0.2.6a
- UNSTABLE ALPHA RELEASE.
- Default timeout/retries set to net-snmp default values.
- AES cipher now supported.
-------------------------------------------------------------------
Mon Apr 23 2007 James Oakley <jfunk@funktronics.ca> - 0.2.5-1
- Update to 0.2.5
- The snmptranslate tool implemented
- The -d and -D debugging parameters implemented
- Minor fixes