From 594249ed5f28cee2c963a46c7e822f50c6a5bfe9 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 9 Jan 2003 15:49:17 +0000 Subject: 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 . --- converters/p5-MIME-Base64/Makefile | 4 ++-- converters/p5-MIME-Base64/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'converters') diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 6e8e5c26bb4..096ae962ef8 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2002/10/20 17:46:00 seb Exp $ +# $NetBSD: Makefile,v 1.18 2003/01/09 15:49:17 mycroft Exp $ # FreeBSD Id: Makefile,v 1.3 1997/08/04 22:47:16 ache Exp # -VERS= 2.12 +VERS= 2.16 DISTNAME= MIME-Base64-${VERS} PKGNAME= p5-MIME-Base64-${VERS} SVR4_PKGNAME= p5mba diff --git a/converters/p5-MIME-Base64/distinfo b/converters/p5-MIME-Base64/distinfo index 700549d53ba..17ae83aecb0 100644 --- a/converters/p5-MIME-Base64/distinfo +++ b/converters/p5-MIME-Base64/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 16:28:01 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/01/09 15:49:17 mycroft Exp $ -SHA1 (MIME-Base64-2.12.tar.gz) = be3a9b2a85248004d4337e06de1075e8ef7928c0 -Size (MIME-Base64-2.12.tar.gz) = 10938 bytes +SHA1 (MIME-Base64-2.16.tar.gz) = 43f6e94d87654cfb55223d9da988867a3ef1a770 +Size (MIME-Base64-2.16.tar.gz) = 14041 bytes -- cgit v1.2.3