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

Changelog

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

  * Import upstream version 2.074.
  * Update years of packaging copyright.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add debian/tests/pkg-perl/syntax-skip to run autopkgtest's syntax.t.

 -- gregor herrmann <email address hidden>  Sun, 09 Jan 2022 02:28:01 +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 Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.074-1.dsc 2.8 KiB 2634e5e8b1dd0fef758149d764ea7a9d6f645a00d26e22ead7a67714de78f431
libio-socket-ssl-perl_2.074.orig.tar.gz 246.9 KiB 36486b6be49da4d029819cf7069a7b41ed48af0c87e23be0f8e6aba23d08a832
libio-socket-ssl-perl_2.074-1.debian.tar.xz 10.5 KiB 75ce806ee5397f145ac2bc41dbd457f13135eee096cb88ab01a00ab4b9c33283

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.