libio-socket-ssl-perl 2.055-1 source package in Ubuntu

Changelog

libio-socket-ssl-perl (2.055-1) unstable; urgency=low

  * Import upstream version 2.055
  * Drop spelling-error-in-manpage.patch

 -- Salvatore Bonaccorso <email address hidden>  Fri, 16 Feb 2018 00:54:33 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.055-1.dsc 2.6 KiB 1f274d6444c62ea1ce4b96fbb9cc57c1fae911ab09150662d5cbbf789cfac7b6
libio-socket-ssl-perl_2.055.orig.tar.gz 228.6 KiB 32278dfc5e7ef8e9231654e5540a9f0cc67e0f4b4c31a06399b6053c49eb23f9
libio-socket-ssl-perl_2.055-1.debian.tar.xz 9.6 KiB d74c10231895d625776fd7d01d5aeb66dde580f6cbbd1b1da453da8cc717943a

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.