pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/anomy-sanitizer Update to anomy-sanitizer 1.69:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30bd3897df9c
branches:  trunk
changeset: 486563:30bd3897df9c
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Dec 29 18:45:49 2004 +0000

description:
Update to anomy-sanitizer 1.69:

    Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/
    directory, after being invited to do so by Derrick Webber of Advosys.

    Added sanitizer.procmail ruleset to contrib/, illustrating how to
    implement a quarantine and add custom headers to infected e-mails.

    Fixed priority bug in filename detection code, which would in some
    cases give higher priority to Content-IDs than it gave to the MIME
    filename attributes.

    Made the file-name/MIME-type sanity checks configurable (default on)
    via. the feat_sane_names variable.  Set to 0 to disable.

    Added support for scripts which want to pass the name of a detected
    infection using the a line "Anomy-FileScan-VirusName: blah" like.
    This makes the following new variables available to the file replacement
    tempalte:

       %VIRUSNAME    - Propogated from Anomy-FileScan-VirusName
       %SUMMARY      - Propogated from Anomy-FileScan-Summary
       %DESCRIPTION  - Propogated from Anomy-FileScan-Description

    This corrects problems, implements and expands on suggestions
    (posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352)
    by Derrick Hudson (dman at dman13.dyndns.org).

diffstat:

 mail/anomy-sanitizer/Makefile |  4 ++--
 mail/anomy-sanitizer/PLIST    |  4 +++-
 mail/anomy-sanitizer/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r a0621a5813ae -r 30bd3897df9c mail/anomy-sanitizer/Makefile
--- a/mail/anomy-sanitizer/Makefile     Wed Dec 29 17:27:36 2004 +0000
+++ b/mail/anomy-sanitizer/Makefile     Wed Dec 29 18:45:49 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/06/06 14:58:29 mjl Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/29 18:45:49 kim Exp $
 #
 
-DISTNAME=      anomy-sanitizer-1.68
+DISTNAME=      anomy-sanitizer-1.69
 CATEGORIES=    mail
 MASTER_SITES=  http://mailtools.anomy.net/dist/
 
diff -r a0621a5813ae -r 30bd3897df9c mail/anomy-sanitizer/PLIST
--- a/mail/anomy-sanitizer/PLIST        Wed Dec 29 17:27:36 2004 +0000
+++ b/mail/anomy-sanitizer/PLIST        Wed Dec 29 18:45:49 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/06/06 14:58:29 mjl Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/12/29 18:45:49 kim Exp $
 lib/anomy-sanitizer/bin/Anomy/HTMLCleaner.pm
 lib/anomy-sanitizer/bin/Anomy/Log.pm
 lib/anomy-sanitizer/bin/Anomy/MIMEStream.pm
@@ -21,8 +21,10 @@
 share/doc/anomy-sanitizer/contrib/anomy.m4
 share/doc/anomy-sanitizer/contrib/check_for_virus
 share/doc/anomy-sanitizer/contrib/postfix.txt
+share/doc/anomy-sanitizer/contrib/sanitizer.procmail
 share/doc/anomy-sanitizer/contrib/sendmail-m4.txt
 share/doc/anomy-sanitizer/contrib/tnef2multipart.pl
+share/doc/anomy-sanitizer/contrib/zip_policy.pl
 share/doc/anomy-sanitizer/contrib/zip_script
 share/doc/anomy-sanitizer/sanitizer.html
 @dirrm share/doc/anomy-sanitizer/contrib
diff -r a0621a5813ae -r 30bd3897df9c mail/anomy-sanitizer/distinfo
--- a/mail/anomy-sanitizer/distinfo     Wed Dec 29 17:27:36 2004 +0000
+++ b/mail/anomy-sanitizer/distinfo     Wed Dec 29 18:45:49 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/06/06 14:58:29 mjl Exp $
+$NetBSD: distinfo,v 1.8 2004/12/29 18:45:49 kim Exp $
 
-SHA1 (anomy-sanitizer-1.68.tar.gz) = 0ceba1e0155f873f9b947d664c951b98abe74f12
-Size (anomy-sanitizer-1.68.tar.gz) = 149703 bytes
+SHA1 (anomy-sanitizer-1.69.tar.gz) = c504da0144df2bbefb333beb8d3d5679dc7a749f
+Size (anomy-sanitizer-1.69.tar.gz) = 154991 bytes



Home | Main Index | Thread Index | Old Index