Subject: CVS commit: pkgsrc/mail/mimedefang
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 03/07/2004 11:18:33
Module Name:	pkgsrc
Committed By:	markd
Date:		Sun Mar  7 11:18:33 UTC 2004

Modified Files:
	pkgsrc/mail/mimedefang: Makefile PLIST distinfo
Added Files:
	pkgsrc/mail/mimedefang/files: mimedefang-multiplexor.sh mimedefang.sh
	pkgsrc/mail/mimedefang/patches: patch-ac

Log Message:
Update mimedefang to 2.40.

pkgsrc changes - add rc scripts and runtime checks for virus checkers
		 from Eric Schnoebelen in PR pkg/24295
	       - require native pthread library as pth doesnt work

Major changes from 2.39 to 2.40:

If multiple virus scanners are installed, they are all used.
Default action for viruses is now discard.
Added a new "notification" facility to allow external software to react
to changes in multiplexor state.
We now pass both the raw input message and the unpacked, decoded parts to
the virus scanner. This makes virus detection much more reliable.

Major changes from 2.38 to 2.39:

The multiplexor can be compiled with an embedded Perl interpreter to
significantly reduce the cost of starting a new slave
A memory leak in the status command was fixed.
A histo command was added so you can see how busy your installation

Major changes from 2.37 to 2.38:

The internal SMALLBUF constant was increased to handle larger SpamAssassin
reports produced by SpamAssassin version 2.60.
If a virus is found, action_notify_sender is disabled.

Major changes from 2.36 to 2.37:

Pure bug-fix release: A file descriptor leak was fixed, and we set the
close-on-exec flag on most file descriptors.

Major changes from 2.35 to 2.36:

Scalability enhancements for very busy servers.
Support for BitDefender's "bdc" virus scanner.
Other minor bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/mail/mimedefang/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/mimedefang/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/mimedefang/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/mail/mimedefang/files/mimedefang-multiplexor.sh \
    pkgsrc/mail/mimedefang/files/mimedefang.sh
cvs rdiff -r0 -r1.1 pkgsrc/mail/mimedefang/patches/patch-ac

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