pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-YAML-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 15 13:39:27 UTC 2009

Modified Files:
        pkgsrc/textproc/p5-YAML-Tiny: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/p5-YAML-Tiny/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/p5-YAML-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index