diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 10:39:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 10:39:51 +0000 |
commit | fa43b423a438cf15bb3f4410fea747f6af6d5402 (patch) | |
tree | 1f51a83b289cfc366bccfd828ed034c432bd8fd4 /devel/p5-Net-Netmask | |
parent | d745c6cd6d0e41c85bddb9d697adc4b6af51d1a0 (diff) | |
download | pkgsrc-fa43b423a438cf15bb3f4410fea747f6af6d5402.tar.gz |
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 (limited to 'devel/p5-Net-Netmask')
-rw-r--r-- | devel/p5-Net-Netmask/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Net-Netmask/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Net-Netmask/Makefile b/devel/p5-Net-Netmask/Makefile index acbdbf96dc7..e176199b32c 100644 --- a/devel/p5-Net-Netmask/Makefile +++ b/devel/p5-Net-Netmask/Makefile @@ -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 --git a/devel/p5-Net-Netmask/distinfo b/devel/p5-Net-Netmask/distinfo index 879ff4a7d5d..81155983bf3 100644 --- a/devel/p5-Net-Netmask/distinfo +++ b/devel/p5-Net-Netmask/distinfo @@ -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 |