diff options
author | sno <sno@pkgsrc.org> | 2010-08-01 18:14:52 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-01 18:14:52 +0000 |
commit | ddca61f62fb548a0978fd08f06ba10f304b25e4c (patch) | |
tree | 6a4200270b4310d38dfca3d1a2ff6d5e72593b1c /net/p5-NetAddr-IP | |
parent | 81cd173671b04603000d22128c880962cae59d75 (diff) | |
download | pkgsrc-ddca61f62fb548a0978fd08f06ba10f304b25e4c.tar.gz |
Updating net/p5-NetAddr-IP from 4.027 to 4.030
Upstream changes:
4.030 Tue Jul 20 15:32:23 PDT 2010
Resolve named hosts in Lite.pm using gethostbyname, followed by
gethostbyname6 to determine whether to set ipV6 flag
Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug
4.029 Thu Jul 8 18:17:38 PDT 2010
In NetAddr::IP::Lite,
added support for the sub "new" to resolve host6 names
if the OPTIONAL perl Socket6 module is available
Thanks to "Mabe, Dusty" <Dusty.Mabe@tekelec.com> for spotting
this and suggesting a fix.
4.028 Wed May 12 14:18:20 PDT 2010
In /Lite/Util/Util.xs v1.32,
changed netswap() to postincrement
*a++ = to *a and added increment after save to mollify some
picky compilers that return possible undefined behavior.
changed type of _128x10 to 'void'
Thanks to David Bolt <dbolt@davjam.org> for the above two patches
Diffstat (limited to 'net/p5-NetAddr-IP')
-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 42e06197bd7..77a146e10ec 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/07/08 10:07:19 sno Exp $ +# $NetBSD: Makefile,v 1.21 2010/08/01 18:14:52 sno Exp $ # -DISTNAME= NetAddr-IP-4.027 +DISTNAME= NetAddr-IP-4.030 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nai CATEGORIES= net perl5 diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo index f9fadc4e4b9..b8a4b42ca45 100644 --- a/net/p5-NetAddr-IP/distinfo +++ b/net/p5-NetAddr-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/07/08 10:07:19 sno Exp $ +$NetBSD: distinfo,v 1.14 2010/08/01 18:14:52 sno Exp $ -SHA1 (NetAddr-IP-4.027.tar.gz) = f82515226bdadc7b4293f57eb962759ab5cd5190 -RMD160 (NetAddr-IP-4.027.tar.gz) = 068f989244d2cbd4471613f9a4f1548c4d3bfcc6 -Size (NetAddr-IP-4.027.tar.gz) = 140301 bytes +SHA1 (NetAddr-IP-4.030.tar.gz) = b5eefd47380ffa0bf7823105c91b202e9927a7a2 +RMD160 (NetAddr-IP-4.030.tar.gz) = ff8dd21d58d6ea3dd9aa44beff5abbb2e6ed0afc +Size (NetAddr-IP-4.030.tar.gz) = 139940 bytes |