diff -urN dspam.cvs/Makefile dspam/Makefile --- dspam.cvs/Makefile Mon Jul 11 11:43:02 2005 +++ dspam/Makefile Mon Jul 11 11:53:46 2005 @@ -19,8 +19,8 @@ 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 -urN dspam.cvs/distinfo dspam/distinfo --- dspam.cvs/distinfo Mon Jul 11 11:43:02 2005 +++ dspam/distinfo Mon Jul 11 11:53:46 2005 @@ -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 -urN dspam.cvs/files/UPDATING dspam/files/UPDATING --- dspam.cvs/files/UPDATING Mon Jul 11 11:43:02 2005 +++ dspam/files/UPDATING Mon Jul 11 11:53:46 2005 @@ -16,6 +16,21 @@ 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 #