pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/p5-SNMP-Info



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Feb 28 08:18:02 UTC 2024

Modified Files:
        pkgsrc/net/p5-SNMP-Info: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/p5-SNMP-Info/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/p5-SNMP-Info/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/p5-SNMP-Info/Makefile
diff -u pkgsrc/net/p5-SNMP-Info/Makefile:1.49 pkgsrc/net/p5-SNMP-Info/Makefile:1.50
--- pkgsrc/net/p5-SNMP-Info/Makefile:1.49       Thu Jul  6 09:41:14 2023
+++ pkgsrc/net/p5-SNMP-Info/Makefile    Wed Feb 28 08:18:02 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2023/07/06 09:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2024/02/28 08:18:02 wen Exp $
 
-DISTNAME=      SNMP-Info-3.78
+DISTNAME=      SNMP-Info-3.97
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SNMP/}
 

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



Home | Main Index | Thread Index | Old Index