I can't figure out how to get a source version of perl with recent security fixes applied to it, or even get a patch to apply to 5.8.8 or similiar. What am i missing?
Re:I just googled for this
n1vux on 2007-11-28T22:11:03
Ben,
Google is your friend.
See comment up and over.
Bill
Nicholas applied the patch to maint-58 on 11/06.
I haven't heard what if any plan there is for a 5.8.9 as you suggest - CPAN regression testing is pretty busy with 5.10-RC2. Vendors / downstream distros are applying the patch to their 5.8.8+, as they should. If you have a security-critical perl app that isn't carefully untainting user-supplied patterns, you might want to build this in too.
should findack --perl "ASCII pattern that really is utf8"
if your source is patched, andt/op/pat.t
should find regcomp.cack --cc 'UTF8 mismatch'
However, can't just scan for 'UTF8 mismatch'
in `which perl`
as it may be in./lib/auto/re/re.so
instead.
Re:The patch is in ... but not there yet
ddick on 2007-11-28T23:58:02
Thanks Bill.Re:The patch is in ... AND IS there NOW
n1vux on 2007-11-29T19:43:17
You probably already saw the update on frontpage, but just to complete the chain/reference *Patch Announced*.Google didn't find the 11/15 p5p msg the other day, but it does now.