diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-02-02 13:08:20 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-02-02 13:08:20 +0000 |
commit | 1f7089e89e0aeea6977b13194617357120835087 (patch) | |
tree | 646885708e96f83e8228e7a320fc4eade78e45d3 /mail | |
parent | f7671d966007690d419e6df8e0e825fde5462cef (diff) | |
download | pkgsrc-1f7089e89e0aeea6977b13194617357120835087.tar.gz |
Update to 1.1.10 and take MAINTAINER. From the changelog:
* New feature. When a message is released from your pending queue via
tmda-cgi, a new trace header 'X-TMDA-CGI' is added to the message
which contains both the IP address of the remote host as well as the
browser the client used to send the request. This allows you to
visually discern that the message was released via tmda-cgi rather
than through email confirmation, and also allows for easier tracing.
* tmda-ofmipd has a new option courtesy of Robert P. Thille. `-L'
turns on logging prints which logs everything that `-d' logs, except
for the raw SMTP protocol data. Hence, it is useful if you want to
leave logging enabled permanently, but don't want your logs bloated
with AUTH data and/or the content of large attachments.
* Various tmda-ofmipd bugfixes and improvements from Stephen Warren.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tmda/Makefile | 7 | ||||
-rw-r--r-- | mail/tmda/distinfo | 9 | ||||
-rw-r--r-- | mail/tmda/patches/patch-aa | 13 |
3 files changed, 7 insertions, 22 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 6c35efb34ea..a75b1716ff8 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.34 2007/01/11 19:22:43 schmonz Exp $ +# $NetBSD: Makefile,v 1.35 2007/02/02 13:08:20 schmonz Exp $ # -DISTNAME= tmda-1.1.9 -PKGREVISION= 2 +DISTNAME= tmda-1.1.10 CATEGORIES= mail python MASTER_SITES= http://tmda.net/releases/ MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/ EXTRACT_SUFX= .tgz -MAINTAINER= kim@tac.nyc.ny.us +MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://tmda.net/ COMMENT= Python-based SPAM reduction system diff --git a/mail/tmda/distinfo b/mail/tmda/distinfo index 324c0ca27bc..5237699ef0c 100644 --- a/mail/tmda/distinfo +++ b/mail/tmda/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.18 2007/01/11 19:22:43 schmonz Exp $ +$NetBSD: distinfo,v 1.19 2007/02/02 13:08:20 schmonz Exp $ -SHA1 (tmda-1.1.9.tgz) = 5c5a0d5e6679dcccfc7e781f859a01054e37d9fe -RMD160 (tmda-1.1.9.tgz) = 63cd03cfec6bd644311c2b258f3f4f8fdb3b25f5 -Size (tmda-1.1.9.tgz) = 331721 bytes -SHA1 (patch-aa) = 579bd9685d0736dccf332e69246a5a5463746791 +SHA1 (tmda-1.1.10.tgz) = cf414f95195cf3a848f056850726c217b100b59a +RMD160 (tmda-1.1.10.tgz) = 1c73eecc5ece3e9c793e114af2114b270cb9f9d1 +Size (tmda-1.1.10.tgz) = 332865 bytes SHA1 (patch-ab) = 82715854cfdedb0ec92c5d77580d09ccda553073 diff --git a/mail/tmda/patches/patch-aa b/mail/tmda/patches/patch-aa deleted file mode 100644 index eacec90839b..00000000000 --- a/mail/tmda/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2006/12/20 03:22:39 schmonz Exp $ - ---- bin/tmda-ofmipd.orig 2006-10-30 00:58:42.000000000 -0500 -+++ bin/tmda-ofmipd -@@ -288,7 +288,7 @@ if running_as_root: - if not opts.username: - opts.username = 'tofmipd' - if not opts.authfile: -- authfile = '/etc/tofmipd' -+ opts.authfile = '/etc/tofmipd' - ipauthmapfile = '/etc/ipauthmap' - else: - tmda_path = os.path.join(os.path.expanduser('~'), '.tmda') |