aboutsummaryrefslogtreecommitdiff
path: root/mail/dspam-devel/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-10 11:28:49 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-10-10 11:28:49 +0000
commitc5b78cda39353b275030cb0e5193aa921bb9d22a (patch)
tree19bd4c5927da8f4a8b377a37e54bf661b3b571fd /mail/dspam-devel/files
parentddfe9750f7ee5798f6c4328ecf71bdf76488b118 (diff)
Notes
Diffstat (limited to 'mail/dspam-devel/files')
-rw-r--r--mail/dspam-devel/files/UPDATING24
-rw-r--r--mail/dspam-devel/files/patch-src_dspam.conf.in4
2 files changed, 26 insertions, 2 deletions
diff --git a/mail/dspam-devel/files/UPDATING b/mail/dspam-devel/files/UPDATING
index 5c615b3a2060..9e748d2d1040 100644
--- a/mail/dspam-devel/files/UPDATING
+++ b/mail/dspam-devel/files/UPDATING
@@ -11,6 +11,30 @@ in the port directory:
make extract; more `find . -type f -maxdepth 2 -name UPGRADING`
###########################################################################
+# dspam-devel-3.6.8.20061010.1118
+#
+
+Port changes:
+- fix longtime standing bug regarding CLAMAV: if "WITHOUT_CLAMAV_LOCAL=true"
+clamav support wasn't compiled in
+- added Cyrus's 2.3 deliver as LDA OPTION (on 2006-10-08) [1]
+
+Change features:
+- removed oracle driver (unmaintained, didn't work on FreeBSD anyway)
+
+New features:
+- ability to add tagline to messages based on their classification; see
+tagSpam and tagNonspam preferences in README
+
+Bug fixes:
+- fixed bugs from last release causing pgsql to fail on connection + other
+fixes
+- bugfix for segfault on mysql fail and null strlen calls for username
+
+[1] ports/103910 for mail/dspam by Steffen Rick <srick@srick.org>
+
+
+###########################################################################
# dspam-devel-3.6.7.20060604.1555
#
diff --git a/mail/dspam-devel/files/patch-src_dspam.conf.in b/mail/dspam-devel/files/patch-src_dspam.conf.in
index a369da8bf8f4..81ace77090a8 100644
--- a/mail/dspam-devel/files/patch-src_dspam.conf.in
+++ b/mail/dspam-devel/files/patch-src_dspam.conf.in
@@ -37,7 +37,7 @@
#
#ServerPort 24
#ServerQueueSize 32
-+# keep this is sync with /usr/local/etc/rc.d/dspam.rc script
++# keep this is sync with /usr/local/etc/rc.d/dspam[.sh] rc.d script
#ServerPID /var/run/dspam.pid
#
@@ -46,7 +46,7 @@
# much of the bandwidth overhead.
#
-#ServerDomainSocketPath "/tmp/dspam.sock"
-+# keep this is sync with /usr/local/etc/rd.d/dspam.rc script
++# keep this is sync with /usr/local/etc/rd.d/dspam[.sh] rc.d script
+#ServerDomainSocketPath "/var/run/dspam.sock"
#