diff options
author | heinz <heinz> | 2004-05-02 02:13:26 +0000 |
---|---|---|
committer | heinz <heinz> | 2004-05-02 02:13:26 +0000 |
commit | 79a6cbe29e64c94a8a720fc99380c9544e360232 (patch) | |
tree | 8bd45d2b86034049cbf0201e151c675e7e37e520 /converters | |
parent | e445282a57a6d247f593bc7bfd585f853748dd9a (diff) | |
download | pkgsrc-79a6cbe29e64c94a8a720fc99380c9544e360232.tar.gz |
Update to version 3.01.
Changes since 2.23:
===================
2004-03-29 Gisle Aas <gisle@ActiveState.com>
Release 3.01
By compiling the extension with PERL_NO_GET_CONTEXT we can
make it slightly faster on a threaded perl. No change on a
regular perl. Patch provided by <beau@beaucox.com>.
Fixed missing ";" with assert. Patch provided by
Brendan O'Dea <bod@debian.org>.
Release 3.00
Drop the pure Perl implementations of the encoders and
decoders. They are bloat that hides real problems in
the XS implementations. I will re-release them separately
in the new MIME-Base64-Perl distribution.
The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
as the isXDIGIT() macro is not available in that perl.
This problem has now been fixed.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-MIME-Base64/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index 6469cc93762..72c0b0389ea 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2004/01/13 02:43:18 grant Exp $ +# $NetBSD: Makefile,v 1.26 2004/05/02 02:13:26 heinz Exp $ # -VERS= 2.23 +VERS= 3.01 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 98423be250d..7012b421fc4 100644 --- a/converters/p5-MIME-Base64/distinfo +++ b/converters/p5-MIME-Base64/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2004/01/13 02:43:18 grant Exp $ +$NetBSD: distinfo,v 1.9 2004/05/02 02:13:26 heinz Exp $ -SHA1 (MIME-Base64-2.23.tar.gz) = 32b47deaac7125c2bb4ecc2a847da005121681c2 -Size (MIME-Base64-2.23.tar.gz) = 16099 bytes +SHA1 (MIME-Base64-3.01.tar.gz) = 0382d79e250638509aa35a8e4c7495502213c8b1 +Size (MIME-Base64-3.01.tar.gz) = 14514 bytes SHA1 (patch-aa) = 7cb2e7cf5a2b0d9e16729a9c975ac5e4adb22c95 |