diff options
author | shattered <shattered@pkgsrc.org> | 2013-09-03 17:50:27 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-09-03 17:50:27 +0000 |
commit | 56eece2fce9a0d42f26bf9780b8a48684914d614 (patch) | |
tree | 521b3d849c2dbdc45535cf9c405e6c7888da8607 /mail/nullmailer | |
parent | 50967e9de3cfa84913a84aab7fe07e8805a7c1fd (diff) | |
download | pkgsrc-56eece2fce9a0d42f26bf9780b8a48684914d614.tar.gz |
Update to 1.13. Notable changes:
- Made nullmailer-queue sync and not just flush queued files to protect
against crashes during sensitive operations.
- Added support for SMTPS (SMTP over SSL/TLS) and STARTTLS.
- Added support for SSL/TLS client certificates.
- Added a quadratic backoff for resend times.
Diffstat (limited to 'mail/nullmailer')
-rw-r--r-- | mail/nullmailer/Makefile | 5 | ||||
-rw-r--r-- | mail/nullmailer/PLIST | 3 | ||||
-rw-r--r-- | mail/nullmailer/distinfo | 10 | ||||
-rw-r--r-- | mail/nullmailer/patches/patch-ac | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index 86dafcd535e..feedc4ef3ee 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2013/07/12 10:44:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.36 2013/09/03 17:50:27 shattered Exp $ -DISTNAME= nullmailer-1.05 -PKGREVISION= 1 +DISTNAME= nullmailer-1.13 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE:Q} DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/mail/nullmailer/PLIST b/mail/nullmailer/PLIST index a0772c1faa9..14e4eafeac3 100644 --- a/mail/nullmailer/PLIST +++ b/mail/nullmailer/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.10 2009/10/14 21:13:41 plunky Exp $ +@comment $NetBSD: PLIST,v 1.11 2013/09/03 17:50:27 shattered Exp $ libexec/nullmailer/mailq libexec/nullmailer/nullmailer-daemon libexec/nullmailer/nullmailer-inject libexec/nullmailer/nullmailer-queue libexec/nullmailer/nullmailer-send +libexec/nullmailer/nullmailer-smtpd libexec/nullmailer/qmqp libexec/nullmailer/sendmail libexec/nullmailer/smtp diff --git a/mail/nullmailer/distinfo b/mail/nullmailer/distinfo index 8fe5592d444..3f95dcac9eb 100644 --- a/mail/nullmailer/distinfo +++ b/mail/nullmailer/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2009/10/23 02:43:52 schmonz Exp $ +$NetBSD: distinfo,v 1.14 2013/09/03 17:50:27 shattered Exp $ -SHA1 (nullmailer-1.05/nullmailer-1.05.tar.gz) = 93cc8924cd96bf8a79285ff32bf5b0894de0a9e5 -RMD160 (nullmailer-1.05/nullmailer-1.05.tar.gz) = 20bd31670be76297a9798282db6186156d4f5124 -Size (nullmailer-1.05/nullmailer-1.05.tar.gz) = 176800 bytes +SHA1 (nullmailer-1.13/nullmailer-1.13.tar.gz) = e1178fff0395abee2bb6e77c3ddb8a0a7efcc791 +RMD160 (nullmailer-1.13/nullmailer-1.13.tar.gz) = d9f4663351122826299b04a46ffbb2bf51f41687 +Size (nullmailer-1.13/nullmailer-1.13.tar.gz) = 205431 bytes SHA1 (patch-aa) = eeab7dc23266f74edaa578ca1de9422614d16dab SHA1 (patch-ab) = 12e7d0381a9b43888b4809799b7d2c5775bc8b6d -SHA1 (patch-ac) = 6e8f3e4ab3f11ceefdaede505b52db24d8a34fde +SHA1 (patch-ac) = c542bbf35dfc2148dd133837799b7f4634b66489 diff --git a/mail/nullmailer/patches/patch-ac b/mail/nullmailer/patches/patch-ac index 9cb10f93b1f..8b4a440350f 100644 --- a/mail/nullmailer/patches/patch-ac +++ b/mail/nullmailer/patches/patch-ac @@ -1,9 +1,9 @@ -$NetBSD: patch-ac,v 1.5 2007/03/24 06:49:02 schmonz Exp $ +$NetBSD: patch-ac,v 1.6 2013/09/03 17:50:28 shattered Exp $ --- doc/nullmailer-queue.8.orig 2002-12-23 12:29:20.000000000 -0500 +++ doc/nullmailer-queue.8 -@@ -30,13 +30,13 @@ This is provided to allow local daemons - being bounced by your relay host. +@@ -31,13 +31,13 @@ being bounced by your relay host. To sen + them all on one line separated by a comma. .SH OTHER FILES .TP -.B /var/nullmailer/queue |