Subject: CVS commit: pkgsrc/mail/spamprobe
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 10/25/2007 16:00:05
Module Name:	pkgsrc
Committed By:	ghen
Date:		Thu Oct 25 16:00:05 UTC 2007

Modified Files:
	pkgsrc/mail/spamprobe: Makefile distinfo options.mk
Removed Files:
	pkgsrc/mail/spamprobe/patches: patch-aa

Log Message:
Update to 1.4d (previous 1.4.2 was 1.4b).  Take MAINTAINERship.

2006-11-16  Brian Burton  <brian@burton-computer.com>

* Released as 1.4d

* configure.ac: Added ability to selectively disable image
  processing using --without-gif, --without-jpeg, and/or
  --without-png.

* src/spamprobe/spamprobe.cc (set_headers): Added ability to
  selectively ignore individual headers using -H-headername.

* src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include.

* src/parser/PngParser.cc (tokenizeImage): added basic tokens from
  PNG images.

2006-11-16  Brian Burton  <brian@localhost.localdomain>

* src/parser/PngParser.cc (PngParser): Stub for PNG parsing using
  libpng.

* src/parser/JpegParser.cc (tokenizeMarker): Preliminary
  implementation of jpeg parsing using jpeglib.

* configure.ac: Auto detect of either libungig or libgif depending
  on which one is available.

2007-01-04  Brian Burton  <brian@burton-computer.com>

* Released as 1.4c

* spamprobe.1: Modified man page to remove unnecessary informaton
  and make it more conformant with man page conventions.

* src/spamprobe/spamprobe.cc (process_extended_options): added
  ignore-body option.

* src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix):
  Forced header prefixes and names to lower case instead of
  relying on an assert to enforce the restriction.

* src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash):
  Disabled experimental hash database auto-cleaning.

* src/includes/Ref.h: Removed cassert include.

* src/spamprobe/spamprobe.cc (process_extended_options): Added
  whitelist option to allow use of SP as a bayesian white list in
  conjunction with other filters.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/mail/spamprobe/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/mail/spamprobe/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/spamprobe/options.mk
cvs rdiff -r1.3 -r0 pkgsrc/mail/spamprobe/patches/patch-aa

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