pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-Tiny Update to 1.41:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ced28806f1d
branches: trunk
changeset: 568556:9ced28806f1d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 15 13:39:27 2009 +0000
description:
Update to 1.41:
1.41 Fri 11 Dec 2009
- Fixes a performance bug reported by Apocalypse.
Single line double-quoted strings longer than 32,000ish characters
resulted in the regular expression engine crashing due to
excessive recursion. Changed to a different regex that will most
likely only crash after 32,000 ESCAPED characters. If I could use
negative look-behind assertions (I can't because I need 5.004)
this whole issue would be MUCH simpler to fix.
diffstat:
textproc/p5-YAML-Tiny/Makefile | 4 ++--
textproc/p5-YAML-Tiny/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r e4e7df8d1462 -r 9ced28806f1d textproc/p5-YAML-Tiny/Makefile
--- a/textproc/p5-YAML-Tiny/Makefile Tue Dec 15 13:38:48 2009 +0000
+++ b/textproc/p5-YAML-Tiny/Makefile Tue Dec 15 13:39:27 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2009/08/09 09:48:24 sno Exp $
+# $NetBSD: Makefile,v 1.7 2009/12/15 13:39:27 wiz Exp $
-DISTNAME= YAML-Tiny-1.40
+DISTNAME= YAML-Tiny-1.41
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AD/ADAMK/}
diff -r e4e7df8d1462 -r 9ced28806f1d textproc/p5-YAML-Tiny/distinfo
--- a/textproc/p5-YAML-Tiny/distinfo Tue Dec 15 13:38:48 2009 +0000
+++ b/textproc/p5-YAML-Tiny/distinfo Tue Dec 15 13:39:27 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/08/09 09:48:24 sno Exp $
+$NetBSD: distinfo,v 1.6 2009/12/15 13:39:27 wiz Exp $
-SHA1 (YAML-Tiny-1.40.tar.gz) = 6af37bc84607f03aa007a4c0a36c7ad05ce7ba0c
-RMD160 (YAML-Tiny-1.40.tar.gz) = 2991011a43888a0ce2278d59b606ab5dc2b1acbd
-Size (YAML-Tiny-1.40.tar.gz) = 35991 bytes
+SHA1 (YAML-Tiny-1.41.tar.gz) = 03efc3885bc39a2934b09ddacdc44a39929e5638
+RMD160 (YAML-Tiny-1.41.tar.gz) = 8f552a68042586fa2ba7f8b6767f32dc0d07a7e9
+Size (YAML-Tiny-1.41.tar.gz) = 36736 bytes
Home |
Main Index |
Thread Index |
Old Index