diff options
author | arved <arved@FreeBSD.org> | 2004-12-02 04:34:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-12-02 04:34:40 +0800 |
commit | ba265e13e2a958e8d76701d2b06b4d637c86ec71 (patch) | |
tree | be46906b6ed1e026e013ab54d514e8543c52beef /mail | |
parent | d6fdc803c0b0b4b9faaa8c571ea897bb865f7792 (diff) | |
download | freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.tar.gz freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.tar.zst freebsd-ports-gnome-ba265e13e2a958e8d76701d2b06b4d637c86ec71.zip |
Update to 3.2.3
PR: 74538
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 8 | ||||
-rw-r--r-- | mail/dspam/distinfo | 4 | ||||
-rw-r--r-- | mail/dspam/files/UPDATING | 10 |
3 files changed, 16 insertions, 6 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 7efe1ef5fe05..35d1faaeebdf 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -6,17 +6,17 @@ # PORTNAME= dspam -PORTVERSION= 3.2.2${SNAP_DATE} +PORTVERSION= 3.2.3${SNAP_DATE} CATEGORIES= mail MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/dspam/sources/ -DISTFILES= dspam.3.2.2.cvs.stable.20041117.1515.tar.gz +#DISTFILES= dspam.3.2.3.cvs.stable${SNAP_DATE}.tar.gz MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - development version -WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} +#WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} -SNAP_DATE= .20041117.1515 +#SNAP_DATE= .20041201.0000 ## debug / log / admin options OPTIONS= DEBUG "Enable debugging logging" on diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 2f8d2ad84267..1e90cf7cd400 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam.3.2.2.cvs.stable.20041117.1515.tar.gz) = 6185bbe2a7cfd069fc9107d7b4ea8534 -SIZE (dspam.3.2.2.cvs.stable.20041117.1515.tar.gz) = 620212 +MD5 (dspam-3.2.3.tar.gz) = 0c5d62df8746332906d487d5c5ad9926 +SIZE (dspam-3.2.3.tar.gz) = 620153 diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index f47ae515ad83..2cc98c05307a 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -10,6 +10,16 @@ also the UPGRADING enclosed in the dspam distribution. You can see it by doing in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` +############################################################################# +# dspam-3.2.3 +# + +- important fixes from 3.2.2: + BUGFIX: DSPAM misreads boundary delimiter in signed Apple Mail messages + BUGFIX: Signature is not written to multipart blocks with no content type + 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: |