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.019 to version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aee282b41e62
branches:  trunk
changeset: 552445:aee282b41e62
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jan 04 08:55:54 2009 +0000

description:
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@localhost> 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@localhost 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@localhost>
        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:

 net/p5-NetAddr-IP/Makefile |  8 ++++----
 net/p5-NetAddr-IP/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 4786b6b51dc5 -r aee282b41e62 net/p5-NetAddr-IP/Makefile
--- a/net/p5-NetAddr-IP/Makefile        Sun Jan 04 02:25:27 2009 +0000
+++ b/net/p5-NetAddr-IP/Makefile        Sun Jan 04 08:55:54 2009 +0000
@@ -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_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 -r 4786b6b51dc5 -r aee282b41e62 net/p5-NetAddr-IP/distinfo
--- a/net/p5-NetAddr-IP/distinfo        Sun Jan 04 02:25:27 2009 +0000
+++ b/net/p5-NetAddr-IP/distinfo        Sun Jan 04 08:55:54 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index