From: Larry Kluger Date: 2008-07-08T08:31:59+09:00 Subject: Patching ruby_1.8.6.p111 Hi, 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 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 patching file array.c patching file bignum.c patching file eval.c patching file intern.h patching file io.c can't find file to patch at input line 207 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/lib/webrick/httpservlet/filehandler.rb b/lib/webrick/httpservlet/filehandler.rb |index 410cc6f..c8278b7 100644 |--- a/lib/webrick/httpservlet/filehandler.rb |+++ b/lib/webrick/httpservlet/filehandler.rb -------------------------- File to patch: EOF [I entered cntrl-d at this point] Skip this patch? [y] y Skipping patch. 4 out of 4 hunks ignored patching file sprintf.c patching file string.c $ [/code] Advice would be much appreciated. Thanks and regards, Larry in New York City -- Posted via http://www.ruby-forum.com/.