libio-socket-ssl-perl 2.060-3~ubuntu18.04.1 source package in Ubuntu

Changelog

libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) bionic; urgency=medium

  * Backport 2.060 to 18.04 LTS with TLSv1.3 support. LP: #1797386
    Includes:
    - upstream TLSv1.3 support
    - testsuite fixes to ignore SIGPIPE
    - depedencies adjusted to match SRUed version numbers
    - reverted superflorious changes to metadata/debhelper compat
  * Add breaks on hanging libwww-perl with TLSv1.3

 -- Dimitri John Ledkov <email address hidden>  Tue, 11 Dec 2018 11:52:12 +1100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic security main perl
Bionic updates main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.060.orig.tar.gz 227.7 KiB fb5b2877ac5b686a5d7b8dd71cf5464ffe75d10c32047b5570674870e46b1b8c
libio-socket-ssl-perl_2.060-3~ubuntu18.04.1.debian.tar.xz 11.5 KiB 980c3222ef2125f78dfb132e43df2fbad8ad4db922edebb2c188ffc2938af445
libio-socket-ssl-perl_2.060-3~ubuntu18.04.1.dsc 2.6 KiB 3a53ea4af29d40d3d10436d79d910f08dbe757d1909fff0b19c62368d4e1d4f7

View changes file

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.