libnet-server-mail-perl 0.28-2 source package in Ubuntu

Changelog

libnet-server-mail-perl (0.28-2) unstable; urgency=medium

  * Team upload.

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Add another patch to work around a flaky SSL test.
    Bug #917656 reappeared again; using Net::SMTP's quit() on top of the
    original patch seems to make the issue more stable.
    Thanks to Lucas Nussbaum for the bug report. (Closes: #1011872)
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Drop unneeded version constraints from (build) dependencies.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 26 May 2022 23:07:22 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-server-mail-perl_0.28-2.dsc 2.5 KiB 7e1dbced698ea117d3813253f4eca120f2f66768afdcef0431541196143e51ae
libnet-server-mail-perl_0.28.orig.tar.gz 31.3 KiB daad9c15dc3d9a2f4b81e2bd68c5bfe9732eec84140197c5d340d49cd117d87e
libnet-server-mail-perl_0.28-2.debian.tar.xz 4.3 KiB 7a02cbc8b827913e89c2da509b90a8068d09583bc6e16f9f9ee3c868fc54ac66

Available diffs

No changes file available.

Binary packages built by this source

libnet-server-mail-perl: versatile and extensible mail server framework

 Net::Server::Mail is a versatile and extensible implementation of the SMTP
 protocol and closely-related protocols like ESMTP and LMTP. The event driven
 object-oriented API makes it easy to incorporate the SMTP protocol into perl
 programs.
 .
 It provides a mechanism to easily add future or not yet implemented ESMTP
 extensions. Developers can hook code at each SMTP session state and change
 the module's behaviors by registering event call-backs. The class is designed
 to be easily inherited from.