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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Import upstream version 2.054
  * Bump Debhelper compat level to 10
  * Update copyright years for debian/* packaging files
  * Set Rules-Requires-Root to no
  * Add spelling-error-in-manpage.patch patch

 -- Salvatore Bonaccorso <email address hidden>  Fri, 02 Feb 2018 20:56:02 +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.054-1.dsc 2.6 KiB b55054b094ddfa6fcc134197dcf98d631602dee58e66138d29d9a5e7a18ea58b
libio-socket-ssl-perl_2.054.orig.tar.gz 226.8 KiB 02ea04e9a336a7d3ca9aa604c0c5b5aaf3efa513cefecfc73cc79ceeb5131e4b
libio-socket-ssl-perl_2.054-1.debian.tar.xz 9.9 KiB 3f27c047b2cf3ef743672db2cbc0835c4277a3a64598a3113293b351c0fb3455

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.