Subject: CVS commit: pkgsrc/converters/p5-MIME-Base64
To: None <pkgsrc-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: pkgsrc-changes
Date: 01/09/2003 17:49:19
Module Name: pkgsrc
Committed By: mycroft
Date: Thu Jan 9 15:49:19 UTC 2003
Modified Files:
pkgsrc/converters/p5-MIME-Base64: Makefile distinfo
Log Message:
Update from 2.12 to 2.16.
Release 2.16
Fixed the encode_qp() line breaking code. It sometimes
made lines longer than 76 chars and it could even get into
an infinite loop on certain inputs.
Release 2.15
Fixed the XS based decode_qp() for strings where a =XX
sequence was followed by digits.
Faster encode_qp() for long strings with lots of chars
that need escaping.
The old_decode_base64() function introduced in 2.13
was returning undef for empty input on olders perls.
This problem has been fixed.
Release 2.14
MIME::QuotedPrint functions now also implemented using XS
which make them faster. 2-3 times faster when encoding line by
line and as much as 200 times faster on long binary input. There
is probably some breakage on non-ASCII systems from this.
The encode_qp() function now takes an $eol argument in the
same way as encode_base64() does.
Slight change in behaviour: the decode_qp() function now turns
\r\n terminated lines into \n terminated lines. This makes is
more likely that encode_qp(decode_qp()) round-trip properly.
Included {en,de}code-{base64,qp} utility scripts.
Release 2.13
Sync up with bleadperl:
- Documentation update
- EBCDIC support
- Whitespace tweaks
- Improved Unicode support
- Test suite tweaks
Improved version of the old_{en,de}code_base64 functions
contributed by Paul Szabo <psz@maths.usyd.edu.au>.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/converters/p5-MIME-Base64/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/converters/p5-MIME-Base64/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.