diff options
author | pav <pav@FreeBSD.org> | 2005-07-12 02:55:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-12 02:55:03 +0800 |
commit | 43156d6879454cc989200d70610ac72b541e129a (patch) | |
tree | 8aac3c706a1a01a2c2a936a01c19c4487d297d61 /mail/dspam | |
parent | 0bf34789072c1bb650c305761f987077d84724b7 (diff) | |
download | freebsd-ports-gnome-43156d6879454cc989200d70610ac72b541e129a.tar.gz freebsd-ports-gnome-43156d6879454cc989200d70610ac72b541e129a.tar.zst freebsd-ports-gnome-43156d6879454cc989200d70610ac72b541e129a.zip |
- Update to 3.4.8
PR: ports/83250
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 4 | ||||
-rw-r--r-- | mail/dspam/distinfo | 4 | ||||
-rw-r--r-- | mail/dspam/files/UPDATING | 15 |
3 files changed, 19 insertions, 4 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 281acb98d996..8f0d8f1477d3 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -19,8 +19,8 @@ MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sourc MAINTAINER= itetcu@people.tecnik93.com COMMENT= Bayesian spam filter - stable maintenance version -PORTVER_MAJ= 3.4.6 -SNAP_DATE= .20050523.0845 +PORTVER_MAJ= 3.4.8 +#SNAP_DATE= .20050523.0845 .ifdef(SNAP_DATE) WRKSRC= ${WRKDIR}/dspam-cvs-stable${SNAP_DATE} diff --git a/mail/dspam/distinfo b/mail/dspam/distinfo index 706fd00070b3..74466ac19d40 100644 --- a/mail/dspam/distinfo +++ b/mail/dspam/distinfo @@ -1,2 +1,2 @@ -MD5 (dspam-3.4.6.20050523.0845.tar.gz) = edda53118c5d088661afda5ce21d0afa -SIZE (dspam-3.4.6.20050523.0845.tar.gz) = 699538 +MD5 (dspam-3.4.8.tar.gz) = b6930c31fe0940b8ad6d27324f8bab3e +SIZE (dspam-3.4.8.tar.gz) = 700036 diff --git a/mail/dspam/files/UPDATING b/mail/dspam/files/UPDATING index 48afc8c003bc..f7836b441446 100644 --- a/mail/dspam/files/UPDATING +++ b/mail/dspam/files/UPDATING @@ -16,6 +16,21 @@ in the port directory: make extract; more `find . -type f -maxdepth 2 -name UPGRADING` ########################################################################### +# dspam-3.4.8 +# + +BUGFIX: File descriptor leaks when connection to delivery host fails +BUGFIX: Decoding NUL characters causes message truncation +BUGFIX: Many files not written to group directory when using managed groups +BUGFIX: Some LDAs/MTAs truncate message when single dots not properly quoted +BUGFIX: 7BIT encoding contains 8BIT characters +BUGFIX: Messages to multiple local recipients may fail to decode completely +BUGFIX: Delivery of false positives fails in managed groups +BUGFIX: LMTP/SMTP delivery fails on non-250 2xx response code +BUGFIX: Messages missing a terminating boundary fail to receive a signature + + +########################################################################### # dspam-3.4.6.20050523.0845 # |