libnet-smtp-ssl-perl 1.03-1 source package in Ubuntu

Changelog

libnet-smtp-ssl-perl (1.03-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Axel Beckert ]
  * Apply wrap-and-sort
  * Remove Maximilian Gaß from Uploaders (no more active according to himself)

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Add debian/upstream/metadata.
  * Import upstream version 1.03.
    Fixes "FTBFS with perl 5.22: test failures" (Closes: #796888)
  * Update Upstream-Contact in debian/copyright.
  * Update years of packaging copyright.
  * debian/copyright: switch formatting to Copyright-Format 1.0.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Tue, 25 Aug 2015 17:15:46 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-smtp-ssl-perl_1.03-1.dsc 2.2 KiB e8be6014b7a6685040cd475fc88e379b84b0e163a4a0679447824b01eeec4e8e
libnet-smtp-ssl-perl_1.03.orig.tar.gz 2.2 KiB 305d0fdd74bb7339d1928e738b247262c0f708149781c5771583b71d5625c917
libnet-smtp-ssl-perl_1.03-1.debian.tar.xz 2.5 KiB a059569447439fae1892f7774cae72d9f6fc3eda6080569f82d93056019e5764

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.