Changelog for
perl-Socket6-0.28-47.1.x86_64.rpm :
Sat Dec 23 13:00:00 2017 avindraAATTopensuse.org
- updated to 0.28
* aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may returns
IPv4-compatible IPv6 address. [cpan #113950]
- includes fix from 0.27
* t/use.t: We still support an environment where AF_INET6 is
not defined
- includes changes from 0.26
* Makefile.PL: Make Socket6 buildable on Android. [cpan #98181]
* system inet_ntop broken in darwin. [cpan #113005]
* gailookup.pl.in: Add -r option to do reverse lookup
* gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
* gailookup.pl.in: Add -P option to ease to specify port number
- cleanup spec file with spec-cleaner
- split tests into %check section
Mon Dec 9 13:00:00 2013 cooloAATTsuse.com
- updated to 0.25
* Makefile.PL: Install manpage. [cpan #66811]
* Socket6.pm: Fix typo. [cpan #86346]
* Socket6.pm: Fix typo. [cpan #71617]
* Makefile.PL: Fixed [cpan #77665] pass perl cc and ccflags to
configure
* Makefile.PL (configure_mswin32): Fixed [cpan #65710]
undefined ref to inet_ntop,inet_pton on Windows XP.
* t/use.t: Fixed [cpan #75211] test redefinition warnings
Thu Jan 12 13:00:00 2012 jwAATTsuse.com
- license update: BSD-3-Clause
was plain wrong for years.
Fri Nov 18 13:00:00 2011 cooloAATTsuse.com
- use original .tar.gz
Tue Nov 30 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Mon Nov 29 13:00:00 2010 cooloAATTnovell.com
- remove /var/adm/perl-modules
Tue Oct 19 14:00:00 2010 cooloAATTnovell.com
- add perl as explicit buildrequire
Mon Feb 8 13:00:00 2010 cooloAATTnovell.com
* update to version 0.23.
* Socket6.pm: Added AATTEXPORT_OK to export AF_INET6 and PF_INET6 if
requested. This allows the use of the Socke6 module without
having to perform the same conditional check that was added to
avoid conflicts with the Socket module default exports (i.e. use
Socket6 qw(AF_INET6 inet_pton inet_ntop); )
* Socket6.pm (AUTOLOAD): Explicitly set $! = 0 before calling
constant(). This should not be required since errno was being set
to 0 in the C function, but Perl 5.10.0 Win32 Vista needed this to
be done or all constants reported unsupported.
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Wed Oct 29 13:00:00 2008 mlsAATTsuse.de
- update to Socket6-0.22, fixes bnc#426256