diff options
author | wiz <wiz> | 2009-12-15 13:39:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-12-15 13:39:27 +0000 |
commit | b7564542aad15c6735a472456560521ce3d4c4bb (patch) | |
tree | b4a79ca8a72094ea9d0ee3d9435d465e31da2c93 /textproc | |
parent | fc2a7fc2305a2ddee92d43e1a055a913e9f90d8e (diff) | |
download | pkgsrc-b7564542aad15c6735a472456560521ce3d4c4bb.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')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 8 |
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 |