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 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 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