Wed Feb 28 08:18:02 2024 UTC (85d)
Update to 3.97

Upstream changes:
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

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

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

Version 3.92 (2023-02-20)
Version 3.91 (2023-02-20)
Version 3.90 (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

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

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

Version 3.84 (2022-07-04)
Version 3.83 (2022-07-04)

  [NEW FEATURES]

  * Add support for HW Group STE whitespace monitoring devices

Version 3.82 (2022-03-16)

  [NEW FEATURES]

  * add Cisco BGP MIB support to all Cisco Layer 3 devices

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

Version 3.80 (2021-09-22)
Version 3.79 (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

  [BUG FIXES]

  * Fix typo in Whiterabbit.pm (#439)

Version 3.78 (2021-09-08)

  [BUG FIXES]

  * Fix undefined value error in Bridge.pm i_vlan


(wen)
diff -r1.49 -r1.50 pkgsrc/net/p5-SNMP-Info/Makefile
diff -r1.31 -r1.32 pkgsrc/net/p5-SNMP-Info/distinfo

cvs diff -r1.49 -r1.50 pkgsrc/net/p5-SNMP-Info/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-SNMP-Info/Makefile 2023/07/06 09:41:14 1.49
+++ pkgsrc/net/p5-SNMP-Info/Makefile 2024/02/28 08:18:02 1.50
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.49 2023/07/06 09:41:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.50 2024/02/28 08:18:02 wen Exp $
2 2
3DISTNAME= SNMP-Info-3.78 3DISTNAME= SNMP-Info-3.97
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= net perl5 5CATEGORIES= net perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
8 7
9MAINTAINER= bouyer@NetBSD.org 8MAINTAINER= bouyer@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/SNMP-Info 9HOMEPAGE= https://metacpan.org/release/SNMP-Info
11#HOMEPAGE= http://snmp-info.sourceforge.net/ 10#HOMEPAGE= http://snmp-info.sourceforge.net/
12COMMENT= Perl5 object oriented interface to SNMP informations 11COMMENT= Perl5 object oriented interface to SNMP informations
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp 14DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
16DEPENDS+= p5-NetAddr-IP>=4.068:../../net/p5-NetAddr-IP 15DEPENDS+= p5-NetAddr-IP>=4.068:../../net/p5-NetAddr-IP
17 16
18PERL5_PACKLIST= auto/SNMP/Info/.packlist 17PERL5_PACKLIST= auto/SNMP/Info/.packlist

cvs diff -r1.31 -r1.32 pkgsrc/net/p5-SNMP-Info/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-SNMP-Info/distinfo 2021/10/26 11:06:26 1.31
+++ pkgsrc/net/p5-SNMP-Info/distinfo 2024/02/28 08:18:02 1.32
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.31 2021/10/26 11:06:26 nia Exp $ 1$NetBSD: distinfo,v 1.32 2024/02/28 08:18:02 wen Exp $
2 2
3BLAKE2s (SNMP-Info-3.78.tar.gz) = 7ce2583d47a1c9d96129fae0aa37acaba59c0cb9c6a4662cf719a690a65197b8 3BLAKE2s (SNMP-Info-3.97.tar.gz) = c988262eb4444d383da98e67150e058e2aa58c5e8ab179ea34baded9154225ee
4SHA512 (SNMP-Info-3.78.tar.gz) = eca499aba07030a0e5e976c93680a403e6cee7e83814913f4a52287ca7f16d8a4775b5b772625b36253ff604022ee06133754f60a5ef7a5d497b2624033e9a70 4SHA512 (SNMP-Info-3.97.tar.gz) = 5b06b9c08d7e9ff18e451569225257200fbdef65a93c4f8cbe6645a16fb916a5e712b76fc83c819e1f07ce0abd0563cc6c786ca91e300933794f7f620ae46ac7
5Size (SNMP-Info-3.78.tar.gz) = 578683 bytes 5Size (SNMP-Info-3.97.tar.gz) = 593368 bytes