diff options
author | seb <seb@pkgsrc.org> | 2008-11-29 14:41:28 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-11-29 14:41:28 +0000 |
commit | 6692102e8f6b9d78993bf3c07ea7330fe03044b3 (patch) | |
tree | 72153d644dff6a639a567592b09d45b3b51e461a /net | |
parent | 427ad81fbf0f2601793cef752e18bb7706d3b518 (diff) | |
download | pkgsrc-6692102e8f6b9d78993bf3c07ea7330fe03044b3.tar.gz |
Update from version 4.015 to version 4.018.
Upstream changes:
4.018 Fri Nov 28 23:19:01 PST 2008
revised XS code to be full re-entrant, thread safe in Util.xs v1.26
removed all traces of mutex locks in Util.xs v1.26
removed function 'threads' here an in UtilPP v1.6
4.017 Sun Nov 23 19:32:59 PST 2008
Extended the capability of 'splitref' to allow splitting of
objects into multiple pieces with differing CIDR masks.
Returned object list can be split from bottom to top
or from top to bottom depending on which method is called
split, rsplit, splitref, rsplitref
Thanks to kashmish <kashmish@gmail.com> for the idea on
improving functionality of 'split'.
Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
for a faster and more accurate _compV6 function.
in UtitPP v1.5
correct documentation error
add threads reporting (empty string)
in Util v1.25
add threads reporting that returns a comma separated
string of build headers.
added what is hopefully thread safe operation via
serializaton. Must be invoked by "--with-threads"
in Lite v1.12
corrected missing Zeros subroutine
Zeros and Zero both will work
in Lite v1.12
added minus (-) overloading to allow the subtraction
of two NetAddr::IP objects to get the difference between
the object->{addr}'s as a numeric value
Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
for the initial code and inspiration for this enhancement
4.016 Wed Nov 5 18:13:20 PST 2008
in Util/ version 1.24
Clean up Makefile.PL to check actual required link
libraries against the perl build for consistency
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-NetAddr-IP/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index 701875a441e..24b93341f61 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2008/11/18 15:32:47 he Exp $ +# $NetBSD: Makefile,v 1.15 2008/11/29 14:41:28 seb Exp $ # -DISTNAME= NetAddr-IP-4.015 +DISTNAME= NetAddr-IP-4.018 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nai CATEGORIES= net perl5 diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo index fda5c49aade..5d3ccde20da 100644 --- a/net/p5-NetAddr-IP/distinfo +++ b/net/p5-NetAddr-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/11/18 15:32:47 he Exp $ +$NetBSD: distinfo,v 1.8 2008/11/29 14:41:28 seb Exp $ -SHA1 (NetAddr-IP-4.015.tar.gz) = 6a0fd2798df60bd55df26833b325aac12297b1ad -RMD160 (NetAddr-IP-4.015.tar.gz) = 7d18fe8d4712406a3c9a9b1d3c5cac3cd6703439 -Size (NetAddr-IP-4.015.tar.gz) = 133186 bytes +SHA1 (NetAddr-IP-4.018.tar.gz) = f3700813307a09ea28c898cd5e3bb2ed2bbe79cc +RMD160 (NetAddr-IP-4.018.tar.gz) = fa5894f53c438db8f3c44e772a9bf0a0d01dc5e1 +Size (NetAddr-IP-4.018.tar.gz) = 140756 bytes |