pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mhonarc Update to version 2.6.15. Changes from 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/95060c30ad1a
branches: trunk
changeset: 498229:95060c30ad1a
user: jwise <jwise%pkgsrc.org@localhost>
date: Wed Aug 17 03:29:27 2005 +0000
description:
Update to version 2.6.15. Changes from 2.6.11 (last pkgsrc version):
2005/07/27 (2.6.15)
* Removed debugging statement introduced during v2.6.14 development
which caused the filename of each message to be printed to stderr
when processing MH-style folders.
* Fixed META.yml for CPAN: YAML is picky about tab characters, and
there was a couple of tab characters causing CPAN's YAML parser to
abort with an error.
============================================================================
2005/07/23 (2.6.14)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
2641 Additional Callbacks
3225 CHARSETCONVERTERS not reset across multi-archive process
11759 email address exposed in subject line
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
* New resources:
PRINTXCOMMENTS Print <!--X-...--> comments in generated pages.
* Added "Performance Tips" document: Provides configuration tips
to improve the execution performance of mhonarc.
============================================================================
2005/07/06 (2.6.13)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
12314 linebreak not utf-8 aware
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
* mha-preview example script changes:
- If preview data not available for message, the empty string
is used. Before, undef was returned to mhonarc, causing
warning messages and $X-MSG-PREVIEW$ to show up on index pages.
- Beefed up preview text extraction to skip past quoted text.
Someday, mha-preview functionality will be intrinisic to mhonarc.
============================================================================
2005/06/08 (2.6.12)
* Bug Fixes:
Bug ID Summary
------ ------------------------------------------------------------
11761 spammode causes broken mailto: links in message body
13316 No warning generated when RCFILE set to non-existent file
13317 POSIX::setlocale() not invoked with LANG resource setting
------ ------------------------------------------------------------
<https://savannah.nongnu.org/bugs/?group=mhonarc>
* New resources:
MIMEINCS Content-types to allow.
* Beefed up filtering of UTF-8 messages: "Malformed UTF-8
..." warnings are now suppressed with such sequences being converted
to U+FFFD (�), which should normally cause an HTML viewer
to render a question-mark-like glyph.
Earlier version passed malformed utf-8 sequences through.
No bug/security problems have been reported against this, but it
was a bad practice that has now been corrected.
* The return value for $mhonarc::CBMessageBodyRead and
$mhonarc::CBRawMessageBodyRead is no longer N/A. If the return
value evaluates to false, the current message will be excluded from
the archive and further processing. A true value must be returned
if the message is to not be excluded.
diffstat:
mail/mhonarc/Makefile | 7 +++----
mail/mhonarc/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r c17edb5702d3 -r 95060c30ad1a mail/mhonarc/Makefile
--- a/mail/mhonarc/Makefile Wed Aug 17 02:45:48 2005 +0000
+++ b/mail/mhonarc/Makefile Wed Aug 17 03:29:27 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2005/08/10 02:55:27 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2005/08/17 03:29:27 jwise Exp $
-DISTNAME= MHonArc-2.6.11
-PKGNAME= mhonarc-2.6.11
-PKGREVISION= 2
+DISTNAME= MHonArc-2.6.15
+PKGNAME= mhonarc-2.6.15
CATEGORIES= mail
MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/
EXTRACT_SUFX= .tar.bz2
diff -r c17edb5702d3 -r 95060c30ad1a mail/mhonarc/distinfo
--- a/mail/mhonarc/distinfo Wed Aug 17 02:45:48 2005 +0000
+++ b/mail/mhonarc/distinfo Wed Aug 17 03:29:27 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2005/05/27 11:41:03 adrianp Exp $
+$NetBSD: distinfo,v 1.14 2005/08/17 03:29:28 jwise Exp $
-SHA1 (MHonArc-2.6.11.tar.bz2) = b01a1466dd3126b365dbe8a3e0869cdc4e3e4059
-RMD160 (MHonArc-2.6.11.tar.bz2) = abd5d3c70a1a7e617e9dd66b2d0b6d7531405125
-Size (MHonArc-2.6.11.tar.bz2) = 1552360 bytes
+SHA1 (MHonArc-2.6.15.tar.bz2) = 655abad903411586ddd7275c816f8ce1f9c18a5e
+RMD160 (MHonArc-2.6.15.tar.bz2) = f17355213254ca9ff0ab71b961e74ec88892906c
+Size (MHonArc-2.6.15.tar.bz2) = 1564765 bytes
Home |
Main Index |
Thread Index |
Old Index