pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Clone Update p5-Clone to 0.22.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a14516d86924
branches:  trunk
changeset: 520636:a14516d86924
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 24 13:14:59 2006 +0000

description:
Update p5-Clone to 0.22.

Changes:
Revision 0.22  2006-10-08 05:35:19  ray
D'oh! The 0.21 tardist that I just uploaded to CPAN contained the 0.20 Clone.xs file. This release is just in case any of the 0.21 releases get mirrored.

Revision 0.21  2006-10-08 04:02:56  ray
Clone was segfaulting due to a null SV object in a magical reference (a
PERL_MAGIC_utf8).
21859: Clone segfault (isolated example)

Revision 0.20  2006/03/08 17:15:23  ray
Commented out VERSION causes errors with DynaLoader in perl 5.6.1 (and
probably all earlier versions. It was removed.

Revision 0.19  2006/03/06 07:22:32  ray
added a test and fix for tainted variables.
use a static VERSION in Clone.pm.

diffstat:

 devel/p5-Clone/Makefile |  5 ++---
 devel/p5-Clone/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3242f9cfab5f -r a14516d86924 devel/p5-Clone/Makefile
--- a/devel/p5-Clone/Makefile   Tue Oct 24 12:42:10 2006 +0000
+++ b/devel/p5-Clone/Makefile   Tue Oct 24 13:14:59 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:29:20 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/10/24 13:14:59 obache Exp $
 
-DISTNAME=      Clone-0.18
+DISTNAME=      Clone-0.22
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Clone/}
 
diff -r 3242f9cfab5f -r a14516d86924 devel/p5-Clone/distinfo
--- a/devel/p5-Clone/distinfo   Tue Oct 24 12:42:10 2006 +0000
+++ b/devel/p5-Clone/distinfo   Tue Oct 24 13:14:59 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/07/21 08:24:05 abs Exp $
+$NetBSD: distinfo,v 1.4 2006/10/24 13:14:59 obache Exp $
 
-SHA1 (Clone-0.18.tar.gz) = 0787b5385f64b42e44072ed4616ead92ae6e381a
-RMD160 (Clone-0.18.tar.gz) = b9f486b732c16a3608bbadf18c9b270edf8e3a58
-Size (Clone-0.18.tar.gz) = 9838 bytes
+SHA1 (Clone-0.22.tar.gz) = 0c0699f3492c7c809f7d210e35a4287ce22b0573
+RMD160 (Clone-0.22.tar.gz) = 626e9e32d56fc695d5af0d473ac9942f43fe9ac1
+Size (Clone-0.22.tar.gz) = 10564 bytes



Home | Main Index | Thread Index | Old Index