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:
parent
1d66843d90
commit
2c0a8df303
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user