Subject: CVS commit: pkgsrc/mail/spamassassin
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 05/26/2006 20:53:00
Module Name:	pkgsrc
Committed By:	heinz
Date:		Fri May 26 20:53:00 UTC 2006

Modified Files:
	pkgsrc/mail/spamassassin: Makefile PLIST distinfo options.mk
	pkgsrc/mail/spamassassin/patches: patch-ab
Added Files:
	pkgsrc/mail/spamassassin/patches: patch-bb
Removed Files:
	pkgsrc/mail/spamassassin/patches: patch-ad patch-az

Log Message:
Updated to version 3.1.2.

Pkgsrc changes:
  - The updates for rule files go into $VARBASE/spamassassin/.
  - This above directory and the directory sa-update-keys for the GPG keys
    are now handled automatically by OWN_DIRS.
  - The growing number of *.pre files are managed in a loop in the Makefile.
    They are no longer contained in the static PLIST.
  - Removed some unnecessary trailing slashes.
  - Patching init.pre in order to disable the SPF plugin broke the spf.t
    test. This is now fixed, although in a rather ugly way :-/.
  - patch-ab no longer needs to use BSD_INSTALL_DATA_DIR because we create
    the directories through INSTALLATION_DIRS.
  - patch-ad and patch-az were removed (changes integrated upstream).
  - patch-bb fixes a small documentation error.
  - Fixed some warnings by pkglint about the SUBST framework in Makefile
    and options.mk.

Relevant changes since version 3.1.1:
=====================================

- bug 4802: implement DKIM plugin, including whitelist_from_dkim support
- bug 3838: work around Perl bug causing captured RE variables to become
  tainted -- thanks to Mark Martinec for pointing out the bug with
  Perl itself
- bug 4850: re-enable the Razor2 plugin by default due to a service
  policy change
- bug 4826: Razor2 plugin needs to load Mail::SpamAssassin::Timeout module
- bug 4827: M::SA::first_existing_path() would return the last array
  entry passed in if none of the paths were found.  Now return undef
  instead and handle the error when it happens.
- bug 4813: generally open RE causes sendmail received header get read
  in as qmail in error
- bug 4839: Logger.pm converts control chars including tab into
  underscores which confuses a bunch of users when checking debug output.
  Convert tab into space instead, etc.
- bug 4884: if a null message is passed in, there are several variables
  which end up undefined causing warnings.  fake an empty message if no
  input is given.
- bug 4793: when replacing tags in a message (_TAG_), leave the tags
  that don't exist alone instead of just removing them
- bug 4861, 4760: handle dccifd and dccproc failover properly, backport
  relays_internal and relays_external code, backport bug 4760 fix so
  that it's not possible to be in internal_networks without being in
  trusted_networks as well
- bug 4901: deal more properly with failures in bgsend().  also, use
  the proper variable to show when errors occur.
- bug 4867: fetchmail changed header formats at some point making Received
  parsing fail in certain conditions
- bug 4699: use M::SA::Timeout for spamd copy_config call and allow for
  empty $@ values
- bug 3754: if there's a problem opening a file via sa-learn or
  spamassassin, return an error exit value.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 pkgsrc/mail/spamassassin/Makefile
cvs rdiff -r1.18 -r1.19 pkgsrc/mail/spamassassin/PLIST
cvs rdiff -r1.36 -r1.37 pkgsrc/mail/spamassassin/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/spamassassin/options.mk
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/spamassassin/patches/patch-ab
cvs rdiff -r1.9 -r0 pkgsrc/mail/spamassassin/patches/patch-ad
cvs rdiff -r1.1 -r0 pkgsrc/mail/spamassassin/patches/patch-az
cvs rdiff -r0 -r1.1 pkgsrc/mail/spamassassin/patches/patch-bb

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