diff options
author | jwise <jwise@pkgsrc.org> | 2005-08-17 03:29:27 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2005-08-17 03:29:27 +0000 |
commit | 1ec03bbaea345da9f49c352b8eb9b90b8b1eef58 (patch) | |
tree | 19b1cdad82c2a26eab79af762f299f4a463794d8 /mail/mhonarc | |
parent | c1301ca5a38e4008042cbbf2fdf1c027e8fb27a9 (diff) | |
download | pkgsrc-1ec03bbaea345da9f49c352b8eb9b90b8b1eef58.tar.gz |
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 (limited to 'mail/mhonarc')
-rw-r--r-- | mail/mhonarc/Makefile | 7 | ||||
-rw-r--r-- | mail/mhonarc/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/mhonarc/Makefile b/mail/mhonarc/Makefile index c5f4e0bd970..8c4f45592bb 100644 --- a/mail/mhonarc/Makefile +++ b/mail/mhonarc/Makefile @@ -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 --git a/mail/mhonarc/distinfo b/mail/mhonarc/distinfo index 4162ee808e3..f13c11cd069 100644 --- a/mail/mhonarc/distinfo +++ b/mail/mhonarc/distinfo @@ -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 |