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

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libio-socket-ip-perl,
      libnet-ssleay-perl and perl.
    + libio-socket-ssl-perl: Drop versioned constraint on libio-socket-ip-perl
      and perl in Recommends.

  [ Salvatore Bonaccorso ]
  * debian/control: Drop additional perl alternative covered by versioned
    Provides in perl-base
    libsocket-perl and libio-socket-ip-perl are covered by the versioned
    Provides in perl-base as such the perl Build-Depends-Indep and
    Recommends in the listing for the wanted alterntives can be dropped.
  * Declare compliance with Debian policy 4.6.0
  * Import upstream version 2.072.
  * debian/control: List liburi-perl first in alternatives in Recommends
  * d/u/metadata: Update Bug-{Database,Submit} to github location

 -- Salvatore Bonaccorso <email address hidden>  Sun, 22 Aug 2021 21:10:00 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-socket-ssl-perl_2.072-1.dsc 2.6 KiB b3981948822f6f2bacd49affed657244fb32e34c8948bfe57945a3259e80908e
libio-socket-ssl-perl_2.072.orig.tar.gz 247.7 KiB b5bee81db3905a9069340a450a48e1e1b32dec4ede0064f5703bafb9a707b89d
libio-socket-ssl-perl_2.072-1.debian.tar.xz 10.3 KiB 69712b95140cf9885173959370603d09cff92a066914103004ff1da7f4f2e199

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.