pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Update to 3.6.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e845a13b9f1
branches:  trunk
changeset: 513881:7e845a13b9f1
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Jun 05 15:49:05 2006 +0000

description:
Update to 3.6.7:

3.6.7 is a maintenance release

BUGFIX: Using UIDInSignature, wrong UID is written to message when using groups
BUGFIX: PostgreSQL driver does not reconnect on failure in daemon mode
BUGFIX: X-DSPAM-Probability sometimes misreported when multiple algorithms used
BUGFIX: Agent segfaults when DeliveryHost or ClientHost not specified, --client
BUGFIX: Agent segfaults on some systems when syslog is used
BUGFIX: Agent segfaults when dlopen() to storage library fails
BUGFIX: Infinite loop created when deleting preference, not using extensions
BUGFIX: ATX (agent context) does not hold enough bits for 'flags' variable

3.6.6 is a maintenance release

MAINT: Phased out deprecated Berkeley DB drivers
MAINT: Phased out legacy tools (dspam_corpus, dspam_genaliases)
BUGFIX: When using logfile, write errors result in segfault
BUGFIX: Compiler warnings with sqlite_drv and sqlite3_drv
BUGFIX: MySQLUIDInSignature causes segfault on retrain
BUGFIX: trainPristine preference "off" does not override default

diffstat:

 mail/dspam/Makefile   |   4 ++--
 mail/dspam/PLIST      |   6 +-----
 mail/dspam/distinfo   |   8 ++++----
 mail/dspam/options.mk |  15 ++-------------
 4 files changed, 9 insertions(+), 24 deletions(-)

diffs (99 lines):

diff -r 4fc76f4cc3bf -r 7e845a13b9f1 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Mon Jun 05 14:27:40 2006 +0000
+++ b/mail/dspam/Makefile       Mon Jun 05 15:49:05 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2006/05/06 08:36:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.51 2006/06/05 15:49:05 xtraeme Exp $
 
-DISTNAME=      dspam-3.6.5
+DISTNAME=      dspam-3.6.7
 CATEGORIES=    mail
 MASTER_SITES=  http://www.nuclearelephant.com/projects/dspam/sources/
 
diff -r 4fc76f4cc3bf -r 7e845a13b9f1 mail/dspam/PLIST
--- a/mail/dspam/PLIST  Mon Jun 05 14:27:40 2006 +0000
+++ b/mail/dspam/PLIST  Mon Jun 05 15:49:05 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2006/05/06 08:36:10 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.14 2006/06/05 15:49:05 xtraeme Exp $
 ${HASH}bin/cssstat
 ${HASH}bin/csscompress
 ${HASH}bin/cssclean
@@ -7,10 +7,8 @@
 bin/dspam_2sql
 bin/dspam_admin
 bin/dspam_clean
-bin/dspam_corpus
 bin/dspam_crc
 bin/dspam_dump
-bin/dspam_genaliases
 bin/dspam_logrotate
 bin/dspam_merge
 bin/dspam_stats
@@ -32,7 +30,6 @@
 lib/pkgconfig/dspam.pc
 man/man1/dspam.1
 man/man1/dspam_clean.1
-man/man1/dspam_corpus.1
 man/man1/dspam_dump.1
 man/man1/dspam_merge.1
 man/man1/dspam_stats.1
@@ -92,7 +89,6 @@
 ${MYSQL}share/dspam/mysql/purge-4.1.sql
 ${MYSQL}share/dspam/mysql/virtual_users.sql
 ${MYSQL}share/dspam/mysql/virtual_user_aliases.sql
-${MYSQL}share/dspam/mysql/neural.sql
 ${PGSQL}share/dspam/pgsql/pgsql_objects.sql
 ${PGSQL}share/dspam/pgsql/purge.sql
 ${PGSQL}share/dspam/pgsql/virtual_users.sql
diff -r 4fc76f4cc3bf -r 7e845a13b9f1 mail/dspam/distinfo
--- a/mail/dspam/distinfo       Mon Jun 05 14:27:40 2006 +0000
+++ b/mail/dspam/distinfo       Mon Jun 05 15:49:05 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2006/05/06 08:36:10 xtraeme Exp $
+$NetBSD: distinfo,v 1.28 2006/06/05 15:49:05 xtraeme Exp $
 
-SHA1 (dspam-3.6.5.tar.gz) = 031d3fbeb1fb0d8008dcc1cf7589d4d955e7f933
-RMD160 (dspam-3.6.5.tar.gz) = 363217410de515f15baaa0a864ee23617ae8f6c2
-Size (dspam-3.6.5.tar.gz) = 747196 bytes
+SHA1 (dspam-3.6.7.tar.gz) = 5d34d86a4c0a4a2d2cccc32b598c22d29c030a58
+RMD160 (dspam-3.6.7.tar.gz) = 4f33be032362ce2617820d5a70375713f57798f7
+Size (dspam-3.6.7.tar.gz) = 743169 bytes
 SHA1 (patch-aa) = 04e94e3da9de06c15863425d0a827858b5dd4a6c
 SHA1 (patch-ad) = cfa68c01cb3f5ce0556c7a3b008dc214bdfbbd95
diff -r 4fc76f4cc3bf -r 7e845a13b9f1 mail/dspam/options.mk
--- a/mail/dspam/options.mk     Mon Jun 05 14:27:40 2006 +0000
+++ b/mail/dspam/options.mk     Mon Jun 05 15:49:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2006/05/06 08:36:10 xtraeme Exp $
+# $NetBSD: options.mk,v 1.16 2006/06/05 15:49:05 xtraeme Exp $
 
 .if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
 DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -7,7 +7,7 @@
 PKG_OPTIONS_VAR=       PKG_OPTIONS.dspam
 PKG_SUPPORTED_OPTIONS= largescale homedir long-usernames graphs \
                        domainscale virtualusers preferences-extension \
-                       neural clamav ldap syslog debug verbose-debug
+                       clamav ldap syslog debug verbose-debug
 
 .include "../../mk/bsd.options.mk"
 
@@ -169,17 +169,6 @@
 .endif
 
 ###
-### EXPERIMENTAL:
-### Support for neural networking, please take a look at the docs.
-###
-.if !empty(DSPAM_STORAGE_DRIVER:Mmysql) || !empty(DSPAM_STORAGE_DRIVER:Mpgsql)
-PKG_SUPPORTED_OPTIONS+=        neural
-.  if !empty(PKG_OPTIONS:Mneural)
-CONFIGURE_ARGS+=       --enable-neural-networking
-.  endif
-.endif
-
-###
 ### These are the flags used when invoking ps(1) to list all processes.
 ###
 BUILD_DEFS+=           DSPAM_PSFLAGS



Home | Main Index | Thread Index | Old Index