libio-socket-ssl-perl 2.024-1 source package in Ubuntu
Changelog
libio-socket-ssl-perl (2.024-1) unstable; urgency=medium * Import upstream version 2.024 - Fixes "Tests hang with no real network interfaces" (Closes: #813796) * Declare compliance with Debian policy 3.9.7 * Update copyright years for debian/* packaging files -- Salvatore Bonaccorso <email address hidden> Sun, 07 Feb 2016 06:34:35 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-socket-ssl-perl_2.024-1.dsc | 2.5 KiB | 3a9ef66c453210bf54489506c8e69631ccb0fa2de1657bef58ceeeeb905ae7f9 |
libio-socket-ssl-perl_2.024.orig.tar.gz | 204.7 KiB | dab3125b004b24ff8dfc003aa81c00c0f976a1bc34a75e1d8d9de9de837ce6c9 |
libio-socket-ssl-perl_2.024-1.debian.tar.xz | 8.8 KiB | 89ff455d8154f14f2a73b697fba40b5c19631d7cedd362b689e962e84afef982 |
Available diffs
- diff from 2.023-1 to 2.024-1 (3.2 KiB)
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.