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 | 8ade117144d5cf8eabeeef2e671e625912681276 (patch) | |
tree | 6a4200270b4310d38dfca3d1a2ff6d5e72593b1c /net/p5-NetAddr-IP/Makefile | |
parent | 88ed5e535e03164e8c3975c2237850162898a0d1 (diff) | |
download | pkgsrc-8ade117144d5cf8eabeeef2e671e625912681276.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/Makefile')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |