libio-socket-ssl-perl 2.067-1 source package in Ubuntu
Changelog
libio-socket-ssl-perl (2.067-1) unstable; urgency=medium * Import upstream version 2.067 * Drop "Fix typos in POD" patch (applied upstream) * Update copyright years for debian/* packaging files * debian/watch: use uscan version 4 * Remove obsolete fields Name, Contact from debian/upstream/metadata * Declare compliance with Debian policy 4.5.0 -- Salvatore Bonaccorso <email address hidden> Fri, 14 Feb 2020 21:04:40 +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 | |
---|---|---|---|---|
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libio-socket-ssl-perl_2.067-1.dsc | 2.7 KiB | a62a2f38550c94f216e4520b37c0875b6c06a125a95ea2c09e168b1c548880ef |
libio-socket-ssl-perl_2.067.orig.tar.gz | 239.2 KiB | ef8842806d047cf56e2af64add4ed30b24547bcbb50e8df33cee0c54609af1c1 |
libio-socket-ssl-perl_2.067-1.debian.tar.xz | 10.0 KiB | b8f2ece82be07235eb4347a86c41f0bfe1c37385648611658bde5863cd18ced5 |
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.