From itetcu@people.tecnik93.com  Mon Nov 29 21:22:51 2004
Return-Path: <itetcu@people.tecnik93.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AEDA416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 2004 21:22:51 +0000 (GMT)
Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B923C43D54
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 2004 21:22:50 +0000 (GMT)
	(envelope-from itetcu@people.tecnik93.com)
Received: (qmail 14801 invoked by uid 89); 29 Nov 2004 21:26:29 -0000
Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98)
  by 0 with SMTP; 29 Nov 2004 21:26:29 -0000
Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1])
	by it.buh.tecnik93.com (Postfix) with ESMTP id BB20F11846
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Nov 2004 23:22:47 +0200 (EET)
Message-Id: <1101763367.0@it.buh.tecnik93.com>
Date: Mon, 29 Nov 2004 23:22:47 +0200
From: "Ion-Mihai " IOnut " Tetcu" <itetcu@people.tecnik93.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [MAINTAINER-UPDATE] mail/dspam to 3.2.3
X-Send-Pr-Version: gtk-send-pr 0.4 
X-GNATS-Notify:

>Number:         74538
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] mail/dspam to 3.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 29 21:30:30 GMT 2004
>Closed-Date:    Wed Dec 01 20:35:05 GMT 2004
>Last-Modified:  Wed Dec 01 20:35:05 GMT 2004
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 5.3-STABLE #11: Thu Nov 18 16:11:29 EET 2004


>Description:


Update mail/dspam to 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

Supersedes ports/74485


>How-To-Repeat:





>Fix:


--- dspam3.2.2.20041117.1515_to_3.2.3.diff begins here ---
diff -urN dspam.cvs/Makefile dspam/Makefile
--- dspam.cvs/Makefile	Sun Nov 28 11:01:55 2004
+++ dspam/Makefile	Mon Nov 29 23:19:51 2004
@@ -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 -urN dspam.cvs/distinfo dspam/distinfo
--- dspam.cvs/distinfo	Sun Nov 28 11:01:55 2004
+++ dspam/distinfo	Mon Nov 29 23:19:51 2004
@@ -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 -urN dspam.cvs/files/UPDATING dspam/files/UPDATING
--- dspam.cvs/files/UPDATING	Sun Nov 28 00:06:32 2004
+++ dspam/files/UPDATING	Mon Nov 29 23:19:51 2004
@@ -10,6 +10,16 @@
 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:
--- dspam3.2.2.20041117.1515_to_3.2.3.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Wed Dec 1 20:34:57 GMT 2004 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=74538 
>Unformatted:
