aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam/files/UPDATING
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-13 22:51:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-13 22:51:56 +0000
commit603a6bcc570d559bd9bcf8eb5acdd8f707a9f9a8 (patch)
treee73cbd5dfd8f3b1e2a31c51f80bbdeff330a711a /mail/dspam/files/UPDATING
parent978c5998077de969b83093c4495c73ca91c919f6 (diff)
downloadports-603a6bcc570d559bd9bcf8eb5acdd8f707a9f9a8.tar.gz
ports-603a6bcc570d559bd9bcf8eb5acdd8f707a9f9a8.zip
- Update to 3.2.4
- Drop WITH_WHITELIST, it's no longer build time option PR: ports/76198 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes: svn path=/head/; revision=126369
Diffstat (limited to 'mail/dspam/files/UPDATING')
-rw-r--r--mail/dspam/files/UPDATING14
1 files changed, 13 insertions, 1 deletions
diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING
index 2619195b4adf..a328ad0fd16d 100644
--- a/mail/dspam/files/UPDATING
+++ b/mail/dspam/files/UPDATING
@@ -11,6 +11,19 @@ in the port directory:
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
#############################################################################
+# dspam-3.2.4
+#
+
+- drop WITH_WHITELIST, is not supported by ./configure but by dspam.conf
+
+[20041203.0800] jonz: performance fixes for pgsql_drv
+minor performance fixed for pgsql_drv that may have a big effect on some
+implementations. you should also consider creating the (unnecessary) index
+below to precent the pgsql query builder from getting confused:
+CREATE INDEX id_token_data_04 ON dspam_token_data(uid);
+
+
+#############################################################################
# dspam-3.2.3.20041229.1945
#
@@ -21,7 +34,6 @@ TrustedDeliveryAgent, but leave them commented out
- change default DSPAM_HOME_MODE to 0770
(ports/75549 by Julien Gabel <jpeg@thilelli.net>)
- DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP}
-- fix make describe by USE_MYSQL
#############################################################################