Files
perl-SNMP-Info/perl-SNMP-Info.changes
Tina Müller 48082036f2 Accepting request 1235351 from devel:languages:perl:autoupdate
- updated to 3.972.2 (3.972002)
   see /usr/share/doc/packages/perl-SNMP-Info/Changes
  Version 3.972002 (2024-10-29)
    [BUG FIXES]
    * docs and tests
  Version 3.972001 (2024-10-29)
    [NEW FEATURES]
    * Cisco Catalyst 1300 Series Managed Switch support
  Version 3.972000 (2024-09-12)
    [NEW FEATURES]
    * #530 Extreme WiNG support
  Version 3.971000 (2024-08-28)
    [NEW FEATURES]
    * #524 SilverPeak device support
    * Layer3::Meraki class from Jeremiah Garmatter
    [ENHANCEMENTS]
    * #502 update SNMP::Info::Layer3::Fortinet
    * #519 lots of improvements to Layer2::Aerohive

OBS-URL: https://build.opensuse.org/request/show/1235351
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SNMP-Info?expand=0&rev=55
2025-01-09 16:27:48 +00:00

946 lines
28 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Thu Dec 12 16:36:30 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.972.2 (3.972002)
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.972002 (2024-10-29)
[BUG FIXES]
* docs and tests
Version 3.972001 (2024-10-29)
[NEW FEATURES]
* Cisco Catalyst 1300 Series Managed Switch support
Version 3.972000 (2024-09-12)
[NEW FEATURES]
* #530 Extreme WiNG support
Version 3.971000 (2024-08-28)
[NEW FEATURES]
* #524 SilverPeak device support
* Layer3::Meraki class from Jeremiah Garmatter
[ENHANCEMENTS]
* #502 update SNMP::Info::Layer3::Fortinet
* #519 lots of improvements to Layer2::Aerohive
-------------------------------------------------------------------
Thu Feb 29 03:09:00 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.970001
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.970001 (2024-02-28)
[BUG FIXES]
* fix uninitialized warnings in CiscoASA parse_inetaddress
although the type is ipv6z the entry has no zone identifier
Version 3.97 (2024-02-26)
[BUG FIXES]
* fix invalid IPv6 addresses returned by ipv6_addr
for entries without a zone identifier
caused by off-by-one error in parse_inetaddress
Version 3.96 (2024-02-26)
[ENHANCEMENTS]
* return IPv6 addresses of type ipv6z consistent by all IPv6 address methods
* add parse_inetaddress method to IPv6
for parsing RFC4001 InetAddress OIDs used to index the IP-MIB
and refactor its methods to use it where appropriate
* override parse_inetaddress for Cisco ASA which doesn't conform to RFC4001
because it is missing the number of octets in InetAddress, seems it's
indexed like the CISCO-IETF-IP-MIB
* #512 add psu2 to foundry, poe mib has been renamed (needs netdisco-mibs 4.039)
-------------------------------------------------------------------
Tue Sep 5 16:58:24 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.95
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.95 (2023-09-02)
[ENHANCEMENTS]
* #491 Dell - Take into account OS10
* #492 F5 - Update the module to correctly retrieve interfaces
* #499 aoscx power over ethernet support
* #500 pretty format 2.5gbps speeds
[BUG FIXES]
* partial revert #484 and replace with Cisco specific CiscoAgg::agg_ports_propvirtual
-------------------------------------------------------------------
Wed Jul 26 03:12:46 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.94
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.94 (2023-07-25)
[BUG FIXES]
* partial revert #484 and replace with Cisco specific CiscoAgg::agg_ports_propvirtual
Version 3.93 (2023-07-14)
[ENHANCEMENTS]
* #484 add Aggregate::agg_ports_ifstack to CiscoAgg::agg_ports
-------------------------------------------------------------------
Tue Feb 21 03:08:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.92
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.92 (2023-02-20)
[NEW FEATURES]
* #450 Hirschmann switch support
* #463 Netonix switch support
[ENHANCEMENTS]
* new() accepts hashref as well as bare list of arguments
# #475 additional recognition of Allied switches
* #477 additional recognition of Cisco 9xxx switches
[BUG FIXES]
* #460 always return $info instance to allow error() inspection
* #464 check in case non numeric key in cache befor inc
* #474 workaround for aruba-cx link aggregation
-------------------------------------------------------------------
Fri Aug 19 03:08:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.89
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.89 (2022-08-18)
[BUG FIXES]
* add Regexp::Common to dependencies
* fix tests for i_vlan_membership_untagged
Version 3.88 (2022-08-17)
[NEW FEATURES]
* Add i_subinterfaces for VLAN subinterfaces in Layer3::Juniper
* Add i_vlan and i_vlan_membership_untagged to Layer3::Juniper based on ifChassisLogicalUnit
-------------------------------------------------------------------
Sat Aug 13 03:11:52 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.87
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.87 (2022-08-12)
[NEW FEATURES]
* PortAccessEntity/IEEE8021-PAE-MIB module support
[ENHANCEMENTS]
* #462 SNMP::Info::Layer3::PaloAlto to include layer 2
* #461 Expose lldLocChassisId as $lldp->lldp_loc_id
* Update CiscoStats.pm for Amsterdam IOS-XE release
[BUG FIXES]
* #470 avoid error if Juniper VLAN not in bp_index
Version 3.86 (2022-08-10)
[BUG FIXES]
* #468 Cisco dotted subinterfaces had incorrect vlan assigned
Version 3.85 (2022-08-02)
[NEW FEATURES]
* Add i_subinterfaces for VLAN subinterfaces in CiscoVTP
-------------------------------------------------------------------
Tue Jul 5 03:07:18 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.84
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.84 (2022-07-04)
[NEW FEATURES]
* Add support for HW Group STE whitespace monitoring devices
-------------------------------------------------------------------
Thu Mar 17 03:09:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.82
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.82 (2022-03-16)
[NEW FEATURES]
* add Cisco BGP MIB support to all Cisco Layer 3 devices
-------------------------------------------------------------------
Fri Oct 8 03:07:23 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.81
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.81 (2021-10-07)
[ENHANCEMENTS]
* #400 change IPv6 decode warning to be debug-only
* #394 Recognise hyphenated cumulus version strings
* #401 add DLink layers always 2+3
* #377 i/if_ignore cleanup
[BUG FIXES]
* #443 trapeze and nws deep recursion fix
* #378 fix several uninitialized vars
* #374 undefined error from H3C class
-------------------------------------------------------------------
Thu Sep 23 03:09:19 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.80
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.80 (2021-09-22)
[NEW FEATURES]
* layer3::fortinet now supports link aggregation mapping
* Add support for Riverbed SteelheadEx and Steelfusion (#438)
[ENHANCEMENTS]
* change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch
[ENHANCEMENTS]
* Fix typo in Whiterabbit.pm (#439)
-------------------------------------------------------------------
Fri Sep 10 03:07:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.78
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.78 (2021-09-08)
[BUG FIXES]
* Fix undefined value error in Bridge.pm i_vlan
-------------------------------------------------------------------
Sun Sep 5 03:07:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.77
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.77 (2021-09-04)
[ENHANCEMENTS]
* set_i_vlan support for Ruckus/Brocade/Foundry
-------------------------------------------------------------------
Wed Aug 25 03:06:30 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.74
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.74 (2021-08-24)
[NEW FEATURES]
* Support changing PVID on Arista switches (#429)
* Support for Whiterabbit devices
[ENHANCEMENTS]
* Patch H3C broken node-vlan mapping
-------------------------------------------------------------------
Tue Jun 29 03:08:39 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.73
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.73 (2021-06-28)
[BUG FIXES]
* fix packaging error
Version 3.72 (2021-06-28)
[NEW FEATURES]
* Support for Aruba CX switches
* IEEE802_Bridge module
[BUG FIXES]
* #403 don't use layer3::dell for layer3::aruba devices
* layer2::aerohive supports version numbers above 9
-------------------------------------------------------------------
Sat Nov 28 03:07:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 3.71
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.71 (2020-11-27)
[NEW FEATURES]
* #386 Teltonika RUT9XX support (jeroenvis)
[ENHANCEMENTS]
* #398, 411 more ubiquiti cleanup and support for er-12 (lbegnaud & inphobia)
[BUG FIXES]
* #409, 410 Don't add AUTOLOAD generated methods in symbol table
* #372, 375 fix lldp on nx-os6 (inphobia)
-------------------------------------------------------------------
Wed Oct 16 10:15:09 UTC 2019 - <timueller+perl@suse.de>
- updated to 3.70
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.70 (2019-10-15)
[NEW FEATURES]
* #361 Siemens Scalance switch support
* #365 Ciena Layer3 support
* #368 DOCSIS cable modem support
[ENHANCEMENTS]
* #350 ubiquiti version string cleanup (LBegnaud)
* #352 duplex support for ciscosb
* #353 report all vendor names in lowercase
* #353 sprinkle "use warnings" and "use strict" around
* #358 prefer checkpoint mib over net-snmp mib (earendilfr)
* #359 detect newer ios-xe using codenames (Christoph Neuhaus)
* #367 test using latest MIBs version dynamically
* #370 smarter Q-BRIDGE handling
* poe power usage & mac address for ciscosb
[BUG FIXES]
* #353 doc fixes: report all required mibs for each module as based on code
* #353 include fixes: don't include modules already imported from parent classes
* #355 fix #252, don't think 6char devices names are mac addresses
* #363 clean return calls in code
* #364 strip newline from neoteris os_ver, fixes netdisco #647
-------------------------------------------------------------------
Mon Apr 29 05:32:14 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.68
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.68 (2019-04-28)
[NEW FEATURES]
* initial support for redlion cellular routers (inphobia)
[ENHANCEMENTS]
* use pulsesecure mib in layer7::neoteris instead of juniper-ive
-------------------------------------------------------------------
Sun Apr 21 05:25:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.67
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.67 (2019-04-20)
[NEW FEATURES]
* #323 initial Lenovo / cnos support (inphobia)
* #317 #326 DOCSIS Head End support (Pyro3d)
[ENHANCEMENTS]
* add v3 Context update() tests for net-snmp 5.8+
* support INFO_TRACE and SNMP_TRACE environment variables for Debug
* #324 clean up exinda and add regression test
[BUG FIXES]
* #294 snmp::info should show full class used
* #297 perl 5.28 removal of "use vars"
* #306 fix incorrect interfaces for d-link
* #319 make fortinet return a useful interface name (inphobia)
* #320 improve duplicate interfaces() fixup
* #321 clean interface descriptions of null and trailing space
* #322 #327 full fix for aerohive tests
* #325 lazy load legacy RFC1213-MIB only if needed
* #496 fix for aerohive wireless clients support (inphobia)
-------------------------------------------------------------------
Mon Mar 25 06:32:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.66
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.66 (2019-03-24)
[NEW FEATURES]
* #316 add support for IS-IS routing protocol (pyro3d)
[ENHANCEMENTS]
* switch to Alien::SNMP for travis builds (ollyg)
[BUG FIXES]
* clarify MRO usage
-------------------------------------------------------------------
Mon Feb 25 06:29:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 3.65
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.65 (2019-02-24)
[ENHANCEMENTS]
* #296 expand CiscoAgg to also include LACP (inphobia)
* #308 update VyOS enterprise OID
* #310 bring layer3::oneaccess up to date for oneos6. (inphobia)
* Add two more HP 2930F models (JeroenvIS)
[BUG FIXES]
* #295 make CiscoAgg return ifindex instead of bp_index (inphobia)
* more documentation fixes + whitespace cleanup in all files
-------------------------------------------------------------------
Mon Dec 31 06:32:37 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 3.64
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.64 (2018-12-30)
[NEW FEATURES]
* #283 support for Exinda/GFI traffic shapers (inphobia)
[ENHANCEMENTS]
* #282 Aerohive base MAC lookup (inphobia)
[BUG FIXES]
* many documentation fixes (inphobia)
-------------------------------------------------------------------
Thu Dec 6 16:14:27 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 3.63
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.63 (2018-11-25)
[ENHANCEMENTS]
* #280 update to retrieve Aerohive serial
* #271 update os_ver for Alcatel-Lucent (stromsoe)
[BUG FIXES]
* #273 remove old ADTRAN modules not in netdisco-mibs
Version 3.62 (2018-10-29)
[ENHANCEMENTS]
* #278 Support for Cisco Firepower Threat Defense
* #275 Document peth_port_ifindex for Junipers
* #274 Add peth_port_ifindex override for Junipers
* #270 Add support for additional Mikrotik models
* Add HP 3810M, 2930M, 2930F and 2540 series switches
[BUG FIXES]
* #265 Fix typos in L3::Huawei
-------------------------------------------------------------------
Sun Jul 22 05:57:24 UTC 2018 - coolo@suse.com
- updated to 3.61
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.61 (2018-05-09)
[ENHANCEMENTS]
* #255 IPv6 support - Set the transport-specifier if given an IPv6 address
* #195 IP address table - IPv4 Address Table will use the
IP-MIB::ipAddressTable if the deprecated IP-MIB::ipAddrTable doesn't
return results
[BUG FIXES]
* #261 EIGRP Peer Neighbor Formatting / Munge
* #252 Unpack binary MAC if present in cdp_port
* Fix SNMPv1 cdp_run check
Version 3.60 (2018-05-06)
[ENHANCEMENTS]
* #263 detect Aerohive ap250 & ap230 models (inphobia)
[BUG FIXES]
* #140 LLDP fixes - treat remote port type of 'local' as an interface name if
the remote port id doesn't look like an index
* Fix potential issue in enumeration of LLDP reported system capabilities
supported by the remote system due to the 'lldpRemSysCapSupported' leaf
name being defined in multiple MIBs
-------------------------------------------------------------------
Thu May 3 05:55:10 UTC 2018 - coolo@suse.com
- updated to 3.59
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.59 (2018-05-01)
[NEW FEATURES]
* #214 SNMP::Info Device models Genua, ATMedia, Liebert
[ENHANCEMENTS]
* Capture base MAC in L3::Huawei
* Change _lldp_addr_index to a method so it can be properly overridden in
subclasses
[BUG FIXES]
* Capture fan ans power supply status in L3::Huawei when description is
not available
Version 3.58 (2018-04-29)
[NEW FEATURES]
* #202 Support for Aerohive access points
[ENHANCEMENTS]
* #220 Alcatel-Lucent / Nokia SR 7750 missing port information. Add duplex,
fan, and power supply status, as well as, module inventory to L3::Timetra
* Add fan and power supply status to L3::Huawei
* Override ifMTU with max frame size when applicable in L3::Huawei
[BUG FIXES]
* Correct POE power module to port mapping in L3::Huawei
-------------------------------------------------------------------
Fri Apr 27 05:52:53 UTC 2018 - coolo@suse.com
- updated to 3.57
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.57 (2018-04-26)
[ENHANCEMENTS]
* #145 Patch for Huawei (robwwd)
* #228 Huawei aggregate link support
* POE and duplex admin support added to L3::Huawei
* Significant performance improvement validating AUTOLOAD methods
[BUG FIXES]
* IEEE802dot3ad portlist is indexed with a dot1dBasePort, cross reference
with dot1dBasePortIfIndex
* Fix for macsuck in Cisco classes introduced in 3.55 caused by inheritance
issue in CiscoStack
-------------------------------------------------------------------
Mon Apr 23 06:00:10 UTC 2018 - coolo@suse.com
- updated to 3.56
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.56 (2018-04-22)
[BUG FIXES]
* Fix table methods when defined as an OID which will not completely
translate to a fully qualified textual leaf
-------------------------------------------------------------------
Fri Apr 20 05:56:35 UTC 2018 - coolo@suse.com
- updated to 3.55
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.55 (2018-04-19)
[NEW FEATURES]
* #260 Oneaccess (robwwd)
* #259 Add ERX (Old Juniper E-Series JunOSe) Support (robwwd)
* #258 Add support for Arbor devices (robwwd)
* #253 Nexans switch support (paecker)
* #142 Sixnet Switch Support
[ENHANCEMENTS]
* #117 Recognition for HP Blade switches (J R Binks)
* #196 Support for powerconnect 8164F
* Refactor Layer3::Dell for better support of newer models
* Increase capture of i_vlan on router interfaces in L3::Cisco
* Factor out logic to determine serial number from ENTITY-MIB in Layer2 and
Layer3 to new method entity_derived_serial in Entity class and added new
method entity_derived_os_ver in Entity class to determine OS version
in a similar manner
[BUG FIXES]
* #67 Juniper EX4300 Missing/Wrong information
* #61 ZyXEL (X)GS1900 family MIB - Fix loop in layers method
* Fix ISA in AMAP and EDP classes
* Add missing MIB in L2::Trapeze, L2::NWSS2300, and L3::Dell
* Fix gigabit logic in i_duplex_admin() of CiscoStack
* Prevent potential undefined warnings in i_speed_admin() of L2::C2900 and
ports() of L3::C3550
* Correct validation and IID/key used in mau_set_i_speed_admin() and
mau_set_i_duplex_admin() of MAU
* Correct typo in MIB leaf names in L3::Aironet
* Don't use MIB leafs that are not-accessible according to MIB
NOTE: Fixing this logic now results in methods on MIB leafs specified as
not-accessible failing validation in _validate_autoload_method()
-------------------------------------------------------------------
Fri Apr 6 06:28:54 UTC 2018 - coolo@suse.com
- updated to 3.54
see /usr/share/doc/packages/perl-SNMP-Info/Changes
Version 3.54 (2018-04-01)
[NEW FEATURES]
* #141 Avocent ACS files for correct discovery in Netdisco
* Add support for Avocent ACS 5K/6K/8K terminal servers in Layer1::Cyclades
[ENHANCEMENTS]
* #215 Nokia/Alcatel-Lucent 7705 LLDP
* #220 Alcatel-Lucent / Nokia SR 7750 missing neighbors
* Improve Layer3::Timetra model detection
[BUG FIXES]
* Fix logic in Layer1::Asante i_up() method
* Fix MIB leaf typo in IPv6
* Don't use MIB leafs that are not-accessible according to MIB
* Fix logic for determining if MIB leaf supports set operations
NOTE: Fixing this logic now results in methods starting with set_ on MIB
leafs without Write or Create access failing validation in
_validate_autoload_method()
Version 3.53 (2018-03-22)
[NEW FEATURES]
* #12 add Cisco PortFast support via CiscoStpExtensions::i_faststart_enabled
[ENHANCEMENTS]
* Report serial/version on Netgear FSM (paecker)
* Add test harness and expand developer test coverage
* Add back the base (RFC) MIBs for when net-snmp does not have them builtin
[BUG FIXES]
* Fix AUTOLOAD / can() bug that could result in DESTROY being redefined and
dynamic methods not being added to the symbol table.
version 3.52 (2018-03-19)
[ENHANCEMENTS]
* set fallback for nonmatching interfaces in Cumulus class
* better interface naming for Ubiquiti
* modify mock utility to work under a perlbrew environment
-------------------------------------------------------------------
Thu Mar 15 06:48:30 UTC 2018 - coolo@suse.com
- updated to 3.50
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.50 (2018-03-14)
[ENHANCEMENTS]
* #198 Add Support for Gigamon devices
[BUG FIXES]
* #226 Avaya VSP devices - no ifAlias
* #227 Remove bogus can() check in _set()
* Fix SNMP::Info::IEEE802dot3ad when more than 1 LAG
-------------------------------------------------------------------
Mon Mar 5 06:55:40 UTC 2018 - coolo@suse.com
- updated to 3.49
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.49 (2018-03-03)
[ENHANCEMENTS]
* Better Layer3::Cumulus interface naming
[BUG FIXES]
* Use GitHub for MIBs download for testing, instead of sf.net
version 3.48 (2018-03-03)
[ENHANCEMENTS]
* Add Layer3::Cumulus for Cumulus Networks devices
-------------------------------------------------------------------
Wed Feb 28 06:57:04 UTC 2018 - coolo@suse.com
- updated to 3.47
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.47 (2018-02-27)
[ENHANCEMENTS]
* Add LLDP-MIB::lldpXMedRemInventoryTable methods
-------------------------------------------------------------------
Tue Feb 20 06:54:27 UTC 2018 - coolo@suse.com
- updated to 3.46
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.46 (2018-02-17)
[ENHANCEMENTS]
* Add method to get err-disable cause for interfaces on Cisco
-------------------------------------------------------------------
Sat Feb 17 07:01:54 UTC 2018 - coolo@suse.com
- updated to 3.45
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.45 (2018-02-14)
[ENHANCEMENTS]
* Enable Layer3::Foundry for Brocade VDX platform
[BUG FIXES]
* #222 #238 #239 handle BayStack switches with port index 128 (zoeloe)
-------------------------------------------------------------------
Tue Feb 13 07:02:03 UTC 2018 - coolo@suse.com
- updated to 3.44
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.44 (2018-02-12)
[ENHANCEMENTS]
* Improve F10 OS version detection (laelly)
* Better IPv6 prefix derivation
-------------------------------------------------------------------
Wed Feb 7 17:15:49 UTC 2018 - coolo@suse.com
- updated to 3.43
see /usr/share/doc/packages/perl-SNMP-Info/Changes
-------------------------------------------------------------------
Mon Dec 18 06:53:56 UTC 2017 - coolo@suse.com
- updated to 3.39
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.39 (2017-12-17)
[ENHANCEMENTS]
* #236 Enhanced Ubiquiti device support (L. Begnaud)
* add HP J9774A model (H. Teulahti)
[BUG FIXES]
* fix scripts (F. Mass)
* fix CiscoASA typos (laelly)
-------------------------------------------------------------------
Tue Oct 24 05:48:57 UTC 2017 - coolo@suse.com
- updated to 3.38
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.38 (2017-10-23)
[ENHANCEMENTS]
* Layer2::Airespace several newer 802.11 data rates added
[BUG FIXES]
* #232 Improve generic Info::Layer3 serial number detection
-------------------------------------------------------------------
Wed Jul 12 06:07:09 UTC 2017 - coolo@suse.com
- updated to 3.37
see /usr/share/doc/packages/perl-SNMP-Info/Changes
version 3.37 (2017-07-11)
[ENHANCEMENTS]
* Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher
-------------------------------------------------------------------
Fri Jun 30 06:10:54 UTC 2017 - coolo@suse.com
- updated to 3.36
see /usr/share/doc/packages/perl-SNMP-Info/Changes
-------------------------------------------------------------------
Mon Nov 21 07:14:34 UTC 2016 - coolo@suse.com
- updated to 3.34
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.34 (2016-11-20)
[ENHANCEMENTS]
* Support Cisco IPS Modules homed on the Cisco ASA (M. Kraus)
[BUG FIXES]
* Serial number on Nexus 9372 (genereic check for ID before using) (M. Caines)
-------------------------------------------------------------------
Thu May 5 10:04:49 UTC 2016 - coolo@suse.com
- updated to 3.33
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.33 (2016-04-27)
[ENHANCEMENTS]
* Move author-only tests to xt directory so they aren't run on installation
by users
[BUG FIXES]
* Correct device serial number reporting for Cisco Nexus 5k switches with
software version >= 7
version 3.32 (2016-04-26)
[ENHANCEMENTS]
* Add 200 Mbps and 2.0 Gbps aliases to SPEED_MAP
* Add Palo Alto support
* Add VMware support
* Support for propMultiplexor as ifType
* Add device MAC to APC UPS
* [#61] Report APC model for PDU products
* Removed DeviceMatrix from the distribution
[BUG FIXES]
* Support undefined (noSuchInstance) values in Offline mode
* Do not init table cache if Cache provided by user
* Avoid deep recusion when AUTOLOAD and carp collide
* Detect Cisco VG350s as L3 devices instead of APs
* fix for 'Use of inherited AUTOLOAD for non-method SNMP::Info::Layer2::HP::agg_ports_ifstack() is deprecated'
* Workaround in IPv6.pm to deal with possibly incorrect IPV6-MIB implementations
* [#71] AUTOLOAD typo-catcher search for SNMP::Info no longer anchored
* [#70] Respect version/comm/secname on passed Session obj
-------------------------------------------------------------------
Wed Jan 27 10:32:32 UTC 2016 - coolo@suse.com
- updated to 3.31
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.31 (2016-01-22)
[ENHANCEMENTS]
* Support for CiscoSB OS and Version (D. Tuecks)
* SONMP support for Enhanced Topology Table
* Add support for channelized interfaces in L3::Passport
[BUG FIXES]
* Correct link to MIB tarball
-------------------------------------------------------------------
Thu Nov 19 10:19:22 UTC 2015 - coolo@suse.com
- updated to 3.30
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.30 (2015-11-16)
[ENHANCEMENTS]
* RT #106254: Add new sysObjectID mapping for Ubiquiti
[BUG FIXES]
* Correct link to MIB tarball
* Correct port indexing of newer VSP 4K and 8K in L3::Passport
* Statistics in the sysIfxStatTable are 64-bit counters, so they should
override the 64-bit methods.
-------------------------------------------------------------------
Fri Oct 16 09:37:59 UTC 2015 - coolo@suse.com
- updated to 3.29
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.29 (2015-10-13)
[ENHANCEMENTS]
* Add IPv6::ipv6_addr() method to map IPv6 interface address indexes to actual addresses
* Add support for (remote) IPv6 addresses to LLDP::lldp_addr()
* Add LLDP::lldp_ipv6() and LLDP::lldp_mac() so that remote management
addresses of specific types can be requested
-------------------------------------------------------------------
Mon Sep 21 13:16:36 UTC 2015 - coolo@suse.com
- updated to 3.28
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
version 3.28 (2015-06-18)
[ENHANCEMENTS]
* Add Layer3::Huawei class for Huawei Quidway switches
* Modified generic Layer3::Cisco class: use community based indexing if
the device returns a value for vtpVersion
[BUG FIXES]
* Correct port indexing of VSP 4K in L3::Passport
version 3.27 (2015-05-05)
[ENHANCEMENTS]
* Cisco Aironet PSU information
* Only log adding mibdirs at debug level 2
[BUG FIXES]
* [#221] Drop Cisco Voice VLAN 4096
-------------------------------------------------------------------
Mon Apr 13 18:31:20 UTC 2015 - coolo@suse.com
- updated to 3.26
see /usr/share/doc/packages/perl-SNMP-Info/ChangeLog
-------------------------------------------------------------------
Sun May 1 10:39:22 UTC 2011 - coolo@opensuse.org
- updated to 2.04, see Changes
-------------------------------------------------------------------
Mon Nov 29 18:00:51 UTC 2010 - coolo@novell.com
- called spec2changelog
-------------------------------------------------------------------
Fri Nov 2 00:00:00 UTC 2007 - jfunk@funktronics.ca
- Initial release