Next | Query returned 54 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2007-10-25 18:00:05 by Geert Hendrickx | Files touched by this commit (4)
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.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-08-13 12:13:42 by Thomas Klausner | Files touched by this commit (2)
Log message:
Fix build with gcc4.
   2006-08-04 22:12:31 by Geert Hendrickx | Files touched by this commit (2)
Log message:
Update spamprobe to 1.4b (PKGNAME changed to 1.4.2).

Changes in 1.4a:
This release fixes a bug in decoding malformed base64 encoded data that
manifested itself in some architectures. Also corrects a typo in the online
help. Some code cleanup and minor performance tweaks were added as well.

Changes in 1.4b:
This release fixes pair of bugs related to messages with no lines in their
bodies. No new features were added.
   2006-01-07 11:27:51 by Hubert Feyrer | Files touched by this commit (4)
Log message:
Update spamprobe to version 1.4.
Submitted by Ossi 'ohub' Herrala <oherrala@ee.oulu.fi> in private mail
as discussed on IRCnet #NetBSD.

Changes to software:
 * Spamprobe has a config file!
 * Added comprehensive command line option help.
 * Added support for maildir directories to all file based commands.
 * Added support for auto-purge (-P command line option).
 * Commands create-db and create-config to greate database and config
   file.
 * Added gif parser support using libungif to analyzes image
   attachments and derive useful information from them.

Changes to package:
 * bdb is not in SUGGESTED_OPTIONS anymore.
 * added depency to graphics/libungif and gif is in SUGGESTED_OPTIONS.
   2006-01-06 16:10:08 by Thomas Klausner | Files touched by this commit (117)
Log message:
DEPENDS and PKGREVISION bumps because db4's library name changed.
   2005-12-06 00:55:25 by Roland Illig | Files touched by this commit (413)
Log message:
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
   2005-06-29 02:06:58 by Hubert Feyrer | Files touched by this commit (3)
Log message:
Update spamprobe to 1.2a.

SpamProbe changes:
 - New email parsing implementation
 - New hash database, in addition to Berkeley DB (bdb/db4)
   (=> Hopefully no more "caught runtime exception: get: DB_PAGE_NOTFOUND:
       Requested page not found" on Linux every other day!)
 - And much more, check the ChangeLog for accurate information

pkgsrc changes:
 - Added db4 database backend to be optional (not requirement anymore)

Patches sent by the maintainer Ossi Herrala <oherrala@ee.oulu.fi>
in private mail.
   2005-06-12 10:59:32 by Johnny C. Lam | Files touched by this commit (1)
Log message:
Pass the correct path to the installed db4 files.  Also, transform
"-ldb" to "-ldb4" so that the configure script doesn't use a \ 
system
libdb.so instead of the pkgsrc libdb4.so.  This fixes PR pkg/23615.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Next | Query returned 54 messages, browsing 31 to 40 | Previous