pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-SNMP-Info Update to version 1.04.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3876ba677625
branches:  trunk
changeset: 519336:3876ba677625
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Oct 01 15:56:08 2006 +0000

description:
Update to version 1.04.
Maintainer said: please go ahead.

Changes since last packaged version (0.9.0):
version 1.04 (07/08/06)
    +  Added C1130 and C1240 to L2::Aironet (Ralf Gross)
    +  Added detection for Cisco 2960, 2940, 3400 w/ MetroBase
    +  Added generic L2::Cisco Class
    *  Corrected detection for Cisco Supervisor Engine 2 and 32 (IOS).
    *  Fixed warnings in CiscoStack
    *  Updated ProCurve HP device detection for newer firmwares

version 1.03 (04/14/06) - Beta/developer release
    * Use ipNetToMedia table instead of atTable for ARP
    * Remove CiscoStack from Layer3::C4000
    * Fixed bug in MAU class when polling devices without MAU-MIB support

version 1.01 (04/08/06) - Beta/developer release
    + Change version numbers to X.XX format.  Odd releases are beta
      or developer only releases.  Even are official releases.

version 1.0 (04/07/06) - CVS only. No official release
    + Added Interface FlowControl status to CiscoStack (Nicolai Petri)
    + Added CiscoImage class (Matthew Tuttle)
    + Added C1200 and C350 IOS devices to L2::Aironet (Matthew Tuttle)
    + Added support for Foundry IronWare and gave L3::Foundry CPR
    + Added support for Foundry EdgeIrons as new class L2::Foundry
    + Added BulkWalk and BulkRepeaters options to new()
    + Added DebugSNMP option to new()
    + Added CISCO-ENTITY-VENDORTYPE-OID-MIB,CISCO-PRODUCTS-MIB,CISCO-STACK-MIB
      to CiscoStats.pm for model()
    + Check for bulkwalk_no() method
    + Added Entity.pm to L3 and L2 classes per N. Petri's suggestion.
    + Added support for Passport/Accelar 1100 and 1200 series in L3::Passport
    + Added support for Passport/Accelar 8100 series in L3::Passport
    + Added support for Passport 1600 series as new class, L3::N1600
    + Added support for Extreme Alpine and Summit switches as new class
      L3:Extreme (Mike Hunter and Eric Miller)
    + Added support for Aruba wireless switches (Eric Miller and Brian Chow)
    + Added support for Nortel 2700 series (Airespace) wireless switches
    + Added support for Synoptics hubs as new class L1:S3000
    + Added Cisco QOS and RTT classes (Alexander Hartmaier)
    + Added BGP Peer Table to L3 class (Carlos Vicente)
    + Added ipforwarding status to Info base class (Carlos Vicente)
    + Added STP port state to Bridge class (Alexander Barthel)
    + Added L3 support (arpnip) to Baystack class for routing capable switches
    + Added set_i_duplex_admin() and set_i_speed_admin() to C2900 class (Justin Hunter)
    + Added set_i_duplex_admin() and set_i_speed_admin() to CiscoStack class
    + CDP added to Aironet class
    + Added Juniper class
    + Added support for Catalyst 4000 and 4500, get admin. duplex
      and speed properly
    + Added i_speed_high(), which i_speed() uses if needed to support
      interfaces >4Gbps
    * More error checking in  _load_attr() around bulkwalk code
    * Minor warning fix in L3::Aironet::os_ver()
    * Abstracted remaining Cisco stuff from L3 to L3::Cisco
    * Removed all Cisco stuff from L2
    * Expanded Entity.pm to cover the whole ENTITY-MIB and improved docs.
    * changed all refs to $DEBUG to $self->debug() for reentrant code
    * [ 1111284 ] Parameters not being set with AutoSpecify - fixed.
    * Turned off BULKWALK for C1900 and C6500 classes.
    * Added exception handling for V2 ENDOFMIBVIEW
    * Fix in SONMP when topology not enabled
    * Fix in L3::Passport root_ip()
    * Fix in L3::Passport bp_index() some devices not returning complete index.
    * Enable set_i_up_admin() in Bayhub
    * Recognize new Nortel model names in Baystack and Passport classes
    * Orinoco class should now recognize more models
    * Cleanup model recognition in Baystack class, recognize more models
    * Modify Catalyst class to use CISCO-STACK-MIB for brige port index mapping
      some devices having problems returning complete index from BRIDGE-MIB
    * Check root ip for reachability before assignment
    * HP class should recognize more models
    * Fix in HP class for models not returning full bp_index
    * [ 1436103 ] L2::Aironet devices weren't getting their model
      translated properly

diffstat:

 net/p5-SNMP-Info/Makefile         |   8 +++-----
 net/p5-SNMP-Info/distinfo         |   9 ++++-----
 net/p5-SNMP-Info/patches/patch-aa |  32 --------------------------------
 3 files changed, 7 insertions(+), 42 deletions(-)

diffs (74 lines):

diff -r e872c65d1875 -r 3876ba677625 net/p5-SNMP-Info/Makefile
--- a/net/p5-SNMP-Info/Makefile Sun Oct 01 15:15:56 2006 +0000
+++ b/net/p5-SNMP-Info/Makefile Sun Oct 01 15:56:08 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:28 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/01 15:56:08 seb Exp $
 #
 
-DISTNAME=      SNMP-Info-0.9.0
-PKGNAME=       p5-SNMP-Info-0.9
-PKGREVISION=   2
+DISTNAME=      SNMP-Info-1.04
+PKGNAME=       p5-SNMP-Info-1.04
 SVR4_PKGNAME=  p5sni
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=SNMP/}
@@ -14,7 +13,6 @@
 
 DEPENDS+=      net-snmp>=5.1.2:../../net/net-snmp
 
-WRKSRC=                        ${WRKDIR}/${DISTNAME:S/.0//}
 PERL5_PACKLIST=                auto/SNMP/Info/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r e872c65d1875 -r 3876ba677625 net/p5-SNMP-Info/distinfo
--- a/net/p5-SNMP-Info/distinfo Sun Oct 01 15:15:56 2006 +0000
+++ b/net/p5-SNMP-Info/distinfo Sun Oct 01 15:56:08 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/06/08 16:17:46 bouyer Exp $
+$NetBSD: distinfo,v 1.3 2006/10/01 15:56:08 seb Exp $
 
-SHA1 (SNMP-Info-0.9.0.tar.gz) = 00492ec7946a029522ef8c15eb22e93c58533bdf
-RMD160 (SNMP-Info-0.9.0.tar.gz) = da752d0436c224d41973db4a7fc4c4a27a2a8ca2
-Size (SNMP-Info-0.9.0.tar.gz) = 112325 bytes
-SHA1 (patch-aa) = 9f9ab4e8850e5dad418a10fc20e53c38c7387bc1
+SHA1 (SNMP-Info-1.04.tar.gz) = aaecbeff06e20e24a6bfeff200fe90cc32ea967d
+RMD160 (SNMP-Info-1.04.tar.gz) = 5f9726dd955bcd641f8d04c3278b94b104181c57
+Size (SNMP-Info-1.04.tar.gz) = 131106 bytes
diff -r e872c65d1875 -r 3876ba677625 net/p5-SNMP-Info/patches/patch-aa
--- a/net/p5-SNMP-Info/patches/patch-aa Sun Oct 01 15:15:56 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2005/06/08 16:17:46 bouyer Exp $
-
---- Info.pm.orig       2005-06-08 18:00:15.000000000 +0200
-+++ Info.pm    2005-06-08 18:01:54.000000000 +0200
-@@ -384,7 +384,8 @@
- 
- =item SNMP::Info::Layer2::C2900
- 
--Subclass for Cisco Catalyst 2900, 2950, 3500XL, and 3548 devices running IOS.
-+Subclass for Cisco Catalyst 2900, 2940, 2950, 3500XL, and 3548 devices
-+running IOS.
- 
- =item SNMP::Info::Layer2::Catalyst
- 
-@@ -714,7 +715,7 @@
-         Elsif Layer2 (no Layer3)           -> SNMP::Info::Layer2
-             Aironet - IOS Devices          -> SNMP::Info::Layer2::Aironet
-             Catalyst 1900                  -> SNMP::Info::Layer2::C1900
--            Catalyst 2900XL,2950,3500XL    -> SNMP::Info::Layer2::C2900
-+            Catalyst 2900XL,2940,2950,3500XL -> SNMP::Info::Layer2::C2900
-             Catalyst 2970                  -> SNMP::Info::Layer3::C6500
-             Catalyst 3550/3548             -> SNMP::Info::Layer3::C3550
-             Catalyst WS-C 2926,5xxx        -> SNMP::Info::Layer2::Catalyst
-@@ -790,7 +791,7 @@
-         $objtype = 'SNMP::Info::Layer2::C1900' if ($desc =~ /catalyst/i and $desc =~ /\D19\d{2}/);
- 
-         #   Catalyst 2900 and 3500XL (IOS) series override
--        $objtype = 'SNMP::Info::Layer2::C2900' if ($desc =~ /(C2900XL|C2950|C3500XL)/i );
-+        $objtype = 'SNMP::Info::Layer2::C2900' if ($desc =~ /(C2900XL|C2940|C2950|C3500XL)/i );
- 
-         #   Catalyst WS-C series override 2926,4k,5k,6k in Hybrid
-         $objtype = 'SNMP::Info::Layer2::Catalyst' if ($desc =~ /WS-C\d{4}/);



Home | Main Index | Thread Index | Old Index