diff options
author | pav <pav@FreeBSD.org> | 2004-12-09 04:20:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-09 04:20:00 +0800 |
commit | e586461f135025b8104d9d26fc6815adeb126fc5 (patch) | |
tree | 0092d8cdb01e6fe49864c620fe855504572ec79c /mail/dspam/files | |
parent | 408e217cf4a1e18ad328ad6f7e298c4eca94fae7 (diff) | |
download | freebsd-ports-gnome-e586461f135025b8104d9d26fc6815adeb126fc5.tar.gz freebsd-ports-gnome-e586461f135025b8104d9d26fc6815adeb126fc5.tar.zst freebsd-ports-gnome-e586461f135025b8104d9d26fc6815adeb126fc5.zip |
- Update to 20041203.1245 snapshot
- add support for MYSQL50 and handle MYSQL cases right [1]
- add support for exim [2] which we build with the same database back-end
as dspam if possible
- fix PREF_EXT and BDB4 cases as well in our Makefile
[1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
[2] suggested, incorrectly, in ports/74762 by Shahbaz Javeed <sjaveed@adderpit.com>
PR: ports/74796
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam/files')
-rw-r--r-- | mail/dspam/files/UPDATING | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index 2cc98c05307a..58a5aafecdda 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -11,6 +11,20 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ############################################################################# +# dspam-3.2.3.20041203.1245 +# + +- now we support also MYSQL50 and we handle MYSQL cases right based on a +patch sent by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> +- add support for exim as suggested by +Shahbaz Javeed <sjaveed@adderpit.com>; we try to build exim with the same +database back-end if possible (still work to do to automate pg 7.3 case) +- fix PREF_EXT and BDB4 cases as well in our Makefile (actually is 4.1 and +I'm thinking about dropping support for it since SQLite works a lot better if +you don't want a full sql server; feedback welcome) +- also small vendor bug-fixes (pgp signed mails, pgsql driver) + +############################################################################# # dspam-3.2.3 # @@ -20,7 +34,6 @@ make extract; more `find . -type f -maxdepth 2 -name UPGRADING` BUGFIX: dspam_dump for a particular token fails with MySQL 4.1 BUGFIX: Bayesian Noise Reduction is never instantiated - ############################################################################# # dspam-3.2.2.20041117.1515: # |