Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-NetAddr-IP-4.079-1.27 RPM for s390x

From OpenSuSE Leap 15.4 for s390x

Name: perl-NetAddr-IP Distribution: SUSE Linux Enterprise 15
Version: 4.079 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.27 Build date: Sat May 26 01:45:10 2018
Group: Development/Libraries/Perl Build host: s390lp4
Size: 331917 Source RPM: perl-NetAddr-IP-4.079-1.27.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/NetAddr-IP/
Summary: Manages IPv4 and IPv6 addresses and subnets
This module provides an object-oriented abstraction on top of IP addresses
or IP subnets that allows for easy manipulations. Version 4.xx of
NetAddr::IP will work with older versions of Perl and is compatible with
Math::BigInt.

The internal representation of all IP objects is in 128 bit IPv6 notation.
IPv4 and IPv6 objects may be freely mixed.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* 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.
* Thu Apr 07 2011 coolo@novell.com
  - updated to 4.043
      Update documentation on the use of "adding constants
      to an IP address".
* Thu Mar 31 2011 coolo@novell.com
  - update to 4.042
    * a lot of changes, see Changes
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Aug 09 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 2010 chris@computersalat.de
  - update to 4.027
    * In NetAddr::IP::Util v1.31,
      ferret out shell value for Makefile.PL when calling
      ./configure for systems where the 'x' bit gets lost
      due to bug in Archive::Tar
  - cleanup spec
    * BuildReq perl
    * sort TAGS
    * updated Url, description
    * removed Provides NetAddr
    * macro usage
  - added perl-macros
* Sat May 30 2009 lars@linux-schulserver.de
  - update to 4.026
    + inherit method "new_from_aton" from NetAddr::IP::Lite add
      related documentation
    + updated Lite/t/v4-wnew.t so that non-existent domains are
      "really" not there
    + add test in inet_aton to detect overange IP dot quad values
      missed by some broken Socket implementations
    + In Lite.pm v1.10, add new no octal method for improperly
      formatted ipV4 addresses
    + added minus (-) overloading to allow the subtraction of two
      NetAddr::IP objects to get the difference between the
      object->{addr}'s as a numeric value
    + added what is hopefully thread safe operation via
      serialization. Must be invoked by "--with-threads"
    + Extended the capability of 'splitref' to allow splitting of
      objects into multiple pieces with differing CIDR masks.
      Returned object list can be split from bottom to top
      or from top to bottom depending on which method is called
      split, rsplit, splitref, rsplitref
  - rpmlint fixes

Files

/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP/InetBase.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP/Lite.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP/Util.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP/UtilPP.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/NetAddr/IP/Util_IS.pm
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/_inet_ntop.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/_inet_pton.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/_packzeros.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_any2n.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_n2ad.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_n2dx.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/inet_ntoa.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/ipv6_aton.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/InetBase/ipv6_ntoa.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/Util
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/Util/Util.so
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/Util/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_128x10.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_128x2.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bcd2bin.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bcdcheck.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_bin2bcdn.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_deadlen.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/_sa128.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/add128.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/addconst.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcd2bin.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcdn2bin.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/bcdn2txt.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/bin2bcd.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/bin2bcdn.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/comp128.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/hasbits.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipanyto6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipv4to6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/ipv6to4.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/mask4to6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/maskanyto6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/notcontiguous.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/shiftleft.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/simple_pack.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/slowadd128.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/UtilPP/sub128.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/_compV6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/_compact_v6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/_splitplan.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/_splitref.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/autosplit.ix
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/canon.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/coalesce.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/compactref.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/do_prefix.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/hostenum.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/mod_version.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/nprefix.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/prefix.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/re.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/re6.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/short.al
/usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/NetAddr/IP/wildcard.al
/usr/share/doc/packages/perl-NetAddr-IP
/usr/share/doc/packages/perl-NetAddr-IP/About-NetAddr-IP.txt
/usr/share/doc/packages/perl-NetAddr-IP/Artistic
/usr/share/doc/packages/perl-NetAddr-IP/Changes
/usr/share/doc/packages/perl-NetAddr-IP/Copying
/usr/share/doc/packages/perl-NetAddr-IP/TODO
/usr/share/doc/packages/perl-NetAddr-IP/docs
/usr/share/doc/packages/perl-NetAddr-IP/docs/rfc1884.txt
/usr/share/man/man3/NetAddr::IP.3pm.gz
/usr/share/man/man3/NetAddr::IP::InetBase.3pm.gz
/usr/share/man/man3/NetAddr::IP::Lite.3pm.gz
/usr/share/man/man3/NetAddr::IP::Util.3pm.gz
/usr/share/man/man3/NetAddr::IP::UtilPP.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:27:20 2024