summaryrefslogtreecommitdiff
path: root/textproc/p5-YAML-Tiny
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-15 13:39:27 +0000
committerwiz <wiz>2009-12-15 13:39:27 +0000
commitc327a18e7a2a4284e96e14c3f216c8f0f07a952c (patch)
treeb4a79ca8a72094ea9d0ee3d9435d465e31da2c93 /textproc/p5-YAML-Tiny
parent63f2addde72b437ee8a0838a206cd7556d50aec6 (diff)
downloadpkgsrc-c327a18e7a2a4284e96e14c3f216c8f0f07a952c.tar.gz
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 (limited to 'textproc/p5-YAML-Tiny')
-rw-r--r--textproc/p5-YAML-Tiny/Makefile4
-rw-r--r--textproc/p5-YAML-Tiny/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile
index 3d567b38f6e..28776ac0c76 100644
--- a/textproc/p5-YAML-Tiny/Makefile
+++ b/textproc/p5-YAML-Tiny/Makefile
@@ -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 --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo
index 47995bfd8c0..bee571a4741 100644
--- a/textproc/p5-YAML-Tiny/distinfo
+++ b/textproc/p5-YAML-Tiny/distinfo
@@ -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