summaryrefslogtreecommitdiff
path: root/net/p5-SNMP_Session
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2010-09-10 06:02:31 +0000
committerschnoebe <schnoebe@pkgsrc.org>2010-09-10 06:02:31 +0000
commita4542ea8e67cd098aeb5cbcf7e1c55cf9f1525ce (patch)
tree7321d62b3e39d8ff2b50ba466115d44f278a7b8d /net/p5-SNMP_Session
parentcc614212c4db80502e251107e2a1081fdf550c68 (diff)
downloadpkgsrc-a4542ea8e67cd098aeb5cbcf7e1c55cf9f1525ce.tar.gz
Bring forward about 2 years, to 1.13:
2008-03-19 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm: Improved initialization of the flags for non-blocking behavior in receive_response_3(). The __DIE__ and __WARN__ signal handlers should be bound to the defaults, because the caller might be binding those and get in our way. Also, we only want to compute the flags once, on initialization. 2007-12-22 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_util.pm, lib/SNMP_Session.pm, lib/BER.pm: Upgraded to Artistic License 2.0. Copyright notice updated for 2008. * Artistic: Upgraded to Artistic License 2.0, from http://svn.perl.org/viewcvs/parrot/trunk/LICENSE?view=markup&rev=19096 2007-11-01 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_util.pm: New MIB parsing code from Mike Mitchell. 2007-10-13 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm ($VERSION): Upgraded to 1.11, to pick up change to SNMP_util.pm. * changes.html: Document loop detection fix in SNMP_util.pm. * faq.html, index.html: Updated my e-mail address. * README, README.SNMP_util, lib/SNMP_Session.pm, lib/SNMP_util.pm, changes.html: Changed Tobi Oetiker's mail address. * README, index.html: Changed MRTG URL. * lib/SNMP_util.pm: [All changes from Mike Mitchell] Global replace || => or, && => and, to avoid precedence errors. (snmpwalk_flg): Improved loop detection. 2007-10-13 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm ($VERSION): Upgraded to 1.11, to pick up change to SNMP_util.pm. * README, README.SNMP_util, changes.html, lib/SNMP_Session.pm: Changed Tobi Oetiker's mail address. * lib/SNMP_util.pm: [All changes from Mike Mitchell] Changed Tobi Oetiker's mail address. Global replace || => or, && => and, to avoid precedence errors. (snmpwalk_flg): Improved loop detection. * README: Changed MRTG URL. 2007-05-18 Simon Leinen <simon.leinen@switch.ch> * README, changes.html, index.html: Updated copyright. * lib/SNMP_util.pm (Check_OID): Fix regexp for qualified OID case (Mike Mitchell). 2007-05-03 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm: Added Mike Fischer as a contributor. ($VERSION): Incremented to 1.10. (receive_response_3): Added optional "dont_block" argument. If this is present and non-zero, pass MSG_DONTWAIT to the recv() call. MSG_DONTWAIT is wrapped in an eval, to avoid breaking the code on systems that don't have the flag. (request_response_5): Pass dont_block=1 to receive_response_3. According to Mike Fisher, Linux sometimes blocks on recv() even though a select() for readability has returned, for example when a checksum fails. 2007-05-03 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm: Added Mike Fischer as a contributor. ($VERSION): Incremented to 1.10. (receive_response_3): Added optional "dont_block" argument. If this is present and non-zero, pass MSG_DONTWAIT to the recv() call. MSG_DONTWAIT is wrapped in an eval, to avoid breaking the code on systems that don't have the flag. (request_response_5): Pass dont_block=1 to receive_response_3. According to Mike Fisher, Linux sometimes blocks on recv() even though a select() for readability has returned, for example when a checksum fails. 2007-01-06 Simon Leinen <simon.leinen@switch.ch> * lib/BER.pm: Updated copyright notice. (pretty_print): Use PDU names according to RFC3416. 2006-12-21 Simon Leinen <simon.leinen@switch.ch> * test/cricket-genconf-sensor: Try to install newly generated configuration, where possible. * test/cricket-genconf-sensor: Added header comment. * test/cricket-genconf-sensor: New script. 2006-12-15 Simon Leinen <simon.leinen@switch.ch> * test/entls (router_pretty_name): New subroutine, greps RANCID configuration file for `hostname' command. Caches the result so that files are only opened once. (print_physical): Use new forms of per-router defaults. * test/entls: Changed so that `-t' generates a Cricket configuration file to measure all transceivers that support DOM (Digital Optical Monitoring). This involves some structural changes. (print_phys_tree): Implemented in terms of the new `print_phys_tree_1'. (print_phys_tree_1): Maintain a stack of parent nodes when traversing the node tree. This stack is stored in each node's `parent_stack' slot, and can be used by the node class' `tostring' method. * test/entls ($print_vendor_type, $print_ent_physical_index): New variables. (Entity::PhysicalEntry::tostring): Added optional printing of index and entPhysicalVendorType, controlled by the above variables. 2006-10-12 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm, lib/BER.pm: Updated copyright string. 2006-08-06 Simon Leinen <simon.leinen@switch.ch> * faq.html: Updated SNMPv3 text, mentioning that SNMPv3 is supported by MRTG 2.13 and up, using Net::SNMP. * lib/SNMP_util.pm (snmpLoad_OID_Cache): Strip single or double quotes around the OID and value. This allows us to read SunNet Manager OID files, which are also distributed by e.g. Cisco (ftp://ftp.cisco.com/pub/mibs/oid). Idea by Jan van Keulen, code cleanup by Mike Mitchell. 2006-07-13 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Session.pm ($VERSION): Incremented to 1.08. * lib/SNMP_Session.pm (BEGIN): Bind the __DIE__ signal handler, so that detection of IPv6 capability works even when someone else has bound that handler. (Patch from Tobi Oetiker.) 2006-04-09 Simon Leinen <simon.leinen@switch.ch> * lib/SNMP_Table.pm (snmp_row_to_object): Added. 2006-04-05 Simon Leinen <simon.leinen@switch.ch> * test/trap-listener: Added prettyfication of OIDs. Suppressed less-than-useful output such as the trap community or the source port. 2006-03-16 Simon Leinen <simon.leinen@switch.ch> * README: Update copyright notice for 2006. 2006-02-17 Simon Leinen <simon.leinen@switch.ch> * test/entls: New "entls" script.
Diffstat (limited to 'net/p5-SNMP_Session')
-rw-r--r--net/p5-SNMP_Session/Makefile9
-rw-r--r--net/p5-SNMP_Session/distinfo8
2 files changed, 8 insertions, 9 deletions
diff --git a/net/p5-SNMP_Session/Makefile b/net/p5-SNMP_Session/Makefile
index 739025f0b36..309211dff0d 100644
--- a/net/p5-SNMP_Session/Makefile
+++ b/net/p5-SNMP_Session/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2010/08/21 16:35:32 seb Exp $
+# $NetBSD: Makefile,v 1.20 2010/09/10 06:02:31 schnoebe Exp $
-DISTNAME= SNMP_Session-1.08
-PKGNAME= p5-SNMP_Session-1.08
-PKGREVISION= 2
+DISTNAME= SNMP_Session-1.13
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sns
CATEGORIES= net perl5
-MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/
+MASTER_SITES= http://snmp-session.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
diff --git a/net/p5-SNMP_Session/distinfo b/net/p5-SNMP_Session/distinfo
index 833e518f203..0b674d72d16 100644
--- a/net/p5-SNMP_Session/distinfo
+++ b/net/p5-SNMP_Session/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/11/04 11:32:07 obache Exp $
+$NetBSD: distinfo,v 1.6 2010/09/10 06:02:31 schnoebe Exp $
-SHA1 (SNMP_Session-1.08.tar.gz) = bd473a9e9d464e73fb96a09989faf3fe6f125f8a
-RMD160 (SNMP_Session-1.08.tar.gz) = 024d426477765b3bb914df5749b4d5706b71a76f
-Size (SNMP_Session-1.08.tar.gz) = 66778 bytes
+SHA1 (SNMP_Session-1.13.tar.gz) = 7f4de0a9104ad6a0fb71af23ce83c71609c7e674
+RMD160 (SNMP_Session-1.13.tar.gz) = dee9008a0f378dc89ea7d89fe90b463b19826b42
+Size (SNMP_Session-1.13.tar.gz) = 65738 bytes