8
0

Updating link to change in openSUSE:Factory/perl-NetAddr-IP revision 11.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=3ca85f194d684eb91b28cccfe830f1e5
This commit is contained in:
OBS User buildservice-autocommit
2010-08-09 22:27:37 +00:00
committed by Git OBS Bridge
parent b8a8475e3d
commit 0c79e2aad1
6 changed files with 49 additions and 52 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Aug 9 09:23:46 UTC 2010 - chris@computersalat.de
- update to 4.030
* Resolve named hosts in Lite.pm using gethostbyname, followed by
gethostbyname6 to determine whether to set ipV6 flag
Thanks to Dusty Mabe <Dusty.Mabe@tekelec.com> for spotting this bug
4.029 Thu Jul 8 18:17:38 PDT 2010
* In NetAddr::IP::Lite,
added support for the sub "new" to resolve host6 names
if the OPTIONAL perl Socket6 module is available
Thanks to "Mabe, Dusty" <Dusty.Mabe@tekelec.com> for spotting
this and suggesting a fix.
4.028 Wed May 12 14:18:20 PDT 2010
* In /Lite/Util/Util.xs v1.32,
changed netswap() to postincrement
*a++ = to *a and added increment after save to mollify some
picky compilers that return possible undefined behavior.
* changed type of _128x10 to 'void'
Thanks to David Bolt <dbolt@davjam.org> for the above two patches
- recreated by cpanspec 1.78
- removed obsolete sequence-point patch
- removed obsolete no-return-in-nonvoid-function patch
o see changes of 4.028
-------------------------------------------------------------------
Tue Apr 20 23:21:17 UTC 2010 - chris@computersalat.de