Thu Nov 29 03:14:58 2012 UTC ()
Update to 2.09

Upstream changes:
version 2.09 (2012-11-28)

    [NEW FEATURES]

    * New method i_ssidmac() to get BSSID's from AP's with initial support
      in L2::Aironet and Airespace classes
    * Support for Avaya Secure Routers in new class L3::Tasman
    * Add EDP and LLDP L2 Topology to L3::Extreme
    * [3185393] Support for Juniper SSL VPN in new class L7::Neoteris
    * [3381027] Support for Cisco Nexus in new class L3::Nexus
    * [1424336] Support for Extreme Discovery Protocol (EDP)

    [ENHANCEMENTS]

    * [3017571] Add LLDP support for NetSNMP device class (begemot)
    * [3418918] Extreme devices now report OS as either extremeware or xos
    * [2809045] Strip preceding netscreen from model name in L3::Netscreen
    * [] Classify Linksys 2024 as L3::Dell (Rogier Krieger)

    [BUG FIXES]

    * Fixed logic to return cached data for table methods when available and
      not a partial fetch
    * Fix typo in PoD for Bridge.pm and CiscoConfig.pm (William Bulley)
    * Fix/improve IPv6 neighbor cache handling, especially for Cisco Nexus

version 2.08 (2012-07-15)

    [NEW FEATURES]

    * Basic support for APC UPS devices
    * [2993691] Support for SonicWALL devices in new class L3::SonicWALL (phishphreek)
    * [2996795] Support for Kentrox devices in new class L2::Kentrox (phishphreek)
    * [] Basic support for Blue Coat proxy devices in new class L3::BlueCoatSG (jeroenvi)
    * [] Support Cisco 6500 / Sup2T in L3::C6500 class (jeroenvi)

    [ENHANCEMENTS]

    * Pseudo ENTITY-MIB methods added to L3::Juniper for hardware information
    * Add method to report current transmit power of the radio interface,
      dot11_cur_tx_pwr_mw(), in Airespace class
    * [3085411] Activate L3 properties for Netgear GSM7224v2 (phishphreek)
    * [3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
    * [3286549] Dell LLDP Support (Nico Giefing)
    * [3469527] Netgear LLDP Support (Nic Bernstein)
    * [3472052] moduleSerialNumber support for Cisco Stack (Slava)
    * [3523320] Better VLAN support in Juniper class (Web Bulley)
    * [3532261] LLDP support in C6500 and related (Carlos Vicente)
    * [3538949] Updated switch models in L2::HP (jeroenvi)

    [BUG FIXES]

    * Get OS version for Juniper devices not reporting in sysDescr
    * Correct base MAC reporting for Juniper devices
    * Correct reporting of SSID broadcast status in Airespace class
    * [3541442] Change L2::Catalyst port names to what is reported in CDP
    * [2132349] Add an additional check to get Foundry OS version
    * [2929883] [3413999] LLDP interface mapping issue
    * [3297786] LLDP TimeMark component defaults to zero (David Baldwin)
    * [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
    * [3317739] Fix for Baystack without POE on stack member 1 (David Baldwin)
    * [2037444] os_ver fails on some Extreme versions (Robert Kerr)
    * [2980789] Fix root_ip to try OSPF RouterID first (Brian De Wolf)
    * [2986858] Fix the patch from this ticket (Oliver Gorwits)
    * [3136084] Rename Allied Telesyn to Allied Telesis (Oliver Gorwits)
    * [3268104] CiscoVTP.pm i_vlan_membership() array bounds (Michael Sanderson)
    * [3497004] Clarify POD description of default values (a2w)
    * [3502533] Layer2/Baystack interface indexes > 513 (Robert Nyqvist)


(wen)
diff -r1.15 -r1.16 pkgsrc/net/p5-SNMP-Info/Makefile
diff -r1.7 -r1.8 pkgsrc/net/p5-SNMP-Info/distinfo

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

--- pkgsrc/net/p5-SNMP-Info/Makefile 2012/10/23 17:18:54 1.15
+++ pkgsrc/net/p5-SNMP-Info/Makefile 2012/11/29 03:14:58 1.16
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.15 2012/10/23 17:18:54 asau Exp $ 1# $NetBSD: Makefile,v 1.16 2012/11/29 03:14:58 wen Exp $
2# 2#
3 3
4DISTNAME= SNMP-Info-2.06 4DISTNAME= SNMP-Info-2.09
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5sni 6SVR4_PKGNAME= p5sni
8CATEGORIES= net perl5 7CATEGORIES= net perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
10 9
11MAINTAINER= bouyer@NetBSD.org 10MAINTAINER= bouyer@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/SNMP-Info/ 11HOMEPAGE= http://search.cpan.org/dist/SNMP-Info/
13#HOMEPAGE= http://snmp-info.sourceforge.net/ 12#HOMEPAGE= http://snmp-info.sourceforge.net/
14COMMENT= Perl5 object oriented interface to SNMP informations 13COMMENT= Perl5 object oriented interface to SNMP informations
15LICENSE= modified-bsd 14LICENSE= modified-bsd
16 15
17DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp 16DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
18 17
19PERL5_PACKLIST= auto/SNMP/Info/.packlist 18PERL5_PACKLIST= auto/SNMP/Info/.packlist

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

--- pkgsrc/net/p5-SNMP-Info/distinfo 2011/11/18 08:28:42 1.7
+++ pkgsrc/net/p5-SNMP-Info/distinfo 2012/11/29 03:14:58 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2011/11/18 08:28:42 hiramatsu Exp $ 1$NetBSD: distinfo,v 1.8 2012/11/29 03:14:58 wen Exp $
2 2
3SHA1 (SNMP-Info-2.06.tar.gz) = 7eaa1a1c93872d71d4d507dd6b5f1db7999194a4 3SHA1 (SNMP-Info-2.09.tar.gz) = 55f7dff97e6f8f023db720b5d303aa9463291bf1
4RMD160 (SNMP-Info-2.06.tar.gz) = 16411830c18759f8ff8bef2f05371c8d03ae62c9 4RMD160 (SNMP-Info-2.09.tar.gz) = d4970e17e3fbfc2513bb8d9f67391a90a77bfa09
5Size (SNMP-Info-2.06.tar.gz) = 238643 bytes 5Size (SNMP-Info-2.09.tar.gz) = 257374 bytes