diff options
author | kim <kim@pkgsrc.org> | 2004-01-18 23:40:12 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2004-01-18 23:40:12 +0000 |
commit | 743700ddcf3fcc5be734d1dc4e39c78ce4845ef8 (patch) | |
tree | fd93bc1fcb7d289fd66aa2f2ec2e2a255048ca32 /mail/anomy-sanitizer/Makefile | |
parent | dc44090b4194dc72b42a9c5c4c7425ed6225f409 (diff) | |
download | pkgsrc-743700ddcf3fcc5be734d1dc4e39c78ce4845ef8.tar.gz |
Upgrade to 1.66:
- fix issue with "all mail gets deleted", which was caused by looking at
Content-ID for filenames (new feature in 1.61); this resulted in mail
from ".com" domains to be considered ".com" attachments (patch-aa)
- fixes "PDF corruption problem" (1.64)
Diffstat (limited to 'mail/anomy-sanitizer/Makefile')
-rw-r--r-- | mail/anomy-sanitizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 7bc39a51f71..4679cdd6d5d 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/01/06 07:17:57 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/18 23:40:12 kim Exp $ # -DISTNAME= anomy-sanitizer-1.63 +DISTNAME= anomy-sanitizer-1.66 WRKSRC= ${WRKDIR}/anomy CATEGORIES= mail MASTER_SITES= http://mailtools.anomy.net/dist/ |