summaryrefslogtreecommitdiff
path: root/mail/spamprobe/patches
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-10-25 16:00:05 +0000
committerghen <ghen@pkgsrc.org>2007-10-25 16:00:05 +0000
commit3f6e22dc4b58ce5af284734dae92d2346a6943e2 (patch)
treeb6127b340c083095e1ef05ce8404705e693dbdce /mail/spamprobe/patches
parentc24654737b381c36b644434b757ecd723fcfe055 (diff)
downloadpkgsrc-3f6e22dc4b58ce5af284734dae92d2346a6943e2.tar.gz
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.
Diffstat (limited to 'mail/spamprobe/patches')
-rw-r--r--mail/spamprobe/patches/patch-aa12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/spamprobe/patches/patch-aa b/mail/spamprobe/patches/patch-aa
deleted file mode 100644
index 20b6b46cbc6..00000000000
--- a/mail/spamprobe/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2006/08/13 10:13:42 wiz Exp $
-
---- src/spamprobe/Command_import.cc.orig 2006-01-04 14:32:17.000000000 +0000
-+++ src/spamprobe/Command_import.cc
-@@ -28,6 +28,7 @@
- // http://www.cooldevtools.com/qpl.html
- //
-
-+#include <assert.h>
- #include <fstream>
- #include "LineReader.h"
- #include "IstreamCharReader.h"