File MHonArc.changes of Package MHonArc
-------------------------------------------------------------------
Mon Dec 16 16:20:30 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
- ran spec-cleaner
- avoid /usr/bin/env usage
- use license macro
-------------------------------------------------------------------
Tue Oct 2 13:09:10 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
- Fix perl errors
- Added MHonArc-2.6.19-fix-perl.patch
-------------------------------------------------------------------
Thu Jun 26 08:31:25 UTC 2014 - lars@linux-schulserver.de
- Update to version 2.6.19:
* Security Fixes:
o Bug 35388: commentized subjects allow PHP code injection
* Bug Fixes:
o Bug 32987: Lots of deprecation warnings with Perl 5.12
o Bug 42155: MHonArc crashed with message/external-body
and RFC 2231 encoded parameters
-------------------------------------------------------------------
Thu Nov 29 18:22:06 UTC 2012 - asn@cryptomilk.org
- Fix perl path.
-------------------------------------------------------------------
Sun Nov 25 00:10:20 UTC 2012 - lars@linux-schulserver.de
- license tag follows spdx standard
- add needed perl modules as required
- small specfile cleanup
-------------------------------------------------------------------
Mon Jan 10 09:41:30 CET 2011 - asn@cryptomilk.org
- Update to version 2.6.18
* Update to HTML filter to improve filtering of event-based
attributes.
-------------------------------------------------------------------
Mon Jan 10 09:31:59 CET 2011 - asn@cryptomilk.org
- Update to version 2.6.17
* Security Fixes:
o CVE-2010-4524: Improper escaping of certain HTML sequences (XSS);
bug #32013.
o CVE-2010-1677: DoS when processing html messages with deep tag
nesting; bug #32014.
o Specially crafted <base href> can lead to XSS exploit; bug #32080.
* Bug Fixes:
o Creation of archive with attachments writes over symlinks; bug #13853.
o Major (10X) memory savings possible in some situations; bug #14747.
o Relative attachmentdir is relative to current working dir, not
outdir; bug #15433
o Threaded index resource ordering doesn't allow well formed XML
output; bug #17660.
o Incorrect nested HTML Tags for references; bug #17860.
o FieldOrder affects AddressModifyCode; bug #17904.
o Inconsistant thread slices w/ poor man's windowing; bug #18113.
o X-Subject data get split in separate lines; bug #18908.
o extra space in subject; bug #20074.
o strip backslash in rfc822 From: field; bug #20142.
o Incorrect Setting Installation Directory; bug #23198.
o iso2022jp.pl: unneeded ESC ( B remains in message body; bug #24247.
o dir_create() fails to make temporary directories (PATCH); bug #25225.
o Resource FieldStore causes .mhonarc.db to grow over bounds; bug #25486.
o Changed semantic for unpack breaks UTF-8; bug #26577
o TextEncode related resource information not saved correctly in db file;
bug #32032.
* Added FOLLOWSYMLINKS resource (Bug #13853).
* When KEEPONRMM is enabled, messages that are removed from
the archive do not cause linked messages to be updated. This allows
for pages that use $TSLICE$ to maintain thread links for messages
that "fall off" of the maintained list of archived messages.
* Added pre-extraction of From name and From address. This
provides a performance improvement for archives that make use of
the $FROMADDR$ and $FROMADDRNAME$ resource variables along with
author sorting.
* Added mapping of message index keys to time stamp. This should
provide some performance gain since parsing out of time stamp from
index is no longer required.
* Cache last message number in db to avoid directory scan of archive
each time an add operation is performed. This provides a performance
improvement for large archives and on file systems where directory
reading with many files may not be optimal. Thanks go to Christopher
Lindsey for patch.
* Added References and In-Reply-To to as-is fields list to avoid
automatic modification of message IDs if address-rewriting is
in effect.
* Simplified regular expression for detecting addresses.
New expression performs significantly better than the previous
expression, but still matches the vast majority of addresses
used today.
-------------------------------------------------------------------
Sun Jul 18 21:51:30 CEST 2010 - anschneider@exsuse.de
- Rewrite specfile from scratch for version 2.6.16
* Bug Fixes:
o HTML mail does not get its charset converted (patch included);
bug #14704.
o qprint.pl should be able to handle a soft line break at the end
of the string; bug #14713.
o MIMEFILTERS settings not retained in database; bug #14813.
o In urlize change %X to %02X; bug #16368.