libnet-smtp-ssl-perl 1.04-2 source package in Ubuntu

Changelog

libnet-smtp-ssl-perl (1.04-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 01 Jul 2022 00:09:44 +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
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-smtp-ssl-perl_1.04-2.dsc 2.1 KiB b5e63090e1608c37ead4432206028fda37046128bfcaf3eb7ba58251875295a1
libnet-smtp-ssl-perl_1.04.orig.tar.gz 2.4 KiB 7b29c45add19d3d5084b751f7ba89a8e40479a446ce21cfd9cc741e558332a00
libnet-smtp-ssl-perl_1.04-2.debian.tar.xz 2.8 KiB eed69ed7ce787666dc177cc106051cecfa99e31abd0b147aa75903d9b0415d94

Available diffs

No changes file available.

Binary packages built by this source

libnet-smtp-ssl-perl: Perl module providing SSL support to Net::SMTP

 Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
 for its network operations. Due to the nature of Net::SMTP's new method, it is
 not overridden to make use of a default port for the SMTPS service. Perhaps
 future versions will be smart like that. Port 465 is usually what you want,
 and it's not a pain to specify that.
 .
 This package is deprecated. Net::SMTP (in perl core) has support for SMTP
 over SSL, and also for STARTTLS, since version 1.28 (included in Perl 5.22).