Larry Kluger wrote: > My thanks to all for such great work. I'm trying to figure out from the > msgs which is the right patch for ruby_1.8.6.p111 > > It seems that it would be >>Posted by Hongli Lai on 23.06.2008 15:40 >>I've made an updated patch set: >>http://blog.phusion.nl/assets/r8ee-security-patch-20080623-2.txt I do believe that's the right patch. > But when I run it using patch against ruby-1.8.6-p111, I get the > following: > [code] > $ patch < ../ruby_1.8.6.p111.ee-security-patch-20080623-2.txt ... but wrong command line. Since the patch has filename paths starting with a/ and b/, you need to give -p1 to make patch strip off that part. (And you need to be in the top of the source directory, but you probably already are.) -- Posted via http://www.ruby-forum.com/.