diff options
author | pettai <pettai@pkgsrc.org> | 2015-05-03 21:09:01 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-05-03 21:09:01 +0000 |
commit | 09bc1ded2c912bb6afdc2d00b4779cb6fb381408 (patch) | |
tree | adcc0fe80ffd0fb219ae7017cbf3d1b3a22847cb /mail | |
parent | 5e08f6eff89f8f613bede0e894347f85617d5af8 (diff) | |
download | pkgsrc-09bc1ded2c912bb6afdc2d00b4779cb6fb381408.tar.gz |
MIMEDefang 2.78 RELEASED
* Fix bug in logic that coalesces multiparts to single-parts if
possible; the bug broke DKIM signing.
MIMEDefang 2.77 RELEASED
* Change old author's name to "Dianne Skoll" in many places.
MIMEDefang 2.76 RELEASED
* mimedefang.pl.in: Get rid of all Perl function prototypes.
Perl prototypes are badly-implemented and consensus among
modern Perl 5 programmers is they shouldn't be used.
https://www.securecoding.cert.org/confluence/display/perl/DCL00-PL.+Do+not+use+subroutine+prototypes
* Add support for filter_wrapup callback. This is called at the
very end and permits header modifications, but not body
modifications. Useful for DKIM-signing.
* mimedefang.pl.in: Fix typo: SOPHOS should have been SAVSCAN
* mimedefang.c: Don't add a MIME-Version header if there is already
one.
* Fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646347
* Minor clarifications to mimedefang-filter man page.
* Add "All / Summary" button to watch-multiple-mimedefangs.tcl
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mimedefang/Makefile | 4 | ||||
-rw-r--r-- | mail/mimedefang/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index e58ef7c8381..bfb1a413f60 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.59 2014/06/02 12:07:26 pettai Exp $ +# $NetBSD: Makefile,v 1.60 2015/05/03 21:09:01 pettai Exp $ -DISTNAME= mimedefang-2.75 +DISTNAME= mimedefang-2.78 CATEGORIES= mail MASTER_SITES= http://www.mimedefang.org/static/ diff --git a/mail/mimedefang/distinfo b/mail/mimedefang/distinfo index 3361d25fba6..794178bd3f1 100644 --- a/mail/mimedefang/distinfo +++ b/mail/mimedefang/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2014/06/02 12:07:26 pettai Exp $ +$NetBSD: distinfo,v 1.28 2015/05/03 21:09:01 pettai Exp $ -SHA1 (mimedefang-2.75.tar.gz) = d5ab80dc3057023a684c0473f78eb1bb6836eda3 -RMD160 (mimedefang-2.75.tar.gz) = 7aee8b3465ebd824ca4d061f1db51243c3ac4948 -Size (mimedefang-2.75.tar.gz) = 363535 bytes +SHA1 (mimedefang-2.78.tar.gz) = 9b8d004c7d4720864a2a6860f4554683ff11d0c2 +RMD160 (mimedefang-2.78.tar.gz) = be42cadf9bc2588ce9731c4dcd616e544c7461d5 +Size (mimedefang-2.78.tar.gz) = 364501 bytes SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148 SHA1 (patch-ad) = 1130dad09875d069ca246db8f8f567366e0af5be |