ports/55914: [MAINTAINER] mail/bogofilter: update to 0.14.5.2

Matthias Andree matthias.andree at web.de
Sun Aug 24 03:10:06 UTC 2003


>Number:         55914
>Category:       ports
>Synopsis:       [MAINTAINER] mail/bogofilter: update to 0.14.5.2
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 23 20:10:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 4.8-STABLE FreeBSD 4.8-STABLE #44: Sun Aug 17 20:27:05 CEST 2003
>Description:
FreeBSD ports:

* trivial patch to fix build with TDB (merged to bogofilter upstream CVS)

0.14.5.2 2003-08-20

* bogominitrain.pl - removed email 'cruft' and revised format
  of verbose output.

0.14.5.1 2003-08-19

* Fixed parameter type error in dbh_print_names() that causes
  segfault.
* Fixed parsing error that treated "^From " in encoded text as
  a message separator. <<****** THIS IS THE SERIOUS PART ******
* Enhanced verbose output of bogominitrain.pl
* Fixed defect in bogominitrain.pl's norepetition mode.
* Documented '-T' option in man page.
* Revised format for '-T'.

Generated with FreeBSD Port Tools 0.25
>How-To-Repeat:
>Fix:
--- bogofilter-0.14.5.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/Makefile /root/bogofilter/Makefile
--- /usr/ports/mail/bogofilter/Makefile	Sat Aug 23 22:13:33 2003
+++ /root/bogofilter/Makefile	Sat Aug 23 22:16:19 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bogofilter
-PORTVERSION=	0.14.5
+PORTVERSION=	0.14.5.2
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/distinfo /root/bogofilter/distinfo
--- /usr/ports/mail/bogofilter/distinfo	Sat Aug 23 22:13:33 2003
+++ /root/bogofilter/distinfo	Sat Aug 23 22:16:34 2003
@@ -1 +1 @@
-MD5 (bogofilter-0.14.5.tar.gz) = 170b44951c0135cb8f70734e18d6a3f1
+MD5 (bogofilter-0.14.5.2.tar.gz) = 0ef3eb34943e10e9e317063307148940
diff -ruN --exclude=CVS /usr/ports/mail/bogofilter/files/patch-aa /root/bogofilter/files/patch-aa
--- /usr/ports/mail/bogofilter/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ /root/bogofilter/files/patch-aa	Sun Aug 24 04:38:37 2003
@@ -0,0 +1,11 @@
+--- ./src/datastore_tdb.c.orig	Tue Aug 19 14:27:27 2003
++++ ./src/datastore_tdb.c	Sun Aug 24 04:35:04 2003
+@@ -77,7 +77,7 @@
+ }
+ 
+ 
+-static void dbh_print_names(dbh_t *dbh, const char *msg)
++static void dbh_print_names(dbh_t *handle, const char *msg)
+ {
+     if (handle->count == 1)
+ 	fprintf(dbgout, "%s (%s)", msg, handle->name[0]);
--- bogofilter-0.14.5.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list