[Lunar-commits] r18652 - moonbase/trunk/perl/Net-SNMP

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 13:50:55 UTC 2006


Author: stumbles
Date: 2006-02-10 13:50:53 +0000 (Fri, 10 Feb 2006)
New Revision: 18652

Modified:
   moonbase/trunk/perl/Net-SNMP/DETAILS
Log:
- Removed the dependency on the IO::Socket::INET and IO::Socket::INET6
- The port information can now be included as part of the transport
  address specified with the session() Transport Domain arguments.
- The default value for the agent-addr in SNMPv1 Trap-PDUs is now the
  IP address associated with the interface on which the trap will be
  transmitted.

and others.



Modified: moonbase/trunk/perl/Net-SNMP/DETAILS
===================================================================
--- moonbase/trunk/perl/Net-SNMP/DETAILS	2006-02-10 13:46:09 UTC (rev 18651)
+++ moonbase/trunk/perl/Net-SNMP/DETAILS	2006-02-10 13:50:53 UTC (rev 18652)
@@ -1,13 +1,12 @@
-           MODULE=Net-SNMP
-         VERSION=4.1.2
-	AUTHOR=dtown at cpan.org
+          MODULE=Net-SNMP
+         VERSION=5.2.0
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/D/DT/DTOWN/
-   SOURCE_VFY[0]=md5:e6b761db6115b0b1fe5446e220abaa4a
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/D/DT/DTOWN/
+   SOURCE_VFY[0]=sha1:32b43dade6a9fed07377613a296111968e0a68e7
         WEB_SITE=http://search.cpan.org/search?dist=Net-SNMP
          ENTERED=20011108
-         UPDATED=20040212
-           SHORT="Net-SNMP is a perl module for Simple Network Management Protocol"
+         UPDATED=20060210
+           SHORT="a perl module for Simple Network Management Protocol"
 cat << EOF
 Perl module for Simple Network Management Protocol
 
@@ -19,6 +18,6 @@
 Both SNMPv1 and SNMPv2c (Community-Based SNMPv2) are
 supported by the module. The Net::SNMP module assumes that the user has
 a basic understanding of the Simple Network
-Management Protocol and related network management concepts. 
+Management Protocol and related network management concepts.
 
 EOF



More information about the Lunar-commits mailing list