summaryrefslogtreecommitdiff
path: root/mail/dspam/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-08 20:20:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-08 20:20:00 +0000
commit192f7432e3b1c69127d778a0ca39579eb0c9b7d8 (patch)
tree12032b9256f3a7433a5f18d4dce1b89a7010fe7b /mail/dspam/files
parent- Update to 0.9.12 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=123486
Diffstat (limited to 'mail/dspam/files')
-rw-r--r--mail/dspam/files/UPDATING15
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:
#