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

perl-Socket-GetAddrInfo-0.220.0-18.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: perl-Socket-GetAddrInfo Distribution: Mageia
Version: 0.220.0 Vendor: Mageia.Org
Release: 18.mga8 Build date: Wed Feb 12 07:41:19 2020
Group: Development/Perl Build host: localhost
Size: 102972 Source RPM: perl-Socket-GetAddrInfo-0.220.0-18.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Socket-GetAddrInfo
Summary: RFC 2553's C<getaddrinfo> and C<getnameinfo>
The RFC 2553 functions 'getaddrinfo' and 'getnameinfo' provide an
abstracted way to convert between a pair of host name/service name and
socket addresses, or vice versa. 'getaddrinfo' converts names into a set of
arguments to pass to the 'socket()' and 'connect()' syscalls, and
'getnameinfo' converts a socket address back into its host name/service
name pair.

These functions provide a useful interface for performing either of these
name resolution operation, without having to deal with IPv4/IPv6
transparency, or whether the underlying host can support IPv6 at all, or
other such issues. However, not all platforms can support the underlying
calls at the C layer, which means a dilema for authors wishing to write
forward-compatible code. Either to support these functions, and cause the
code not to work on older platforms, or stick to the older "legacy"
resolvers such as 'gethostbyname()', which means the code becomes more
portable.

This module attempts to solve this problem, by detecting at compiletime
whether the underlying OS will support these functions, and only compiling
the XS code if it can. At runtime, when the module is loaded, if the XS
implementation is not available, emulations of the functions using the
legacy resolver functions instead. The emulations support the same
interface as the real functions, and behave as close as is resonably
possible to emulate using the legacy resolvers. See below for details on
the limits of this emulation.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.220.0-18.mga8
  + Revision: 1497186
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.220.0-17.mga7
  + Revision: 1271201
  - Mageia 7 Mass Rebuild

Files

/usr/bin/getaddrinfo
/usr/bin/getnameinfo
/usr/share/doc/perl-Socket-GetAddrInfo
/usr/share/doc/perl-Socket-GetAddrInfo/Changes
/usr/share/doc/perl-Socket-GetAddrInfo/LICENSE
/usr/share/doc/perl-Socket-GetAddrInfo/META.json
/usr/share/doc/perl-Socket-GetAddrInfo/META.yml
/usr/share/doc/perl-Socket-GetAddrInfo/MYMETA.yml
/usr/share/doc/perl-Socket-GetAddrInfo/README
/usr/share/man/man1/getaddrinfo.1.xz
/usr/share/man/man1/getnameinfo.1.xz
/usr/share/man/man3/Socket::GetAddrInfo.3pm.xz
/usr/share/man/man3/Socket::GetAddrInfo::Emul.3pm.xz
/usr/share/man/man3/Socket::GetAddrInfo::Socket6api.3pm.xz
/usr/share/man/man3/Socket::GetAddrInfo::Strict.3pm.xz
/usr/share/perl5/vendor_perl/Socket
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Core.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Emul.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Socket6api.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/Strict.pm
/usr/share/perl5/vendor_perl/Socket/GetAddrInfo/XS.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024