libio-socket-ssl-perl 2.081-2 source package in Ubuntu

Changelog

libio-socket-ssl-perl (2.081-2) unstable; urgency=medium

  * Drop d/t/pkg-perl/smoke-files as certs/ were moved to t/

 -- Salvatore Bonaccorso <email address hidden>  Sat, 04 Feb 2023 10:12:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.081-2.dsc 2.7 KiB b506f8f45792061e65252e6bd391029ab4d5375ef1c8ba7a81c471cba558a0df
libio-socket-ssl-perl_2.081.orig.tar.gz 255.6 KiB 07bdf826a8d6b463316d241451c890d1012fa2499a83d8e3d00ce0a584618443
libio-socket-ssl-perl_2.081-2.debian.tar.xz 10.6 KiB 8a9bec36ddbf4ac9ce5ec4d85d2d1442d14876cfadec926e25f18997b59c761a

Available diffs

No changes file available.

Binary packages built by this source

libio-socket-ssl-perl: Perl module implementing object oriented interface to SSL sockets

 This module is a true drop-in replacement for IO::Socket::INET that
 uses SSL to encrypt data before it is transferred to a remote server
 or client. IO::Socket::SSL supports all the extra features that one
 needs to write a full-featured SSL client or server application:
 multiple SSL contexts, cipher selection, certificate verification, and
 SSL version selection. As an extra bonus, it works perfectly with
 mod_perl.
 .
 IO::Socket::SSL uses IPv6 if libio-socket-ip-perl (>= 0.20) or
 libio-socket-inet6-perl is installed.