diff options
author | markd <markd> | 2003-07-03 11:16:26 +0000 |
---|---|---|
committer | markd <markd> | 2003-07-03 11:16:26 +0000 |
commit | 69a425cc29dd6dcb5139dd1e72cd1452c742fe87 (patch) | |
tree | d987e4720756fa6624c50c8b213ceb4efe6d30be /mail/mimedefang | |
parent | 976bb03d23f2b4cb8e5414a180802039e165a589 (diff) | |
download | pkgsrc-69a425cc29dd6dcb5139dd1e72cd1452c742fe87.tar.gz |
Update MIMEDefang to 2.35.
Major changes from 2.33 to 2.34:
* The multiplexor can queue requests, which might help throughput on a very busy
server.
* filter_{relay,sender,recipient} can return "DISCARD" to discard mail.
* Added new filter_unknown_cmd hook so filters can extend the MIMEDefang protocol.
* More fixes to the SpamAssassin interface.
* RAV AntiVirus is no longer supported.
* Non-multiplexor mode is no longer supported.
* Many other minor enhancements and bug fixes.
Major Changes from 2.34 to 2.35
* Bug Fixes
Diffstat (limited to 'mail/mimedefang')
-rw-r--r-- | mail/mimedefang/Makefile | 5 | ||||
-rw-r--r-- | mail/mimedefang/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index db5fc6a5155..7d24220140e 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/05/02 11:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/03 11:16:26 markd Exp $ -DISTNAME= mimedefang-2.33 -PKGREVISION= 1 +DISTNAME= mimedefang-2.35 CATEGORIES= mail MASTER_SITES= http://www.roaringpenguin.com/mimedefang/ diff --git a/mail/mimedefang/distinfo b/mail/mimedefang/distinfo index 57ca44bef10..eb0a105dea7 100644 --- a/mail/mimedefang/distinfo +++ b/mail/mimedefang/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/04/28 12:47:11 markd Exp $ +$NetBSD: distinfo,v 1.5 2003/07/03 11:16:26 markd Exp $ -SHA1 (mimedefang-2.33.tar.gz) = ef3954eb1003c7937668aa1f1630ba2cbc55d701 -Size (mimedefang-2.33.tar.gz) = 220683 bytes +SHA1 (mimedefang-2.35.tar.gz) = 09b5f81a25135cb7698a1218d83636c9a69e58a3 +Size (mimedefang-2.35.tar.gz) = 233725 bytes SHA1 (patch-ab) = d3aad74681427dc30a851ce9bd1708b61d0f7529 |