swaks 20170101.0-2 source package in Ubuntu

Changelog

swaks (20170101.0-2) unstable; urgency=medium

  * Convert $(SOURCE_DATE_EPOCH) instead of invoking dpkg-parsechangelog. It
    is exported by dpkg >= 1.18.19, add b-d.
  * debian/rules: Prefer find -exec {} + over find -print0 | xargs -0r and
    avoid xargs without -0.

 -- Andreas Metzler <email address hidden>  Sun, 10 Sep 2017 11:55:48 +0200

Upload details

Uploaded by:
Andreas Metzler
Uploaded to:
Sid
Original maintainer:
Andreas Metzler
Architectures:
all
Section:
mail
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe mail

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
swaks_20170101.0-2.dsc 1.9 KiB 66dc06fb39610cb9843edbe4857a587d21afefb3566394d21c9d3051c0e1be61
swaks_20170101.0.orig.tar.gz 106.5 KiB 84e62dd0de4a56d5daebe25afd16835bd8d3c7f39caa5e6bc7d86a056925915e
swaks_20170101.0-2.debian.tar.xz 6.5 KiB 011ad0ecb363aa1b22b5e6e03e09f5fa61759f21e1e10d699d575b494e3c0b43

Available diffs

No changes file available.

Binary packages built by this source

swaks: SMTP command-line test tool

 swaks (Swiss Army Knife SMTP) is a command-line tool written in Perl
 for testing SMTP setups; it supports STARTTLS and SMTP AUTH (PLAIN,
 LOGIN, CRAM-MD5, SPA, and DIGEST-MD5). swaks allows one to stop the
 SMTP dialog at any stage, e.g to check RCPT TO: without actually
 sending a mail.
 .
 If you are spending too much time iterating "telnet foo.example 25"
 swaks is for you.