Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 17:14:43 +0300
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        "Daniel S. Haischt" <me@stefan.haischt.name>
Subject:   ports/95043: [MAINTAINER] mail/dspam-devel: Update to a new CVS snapshot: 3.6.4 .20060328.1151
Message-ID:  <1143555283.2993@it.buh.tecnik93.com>
Resent-Message-ID: <200603281420.k2SEKNMe092228@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95043
>Category:       ports
>Synopsis:       [MAINTAINER] mail/dspam-devel: Update to a new CVS snapshot: 3.6.4 .20060328.1151
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 28 14:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


Description:	5-STABLE-amd64 with myPT	
System:		FreeBSD 5 (RELENG_5) updated on 2006-03-10 07:31:58	
Ports Tree:	exp FPT updated on 2006-03-28 12:57:10

Description:	7-HEAD-amd64	
System:		FreeBSD 7 (.) updated on 2006-03-21 13:20:38	
Ports Tree:	exp FPT updated on 2006-03-28 12:57:10


i386 tinderbox is to busy for the moment.



>Description:


Update to a new CVS snapshot: 3.6.4 .20060328.1151
Bugfixes:
- invalid read/segfault (dspam.c)
- fragment file overwritten on retrain (cgi)


Friendly remainder:		Daniel, I'm waiting for your patches :)
(I'm not sure I know what you want ot do exactly and 
I don't have a amchine to test on anyway)

Tinderbox QC passed:		See environment


>How-To-Repeat:





>Fix:


--- dspam-devel-3.6.4.20060315.1518_to_3.6.4.20060328.1151.diff begins here ---
Index: Makefile
===================================================================
RCS file: /var/fcvs/ports/mail/dspam-devel/Makefile,v
retrieving revision 1.50
diff -u -r1.50 Makefile
--- Makefile	15 Mar 2006 22:07:15 -0000	1.50
+++ Makefile	28 Mar 2006 14:04:38 -0000
@@ -2,8 +2,8 @@
 # Date created:		24 Jun 2004
 # Whom:			Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
 #
+# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.40 2006/03/28 14:02:41 itetcu Exp $
 # $FreeBSD: ports/mail/dspam-devel/Makefile,v 1.50 2006/03/15 22:07:15 garga Exp $
-# $Tecnik: ports/mail/dspam-devel/Makefile,v 1.38 2006/03/15 17:55:09 itetcu Exp $
 #
 
 # Note to commiters: If don't commit a maintainer patch and as a result PKGNAME
@@ -20,8 +20,8 @@
 COMMENT=	Bayesian spam filter - development version
 
 PORTVER_MAJ=	3.6.4
-SNAP_DATE=	.20060315.1518
-_UPD_LINE_NO=	17
+SNAP_DATE=	.20060328.1151
+_UPD_LINE_NO=	8
 
 MIN_OPTIONS_VER=	${PORTNAME}-3.6.4.20060315.1518
 
Index: distinfo
===================================================================
RCS file: /var/fcvs/ports/mail/dspam-devel/distinfo,v
retrieving revision 1.29
diff -u -r1.29 distinfo
--- distinfo	15 Mar 2006 22:07:15 -0000	1.29
+++ distinfo	28 Mar 2006 14:04:38 -0000
@@ -1,3 +1,3 @@
-MD5 (dspam-devel-3.6.4.20060315.1518.tar.gz) = c40ec96422922451f4875bdb6089aa1f
-SHA256 (dspam-devel-3.6.4.20060315.1518.tar.gz) = fcb81c908da122307b8685b5668618c2d3eb52fe3023e058c53335700a12b8f7
-SIZE (dspam-devel-3.6.4.20060315.1518.tar.gz) = 401405
+MD5 (dspam-devel-3.6.4.20060328.1151.tar.gz) = dc881f5b10ca81bf63bc91430d85a79e
+SHA256 (dspam-devel-3.6.4.20060328.1151.tar.gz) = 9b8089f581bf70f894e1711aad2f734548652b43fab535a89bb4f7e7d6e269b6
+SIZE (dspam-devel-3.6.4.20060328.1151.tar.gz) = 396209
Index: files/UPDATING
===================================================================
RCS file: /var/fcvs/ports/mail/dspam-devel/files/UPDATING,v
retrieving revision 1.22
diff -u -r1.22 UPDATING
--- files/UPDATING	15 Mar 2006 22:07:15 -0000	1.22
+++ files/UPDATING	28 Mar 2006 14:04:38 -0000
@@ -11,6 +11,15 @@
 make extract;  more `find . -type f -maxdepth 2 -name UPGRADING`
 
 ###########################################################################
+# dspam-devel-3.6.4.20060328.1151
+#
+
+Bugfixes:
+- invalid read/segfault (dspam.c)
+- fragment file overwritten on retrain (cgi)
+
+
+###########################################################################
 # dspam-devel-3.6.4.20060315.1518
 #
 
Index: files/dspam-devel.sh.in
===================================================================
RCS file: /var/fcvs/ports/mail/dspam-devel/files/dspam-devel.sh.in,v
retrieving revision 1.9
diff -u -r1.9 dspam-devel.sh.in
--- files/dspam-devel.sh.in	27 Feb 2006 15:47:42 -0000	1.9
+++ files/dspam-devel.sh.in	28 Mar 2006 14:04:38 -0000
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $FreeBSD: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.9 2006/02/27 15:47:42 garga Exp $
 # formerly $ FreeBSD: ports/mail/dspam-devel/files/dspam.rc,v 1.2 2005/02/25 03:09:26 leeym Exp $
-# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.8 2006/02/26 00:08:23 itetcu Exp $
+# $Tecnik: ports/mail/dspam-devel/files/dspam-devel.sh.in,v 1.9 2006/03/15 17:55:13 itetcu Exp $
 
 # PROVIDE: dspam
 # REQUIRE: DAEMON %%MYSQL%% %%PGSQL%% %%CLAMD%%
--- dspam-devel-3.6.4.20060315.1518_to_3.6.4.20060328.1151.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1143555283.2993>