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
This commit is contained in:
Paul Howarth 2011-11-13 12:15:20 +00:00
parent 1d66843d90
commit 2c0a8df303
2 changed files with 14 additions and 2 deletions

View File

@ -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@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@city-fan.org> 4.056-1
- update to 4.056
- in InetBase.pm v0.04:

View File

@ -1 +1 @@
eda64e32db45bea44e538a46842baca7 NetAddr-IP-4.056.tar.gz
8829958dd84a8b36e3cd10347564739d NetAddr-IP-4.058.tar.gz