diff options
author | krion <krion@FreeBSD.org> | 2003-08-24 14:09:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-24 14:09:37 +0800 |
commit | 0c7a11e354035a30595b4c4aea8a3c159987484f (patch) | |
tree | 061c5acb14dfbcc8b4d7787bae7609c5a04c2990 /mail | |
parent | cbac4fa4e99a6e24f3c64a5e25eaefb611ac35f6 (diff) | |
download | freebsd-ports-gnome-0c7a11e354035a30595b4c4aea8a3c159987484f.tar.gz freebsd-ports-gnome-0c7a11e354035a30595b4c4aea8a3c159987484f.tar.zst freebsd-ports-gnome-0c7a11e354035a30595b4c4aea8a3c159987484f.zip |
* Update to 0.14.5.2
* trivial patch to fix build with TDB (merged to bogofilter
upstream CVS)
* bogominitrain.pl - removed email 'cruft' and revised format
of verbose output.
* 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'.
PR: 55914
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-current/distinfo | 2 | ||||
-rw-r--r-- | mail/bogofilter-current/files/patch-aa | 11 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/distinfo | 2 | ||||
-rw-r--r-- | mail/bogofilter/files/patch-aa | 11 |
6 files changed, 26 insertions, 4 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index f480c868f527..4a1505d52bc9 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/Makefile @@ -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 --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo index 6fc1fb3245c9..85003b88922a 100644 --- a/mail/bogofilter-current/distinfo +++ b/mail/bogofilter-current/distinfo @@ -1 +1 @@ -MD5 (bogofilter-0.14.5.tar.gz) = 170b44951c0135cb8f70734e18d6a3f1 +MD5 (bogofilter-0.14.5.2.tar.gz) = 0ef3eb34943e10e9e317063307148940 diff --git a/mail/bogofilter-current/files/patch-aa b/mail/bogofilter-current/files/patch-aa new file mode 100644 index 000000000000..6d8b4a2d5904 --- /dev/null +++ b/mail/bogofilter-current/files/patch-aa @@ -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]); diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index f480c868f527..4a1505d52bc9 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -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 --git a/mail/bogofilter/distinfo b/mail/bogofilter/distinfo index 6fc1fb3245c9..85003b88922a 100644 --- a/mail/bogofilter/distinfo +++ b/mail/bogofilter/distinfo @@ -1 +1 @@ -MD5 (bogofilter-0.14.5.tar.gz) = 170b44951c0135cb8f70734e18d6a3f1 +MD5 (bogofilter-0.14.5.2.tar.gz) = 0ef3eb34943e10e9e317063307148940 diff --git a/mail/bogofilter/files/patch-aa b/mail/bogofilter/files/patch-aa new file mode 100644 index 000000000000..6d8b4a2d5904 --- /dev/null +++ b/mail/bogofilter/files/patch-aa @@ -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]); |