Subject: CVS commit: pkgsrc/mail/anomy-sanitizer
To: None <pkgsrc-changes@NetBSD.org>
From: Kimmo Suominen <kim@netbsd.org>
List: pkgsrc-changes
Date: 02/01/2006 00:57:39
Module Name: pkgsrc
Committed By: kim
Date: Wed Feb 1 00:57:39 UTC 2006
Modified Files:
pkgsrc/mail/anomy-sanitizer: Makefile PLIST distinfo
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/mail/anomy-sanitizer/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/anomy-sanitizer/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/mail/anomy-sanitizer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.