Package Release Info

perl-NetAddr-IP-4.079-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-NetAddr-IP

Change Logs

* Sat May 28 2016 coolo@suse.com
- updated to 4.079
  see /usr/share/doc/packages/perl-NetAddr-IP/Changes
  Revision history for Perl extension NetAddr::IP
* Sun Feb 09 2014 coolo@suse.com
- updated to 4.072
  modify Makefile.PL to bypass missing 'pod2text'
* Fri Oct 04 2013 coolo@suse.com
- updated to 4.071
    add method "canon" by request from <tom.jones@bccx.com>
    nth documention error fixed. thanks to Anton tobez@tobez.org
    Lite v1.51, add new6FFFF, RFC4291 compliant ipv4->ipV6 new
* Mon Jun 10 2013 cfarrell@suse.com
- license update: GPL-2.0+ or ClArtistic
  See COPYING and Artistic
* Sat Jun 08 2013 coolo@suse.com
- updated to 4.069
    IN Lite.pm v1.50, add =encoding UTF-8
    In Util.pm v1.50
    changed Makefile.PL to check for config.h when building for XS
    with 'gcc', try building with 'cc', and check again.
    If config.h is not found, force Pure Perl mode.
    Kill XS in winduhs and Darwin, both of which misbehave when compiling XS code
  4.067 Sat Mar 30 12:57:20 PDT 2013
    Improved diagnostic message for "die" with bad mask for
    hostenum, hostenumref, split, splitref, rsplit, rsplitref
    Thanks to GENSYM@cpan.org for pointing out the need.
  4.066 Mon Oct 29 13:30:14 PDT 2012
    update Lite.pm v1.47 to support bracketed IPv6 URI notation
    as described in RFC-3986
    Thanks to Quanah Gibson-Mount mishikal@yahoo.com
  4.065 Tue Oct  2 12:36:11 PDT 2012
    correct format for IPv6 embedded IPv4 addresses
    in InetBase v0.8
  4.064 Tue Sep 25 13:54:47 PDT 2012
    added support for rfc3021 /31 networks to hostenum
  4.063 Fri Aug 10 11:46:18 PDT 2012
    Updated GPL v2.0 text and address in all modules
  4.062 Wed Jun  6 12:34:48 PDT 2012
    documentation updates courtesy of
    Ben Bullock <benkasminbullock@gmail.com>
    Thank you Ben.
  4.061 Tue May  8 16:24:03 PDT 2012
    fixed bug in Lite v1.44 that returned
    $ip->num() = 2^128 for 0.0.0.0/0
    Thanks to Sebastian <debug@test1.org> for spotting it.
  4.060 Fri Apr  6 16:00:02 PDT 2012
    In Lite.pm v1.43,
    fix bug #75976, change in behavior introduced in v4.050
* Wed Mar 07 2012 andrea.turrini@gmail.com
- fixed typo in perl-NetAddr-IP.spec description
* Mon Dec 19 2011 coolo@suse.de
- updated to 4.058
    up rev for documentation update
    update documentation in InetBase v0.06
    Lite.pm v1.40
    add call to InetBase::fillIPv4 to all uses of gethostbyname
    break out the code in InetBase v0.05 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. 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
* Mon Dec 19 2011 coolo@suse.de
- update to 4.056, see Changes - a lot of them
* Sun Aug 28 2011 andrea.turrini@gmail.com
- fixed typos in perl-NetAddr-IP.spec
* Wed Jun 08 2011 coolo@novell.com
- updated to 4.044
    added missing support for ->compactref(\@list) which is described
    in the documentation but not implemented.