diff options
author | seb <seb> | 2009-01-04 08:55:54 +0000 |
---|---|---|
committer | seb <seb> | 2009-01-04 08:55:54 +0000 |
commit | d6d861d37b923af3bcb960476ea83b16c5926b43 (patch) | |
tree | a8ede72eac7e9f014bfbe8c666c8759878ed25a1 /net | |
parent | 4226edfdcc57b4ccc52007848cf23855d9cfcc2b (diff) | |
download | pkgsrc-d6d861d37b923af3bcb960476ea83b16c5926b43.tar.gz |
Update from version 4.019 to version 4.022.
pkgsrc changes:
- placate pkglint: fix SUBST_FILES.fixperl assignation and SUBST_SED.fixperl
style fix
Upstream changes:
4.022
In Util.xs 1.28
set uninitialized "carry" in XS bin2bcd to zero
This insidious bug only showed up on 64 bit hosts running perl 5.6.2
Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the
time to do the testing for me on his s390 system.
4.021 Wed Dec 10 11:09:36 PST 2008
Removed test code that produces a warning about all perl versions,
OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions.
Thanks to paul@city-fan.org for reporting this.
4.020 Tue Dec 9 16:25:46 PST 2008
cleaned up various typo's with good patch from
Rob Riepel <riepel@networking.Stanford.EDU>
thanks Rob.
revised UtilPP v1.7 to work around perl 5.8.4
failures with certain @_ operations of goto &sub...
see perl bug [ 23429]. Unfortunately, perl-5.8.4 is
the distribution of choice for many solaris boxes
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 8 | ||||
-rw-r--r-- | net/p5-NetAddr-IP/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index c3d4c7b7429..97013f59fed 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/11/30 09:26:47 seb Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/04 08:55:54 seb Exp $ # -DISTNAME= NetAddr-IP-4.019 +DISTNAME= NetAddr-IP-4.022 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nai CATEGORIES= net perl5 @@ -25,8 +25,8 @@ SUBST_CLASSES+= fixperl SUBST_STAGE.fixperl= pre-install SUBST_MESSAGE.fixperl= Fixing perl interpreter SUBST_FILES.fixperl= blib/lib/NetAddr/IP/Util_IS.pm -SUBST_FILES.fixperl= Lite/Util/Util_IS.pm -SUBST_SED.fixperl= '1s=^\#![[:space:]]*.*perl[^[:space:]]*=\#!${PERL5}=' +SUBST_FILES.fixperl+= Lite/Util/Util_IS.pm +SUBST_SED.fixperl= -e '1s=^\#![[:space:]]*.*perl[^[:space:]]*=\#!${PERL5}=' USE_LANGUAGES= c diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo index 08684c3da18..b60d5f855d5 100644 --- a/net/p5-NetAddr-IP/distinfo +++ b/net/p5-NetAddr-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/11/30 09:26:47 seb Exp $ +$NetBSD: distinfo,v 1.10 2009/01/04 08:55:54 seb Exp $ -SHA1 (NetAddr-IP-4.019.tar.gz) = 23699766618d9831a0510bf6f288c5bb0871484d -RMD160 (NetAddr-IP-4.019.tar.gz) = 5fcca498bd83109289a9bd38c3928381ec80b177 -Size (NetAddr-IP-4.019.tar.gz) = 141289 bytes +SHA1 (NetAddr-IP-4.022.tar.gz) = 0bd7144ed8185957b122af97e04c0d41f41be17c +RMD160 (NetAddr-IP-4.022.tar.gz) = eb00b988609e1ff7d76db5cfa02c0615f81ed1a8 +Size (NetAddr-IP-4.022.tar.gz) = 139083 bytes |