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

Changelog

libio-socket-ssl-perl (2.052-1) unstable; urgency=medium

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Import upstream version 2.052
  * Declare compliance with Debian policy 4.1.1

 -- Salvatore Bonaccorso <email address hidden>  Fri, 27 Oct 2017 11:35:47 +0200

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.052-1.dsc 2.6 KiB d259eb12b707b373744c192b424923192525f8347c15d1741f04166f15324a2f
libio-socket-ssl-perl_2.052.orig.tar.gz 216.5 KiB e4897a9b17cb18a3c44aa683980d52cef534cdfcb8063d6877c879bfa2f26673
libio-socket-ssl-perl_2.052-1.debian.tar.xz 9.4 KiB 8e0792c19ddd5712d9e5ae7ab56f426ec61365f2aad454a538ac7e8c4864a641

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.