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

Changelog

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

  [ gregor herrmann ]
  * Disable network tests during autopkgtests like during build.

  [ Salvatore Bonaccorso ]
  * Import upstream version 2.050
    - protocol_version.t can now deal when TLS 1.0 and/or TLS 1.1 are not
      supported. Fixes "FTBFS: t/protocol_version.t failure".
      (Closes: #871409)
  * Declare compliance with Debian policy 4.0.1

 -- Salvatore Bonaccorso <email address hidden>  Fri, 18 Aug 2017 21:46:12 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.050-1.dsc 2.6 KiB a5796c3bd41bffd40edc74b0286d1c6ed602034480f2438e7ae2777112021c6c
libio-socket-ssl-perl_2.050.orig.tar.gz 215.2 KiB 54e6716e40df8b1c168d8f54a0b8f215313739bd99dda17adb7c00fe94656692
libio-socket-ssl-perl_2.050-1.debian.tar.xz 9.4 KiB a1e5afcbc54fc4d3b601988bc97fcea7766daa6276a6f580c15f239b20a9899a

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.