r38868 - in /branches/upstream/libnetaddr-ip-perl/current: Changes IP.pm Lite/Util/Changes Lite/Util/Makefile.PL Lite/Util/Util.pm META.yml

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jun 28 09:50:32 UTC 2009


Author: ryan52-guest
Date: Sun Jun 28 09:50:27 2009
New Revision: 38868

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38868
Log:
[svn-upgrade] Integrating new upstream version, libnetaddr-ip-perl (4.027+dfsg)

Modified:
    branches/upstream/libnetaddr-ip-perl/current/Changes
    branches/upstream/libnetaddr-ip-perl/current/IP.pm
    branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Changes
    branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Makefile.PL
    branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Util.pm
    branches/upstream/libnetaddr-ip-perl/current/META.yml

Modified: branches/upstream/libnetaddr-ip-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/Changes?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/Changes (original)
+++ branches/upstream/libnetaddr-ip-perl/current/Changes Sun Jun 28 09:50:27 2009
@@ -1,4 +1,10 @@
 Revision history for Perl extension NetAddr::IP
+
+4.027  Tue Jun  9 10:31:11 PDT 2009
+	In NetAddr::IP::Util v1.31,
+        ferret out shell value for Makefile.PL when calling
+        ./configure for systems where the 'x' bit gets lost
+        due to bug in Archive::Tar
 
 4.026  Sat Mar  7 16:35:33 PST 2009
         make the compiler test check the environment for

Modified: branches/upstream/libnetaddr-ip-perl/current/IP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/IP.pm?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/IP.pm (original)
+++ branches/upstream/libnetaddr-ip-perl/current/IP.pm Sun Jun 28 09:50:27 2009
@@ -34,7 +34,7 @@
 
 @ISA = qw(Exporter NetAddr::IP::Lite);
 
-$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.26 $ =~ /\d+/g) };
+$VERSION = do { sprintf " %d.%03d", (q$Revision: 4.27 $ =~ /\d+/g) };
 
 =pod
 

Modified: branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Changes?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Changes (original)
+++ branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Changes Sun Jun 28 09:50:27 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension NetAddr::IP::Util
+
+1.31  Tue Jun  9 10:31:11 PDT 2009
+	ferret out shell value for Makefile.PL when calling
+	./configure for systems where the 'x' bit gets lost
+	due to bug in Archive::Tar
 
 1.30  Sat Mar  7 16:35:33 PST 2009
 	make the compiler test check the environment for

Modified: branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Makefile.PL?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Makefile.PL (original)
+++ branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Makefile.PL Sun Jun 28 09:50:27 2009
@@ -82,7 +82,7 @@
   delete $makeparms{'C'};
 
   unless (-e './config.h') {
-    system('./configure');
+    system $Config{sh}, 'configure';
   }
   my @LIBS;
   open(F,'config.h') or die "could not open config.h\n";

Modified: branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Util.pm?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Util.pm (original)
+++ branches/upstream/libnetaddr-ip-perl/current/Lite/Util/Util.pm Sun Jun 28 09:50:27 2009
@@ -13,7 +13,7 @@
 
 @ISA = qw(Exporter DynaLoader);
 
-$VERSION = do { my @r = (q$Revision: 1.30 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
+$VERSION = do { my @r = (q$Revision: 1.31 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r };
 
 @EXPORT_OK = qw(
 	inet_aton

Modified: branches/upstream/libnetaddr-ip-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnetaddr-ip-perl/current/META.yml?rev=38868&op=diff
==============================================================================
--- branches/upstream/libnetaddr-ip-perl/current/META.yml (original)
+++ branches/upstream/libnetaddr-ip-perl/current/META.yml Sun Jun 28 09:50:27 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                NetAddr-IP
-version:             4.026
+version:             4.027
 abstract:            Manages IPv4 and IPv6 addresses and subnets
 license:             ~
 author:              




More information about the Pkg-perl-cvs-commits mailing list