pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/anomy-sanitizer Upgrade to 1.66:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41393470c1e0
branches:  trunk
changeset: 466469:41393470c1e0
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Jan 18 23:40:12 2004 +0000

description:
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:

 mail/anomy-sanitizer/Makefile         |   4 ++--
 mail/anomy-sanitizer/distinfo         |   7 ++++---
 mail/anomy-sanitizer/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 21 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r da1f2e76cb5c -r 41393470c1e0 mail/anomy-sanitizer/Makefile
--- a/mail/anomy-sanitizer/Makefile     Sun Jan 18 23:27:46 2004 +0000
+++ b/mail/anomy-sanitizer/Makefile     Sun Jan 18 23:40:12 2004 +0000
@@ -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/
diff -r da1f2e76cb5c -r 41393470c1e0 mail/anomy-sanitizer/distinfo
--- a/mail/anomy-sanitizer/distinfo     Sun Jan 18 23:27:46 2004 +0000
+++ b/mail/anomy-sanitizer/distinfo     Sun Jan 18 23:40:12 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.5 2003/08/31 13:51:20 mjl Exp $
+$NetBSD: distinfo,v 1.6 2004/01/18 23:40:12 kim Exp $
 
-SHA1 (anomy-sanitizer-1.63.tar.gz) = bf730b3397a08b63a086de4db316eefbf95a7489
-Size (anomy-sanitizer-1.63.tar.gz) = 140098 bytes
+SHA1 (anomy-sanitizer-1.66.tar.gz) = 6cfc86ebd3a8da9961a7eea2ce8b0a0d7e703ec4
+Size (anomy-sanitizer-1.66.tar.gz) = 142149 bytes
+SHA1 (patch-aa) = c765c8aa8a22bf173cb0a34f8868617e9ef66572
diff -r da1f2e76cb5c -r 41393470c1e0 mail/anomy-sanitizer/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/anomy-sanitizer/patches/patch-aa     Sun Jan 18 23:40:12 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2004/01/18 23:40:12 kim Exp $
+
+--- bin/Anomy/MIMEStream.pm.orig       2003-12-08 19:57:49.000000000 -0500
++++ bin/Anomy/MIMEStream.pm    2004-01-18 18:26:17.000000000 -0500
+@@ -418,7 +418,9 @@
+       $reader->ParseContentHeader("; _encoding=", "content-transfer-encoding", $header_log);
+       $reader->ParseContentHeader("; _disposition=", "content-disposition", $header_log);
+       $reader->ParseContentHeader("; _description=", "content-description", $header_log);
+-      $reader->ParseContentHeader("; _id=", "content-id", $header_log);
++      # commented out next, because it causes mail from ".com" domains
++      # to be considered ".com" attachments -- kim at tac.nyc.ny.us
++      #$reader->ParseContentHeader("; _id=", "content-id", $header_log);
+ 
+       # Set content decoder and encoder
+       my $enc = lc($reader->{"mime"}->{"_encoding"} || "8bit");



Home | Main Index | Thread Index | Old Index