diff options
author | mjl <mjl> | 2004-06-06 14:58:29 +0000 |
---|---|---|
committer | mjl <mjl> | 2004-06-06 14:58:29 +0000 |
commit | f271d943a13dcc5edae32f74d7fc84f06e5b2c6b (patch) | |
tree | 784567501852bf408aa77ac46bf4a86652fd0878 /mail/anomy-sanitizer/distinfo | |
parent | 94f8978b704f82653f876d4d2dbe6bfeb57c4d7e (diff) | |
download | pkgsrc-f271d943a13dcc5edae32f74d7fc84f06e5b2c6b.tar.gz |
Update anomy-sanitizer to 1.68
Added system_io_file variable to allow plugging in of custom
replacements for the IO::File module, to facilitate internal FRISK
development.
Fixed a problem with the mime-type auto-detection code which would
corrupt certain messages when feat_log_after was enabled. This
probably also have caused problems in other cases, but so far none have
been reported.
Include the TNEF hooks in Sanitizer in default distribution and made
inclusion of Anomy::TNEFStream "lazy" to save cycles in one-shot modes.
Note that the Anomy::TNEFStream modules still isn't distributed by
default.
Tuned the MIME parser to catch more of the exploits illustrated on
http://testvirus.org/. Also fixed a bug in the position counting. These
two changes combined effect almost all of the test cases (lines containing
pos= and MIME info almost all change).
Added the following options to configure the HTML cleaner (all are off
by default):
feat_html_noexe Disallow links to executables
feat_html_unknown Allow unknown HTML tags
feat_html_paranoid Paranoid HTML Cleaner mode, bans all src= links
and enables feat_html_noexe paranoia as well.
Added code to decrease the odds that attachments with content-IDs
ending in ".com" get mistakenly treated as executables.
Tweaked MIME parsing to catch a few more odd virus-generated messages.
Diffstat (limited to 'mail/anomy-sanitizer/distinfo')
-rw-r--r-- | mail/anomy-sanitizer/distinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/anomy-sanitizer/distinfo b/mail/anomy-sanitizer/distinfo index cf8088d5114..28622e6a3a4 100644 --- a/mail/anomy-sanitizer/distinfo +++ b/mail/anomy-sanitizer/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/01/18 23:40:12 kim Exp $ +$NetBSD: distinfo,v 1.7 2004/06/06 14:58:29 mjl Exp $ -SHA1 (anomy-sanitizer-1.66.tar.gz) = 6cfc86ebd3a8da9961a7eea2ce8b0a0d7e703ec4 -Size (anomy-sanitizer-1.66.tar.gz) = 142149 bytes -SHA1 (patch-aa) = c765c8aa8a22bf173cb0a34f8868617e9ef66572 +SHA1 (anomy-sanitizer-1.68.tar.gz) = 0ceba1e0155f873f9b947d664c951b98abe74f12 +Size (anomy-sanitizer-1.68.tar.gz) = 149703 bytes |