libio-socket-ip-perl 0.41-ok1 source package in openKylin

Changelog

libio-socket-ip-perl (0.41-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Thu, 25 Aug 2022 10:42:32 +0800

Upload details

Uploaded by:
zhangyichun
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
OpenKylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.41.orig.tar.gz 43.6 KiB 849a45a238f8392588b97722c850382c4e6d157cd08a822ddcb9073c73bf1446
libio-socket-ip-perl_0.41-ok1.debian.tar.xz 7.8 KiB 0bb6c2f015b81b4136ece5391fe27b19bbaef0b3da6479cacd423dcdcc538065
libio-socket-ip-perl_0.41-ok1.dsc 1.9 KiB 6eaf0a2decc744ff80b43c01c4852c2bbe6292018606ef5fc68df4a7cc44dd2d

Available diffs

View changes file

Binary packages built by this source

libio-socket-ip-perl: module for using IPv4 and IPv6 sockets in a protocol-independent way

 IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
 sockets. It allows new connections to be made by specifying the hostname and
 service name or port number. It allows for connections to be accepted by
 sockets listening on local ports, by service name or port number.
 .
 It uses Socket::GetAddrInfo's getaddrinfo function to convert
 hostname/service name pairs into sets of possible addresses to connect to.
 This allows it to work for IPv6 where the system supports it, while still
 falling back to IPv4-only on systems which don't.
 .
 It provides an API which, for most typical cases, should be a drop-in
 replacement for IO::Socket::INET; most constructor arguments and methods are
 provided in a compatible way.