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

Changelog

libio-socket-ip-perl (0.43-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 08:46:10 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-socket-ip-perl_0.43.orig.tar.gz 44.6 KiB ebf6217f48f537ae9a78126f0ecb4baa3d4820e3e26153ce250f3bffd05f6d0b
libio-socket-ip-perl_0.43-ok1.debian.tar.xz 3.3 KiB 2540da76e3dba2bac72e02c21e8a827f6342688350a4357165e59f0645ed177a
libio-socket-ip-perl_0.43-ok1.dsc 2.1 KiB 9fa4faf984aa5df8fc1361de3c83915113ca1789cc1c684bba4dcadb71603c70

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.