[perl-NetAddr-IP] Update to 4.058

Paul Howarth pghmcfc at fedoraproject.org
Sun Nov 13 12:18:44 UTC 2011


commit 2c0a8df303806702809a891ff680140b42b88027
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Nov 13 12:15:20 2011 +0000

    Update to 4.058
    
    - New upstream release 4.058
      - In Lite.pm v1.40:
        - Add call to InetBase::fillIPv4 to all uses of gethostbyname
      - In InetBase.pm v0.06:
        - Break out the code that expands short IPv4 addresses into dotquad format
          to account for broken BSD implementations of inet_aton and gethostbyname
          that do not recognize the short format, and EXPORT this as sub 'fillIPv4'
      - In Util.pm v1.45:
        - Add 'fillIPv4' to calls to gethostbyname to work around broken inet_aton
          and gethostbyname implementations in certain BSD implementations

 perl-NetAddr-IP.spec |   14 +++++++++++++-
 sources              |    2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index 1afe25d..4523026 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,5 +1,5 @@
 Name:           perl-NetAddr-IP
-Version:        4.056
+Version:        4.058
 Release:        1%{?dist}
 Summary:        Manages IPv4 and IPv6 addresses and subnets
 License:        GPLv2+
@@ -54,6 +54,18 @@ make test
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Sat Nov 12 2011 Paul Howarth <paul at city-fan.org> 4.058-1
+- update to 4.058
+  - in Lite.pm v1.40:
+    - add call to InetBase::fillIPv4 to all uses of gethostbyname
+  - in InetBase.pm v0.06:
+    - break out the code that expands short IPv4 addresses into dotquad format
+      to account for broken BSD implementations of inet_aton and gethostbyname
+      that do not recognize the short format, and EXPORT this as sub 'fillIPv4'
+  - in Util.pm v1.45:
+    - add 'fillIPv4' to calls to gethostbyname to work around broken inet_aton
+      and gethostbyname implementations in certain BSD implementations
+
 * Fri Nov  4 2011 Paul Howarth <paul at city-fan.org> 4.056-1
 - update to 4.056
   - in InetBase.pm v0.04:
diff --git a/sources b/sources
index 4d344f6..2bb78f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eda64e32db45bea44e538a46842baca7  NetAddr-IP-4.056.tar.gz
+8829958dd84a8b36e3cd10347564739d  NetAddr-IP-4.058.tar.gz


More information about the scm-commits mailing list