diff options
Diffstat (limited to 'dev-lang/ruby/files/ruby-1.8.5-cgi-dos-1.patch')
-rw-r--r-- | dev-lang/ruby/files/ruby-1.8.5-cgi-dos-1.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/ruby/files/ruby-1.8.5-cgi-dos-1.patch b/dev-lang/ruby/files/ruby-1.8.5-cgi-dos-1.patch deleted file mode 100644 index a563c651cea4..000000000000 --- a/dev-lang/ruby/files/ruby-1.8.5-cgi-dos-1.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/cgi.rb.orig 2006-08-22 18:38:19.000000000 +0900 -+++ lib/cgi.rb 2006-11-03 00:18:53.000000000 +0900 -@@ -1018,7 +1018,7 @@ class CGI - else - stdinput.read(content_length) - end -- if c.nil? -+ if c.nil? || c.empty? - raise EOFError, "bad content body" - end - buf.concat(c) |