Subject: CVS commit: pkgsrc/mail/anomy-sanitizer
To: None <pkgsrc-changes@NetBSD.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2004 14:58:29
Module Name:	pkgsrc
Committed By:	mjl
Date:		Sun Jun  6 14:58:29 UTC 2004

Modified Files:
	pkgsrc/mail/anomy-sanitizer: Makefile PLIST distinfo
Removed Files:
	pkgsrc/mail/anomy-sanitizer/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/anomy-sanitizer/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/anomy-sanitizer/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/anomy-sanitizer/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/mail/anomy-sanitizer/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.