pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Net-Netmask Update to 1.9011 (addresses PR 28...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86a0d8751220
branches:  trunk
changeset: 484372:86a0d8751220
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 27 10:39:51 2004 +0000

description:
Update to 1.9011 (addresses PR 28429):

= 2004/05/31 1.9011

Some speed improvements from Todd R. Eigenschink

= 2004/04/12 1.9009

Fix to netmasks.t for compatability with older perls

= 2004/04/06 1.9008

Added cidrs2inverse() which will find the gaps in a list of blocks.

Based on a request from Howard Jones the tag() method was added.
It allows you to store your own data in a Net::Netmask object.
(Of course, you could have anyway as long as you didn't use the
keys 'IBASE' or 'BITS')

Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock
would often return the same block multiple times.  Fixed.

Based on requests from Alexandros M Manoussakis and Lamprecht
Andreas the undefined behavior for overlapping blocks with
cidrs2contiglists is no longer.  Such blocks will be in the same
sublist.

Based on a requests from Tom Rudnick and Anthony Pardini new function
was added:  cidrs2cidrs().  cidrs2cidrs will condense a set of
netblocks by combining blocks together that make up larger blocks.

Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to
a bug with the contains() method.  Fixed.

diffstat:

 devel/p5-Net-Netmask/Makefile |  4 ++--
 devel/p5-Net-Netmask/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r f67c9d2785fc -r 86a0d8751220 devel/p5-Net-Netmask/Makefile
--- a/devel/p5-Net-Netmask/Makefile     Sat Nov 27 10:34:27 2004 +0000
+++ b/devel/p5-Net-Netmask/Makefile     Sat Nov 27 10:39:51 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/04/25 03:32:31 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/27 10:39:51 wiz Exp $
 
-DISTNAME=      Net-Netmask-1.9007
+DISTNAME=      Net-Netmask-1.9011
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
diff -r f67c9d2785fc -r 86a0d8751220 devel/p5-Net-Netmask/distinfo
--- a/devel/p5-Net-Netmask/distinfo     Sat Nov 27 10:34:27 2004 +0000
+++ b/devel/p5-Net-Netmask/distinfo     Sat Nov 27 10:39:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/09 01:46:19 grant Exp $
+$NetBSD: distinfo,v 1.2 2004/11/27 10:39:51 wiz Exp $
 
-SHA1 (Net-Netmask-1.9007.tar.gz) = 3ad37139c3a77e27952b2d14cd0273e2801e4814
-Size (Net-Netmask-1.9007.tar.gz) = 17140 bytes
+SHA1 (Net-Netmask-1.9011.tar.gz) = 79fec6992bd2eaff5d327880c3bac68bc0c0aa2d
+Size (Net-Netmask-1.9011.tar.gz) = 18964 bytes



Home | Main Index | Thread Index | Old Index