pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-NetAddr-IP Update from version 4.015 to version...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3830c2fcd6bd
branches: trunk
changeset: 550802:3830c2fcd6bd
user: seb <seb%pkgsrc.org@localhost>
date: Sat Nov 29 14:41:28 2008 +0000
description:
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@localhost> for the idea on
improving functionality of 'split'.
Thanks to Rob Riepel <riepel%networking.Stanford.EDU@localhost>
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@localhost>
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:
net/p5-NetAddr-IP/Makefile | 4 ++--
net/p5-NetAddr-IP/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r ed0ce66af0ab -r 3830c2fcd6bd net/p5-NetAddr-IP/Makefile
--- a/net/p5-NetAddr-IP/Makefile Sat Nov 29 13:57:31 2008 +0000
+++ b/net/p5-NetAddr-IP/Makefile Sat Nov 29 14:41:28 2008 +0000
@@ -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 -r ed0ce66af0ab -r 3830c2fcd6bd net/p5-NetAddr-IP/distinfo
--- a/net/p5-NetAddr-IP/distinfo Sat Nov 29 13:57:31 2008 +0000
+++ b/net/p5-NetAddr-IP/distinfo Sat Nov 29 14:41:28 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index