Up to [cvs.netbsd.org] / pkgsrc / mail / anomy-sanitizer
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.24 / (download) - annotate - [select for diffs], Sun May 25 21:42:21 2008 UTC (4 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Explicitly add pax dependency in those Makefiles that use it (or have patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Mar 4 17:57:17 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.22: +13 -13
lines
Diff to previous 1.22 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 21 19:33:28 2006 UTC (5 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Oops, some files had been installed with mode 600. Take 644 instead.
Revision 1.21 / (download) - annotate - [select for diffs], Thu Dec 21 19:29:43 2006 UTC (5 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.20: +19 -21
lines
Diff to previous 1.20 (colored)
Fixed the file permissions of the installed files, which makes the package usable for unprivileged builds. PKGREVISION++
Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 1 00:57:39 2006 UTC (6 years, 3 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.19: +5 -3
lines
Diff to previous 1.19 (colored)
Upgrade to version 1.76. Notable changes:
- The most common/important file formats are recognized based on file
contents, not just file name and MIME-type. Detects WMF files, to
allow reliable blacklisting. Detects when people try to disguise
non-JPEG/GIF/PNG content as such files and defangs such attachments.
- Bug fixed, where disinfection wouldn't result in the modification
count of a message being incremented. Some 3rd party systems rely
on the modification count to determine whether to use the output or
not. This is a critical fix for such systems.
- Improved handling of Yahoo DomainKeys.
- Fixed crash when multiple Content-Transfer-Encoding headers were
present in the same message part.
- Added mailblogger.pl, to the distribution. This program has
nothing to do with security, but uses the MIMEStream parser to
extract images from e-mail and can subsequently generate thumbnails
and re-post both text and images to a web-site, to implement
email-to-www gateway functionality. (E.g. mobile blogging.)
Revision 1.19 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:23 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:12 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Jun 16 06:58:02 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Create directories before installing files into them.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:17 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 21 22:37:55 2005 UTC (7 years, 3 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Don't copy dot files over, either.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 29 18:45:49 2004 UTC (7 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
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).
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 6 14:58:29 2004 UTC (7 years, 11 months ago) by mjl
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 29 23:04:34 2004 UTC (8 years ago) by kim
Branch: MAIN
Changes since 1.11: +3 -3
lines
Diff to previous 1.11 (colored)
Avoid copying '*.orig' files when installing.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:43 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 18 23:40:12 2004 UTC (8 years, 4 months ago) by kim
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
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)
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 6 07:17:57 2004 UTC (8 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.8: +5 -1
lines
Diff to previous 1.8 (colored)
bl3ify
Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 31 13:51:20 2003 UTC (8 years, 8 months ago) by mjl
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Update anomy-sanitizer to 1.63. Changes include some improvements to the file detection mechanism, interface to the f-prot virus scanner as well as quite a lot of bug fixes. Note: the last pkgsrc version was from over 1.5 years ago.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 9 01:53:15 2003 UTC (8 years, 11 months ago) by kim
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Downgrade to 1.49 due to problems where sanitizer delivers empty messages.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 8 16:01:24 2003 UTC (8 years, 11 months ago) by kim
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Upgrade to 1.60:
Minor update to MIME type checking rules, to allow more legal MIME
types.
Made the multipart detection code less aggressive, in small text
messages it would mistake common ascii-graphic signatures for message
boundaries and mess up the parsing quite badly.
Made the filename checker check ALL possible file names against
each rule, instead of just checking the "default" one. If
feat_mime_files is set, then the default file-name for that mime
type will be checked as well. This is a major improvement to
security, but requires that filename rules are ordered so that
that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules.
Made the sanitizer read /etc/mime.types (if it exists) to generate a
more complete list of default filenames for unnamed parts.
Revision 1.5 / (download) - annotate - [select for diffs], Fri May 16 23:18:46 2003 UTC (9 years ago) by kim
Branch: MAIN
Changes since 1.4: +2 -3
lines
Diff to previous 1.4 (colored)
Upgrade to 1.59, numerous bug fixes, please see: http://mailtools.anomy.net/CHANGELOG.sanitizer.txt
Revision 1.4 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:34 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 28 21:14:23 2003 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
NO_PATCH is deprecated, says pkglint. Remove it.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 21 04:47:08 2002 UTC (9 years, 10 months ago) by simonb
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
This needs a DEPENDS on security/p5-Digest-MD5 to work.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 20 20:28:23 2002 UTC (9 years, 10 months ago) by kim
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import mail/anomy-sanitizer-1.49: Anomy Sanitizer filters mail messages checking for common exploits and hostile file attachments. For instance: it can remove attachments, rename unknown file types, "defang" HTML messages, fix MIME headers, and call external virus scanners to scan email attachments.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 20 20:28:23 2002 UTC (9 years, 10 months ago) by kim
Branch: MAIN
Initial revision