pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-MIME-Base64 Update to version 3.01.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2089c589c645
branches:  trunk
changeset: 474533:2089c589c645
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 02 02:13:26 2004 +0000

description:
Update to version 3.01.

Changes since 2.23:
===================

2004-03-29   Gisle Aas <gisle%ActiveState.com@localhost>

   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@localhost>.

   Fixed missing ";" with assert.   Patch provided by
   Brendan O'Dea <bod%debian.org@localhost>.

   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:

 converters/p5-MIME-Base64/Makefile |  4 ++--
 converters/p5-MIME-Base64/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 29f2c6e11282 -r 2089c589c645 converters/p5-MIME-Base64/Makefile
--- a/converters/p5-MIME-Base64/Makefile        Sun May 02 02:03:07 2004 +0000
+++ b/converters/p5-MIME-Base64/Makefile        Sun May 02 02:13:26 2004 +0000
@@ -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 -r 29f2c6e11282 -r 2089c589c645 converters/p5-MIME-Base64/distinfo
--- a/converters/p5-MIME-Base64/distinfo        Sun May 02 02:03:07 2004 +0000
+++ b/converters/p5-MIME-Base64/distinfo        Sun May 02 02:13:26 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index