]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 Dec 2006 16:42:26 +0000 (16:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-1.8.5-cgi-dos-1.patch -> 1.2

ruby-1.8.5-cgi-dos-1.patch [deleted file]

diff --git a/ruby-1.8.5-cgi-dos-1.patch b/ruby-1.8.5-cgi-dos-1.patch
deleted file mode 100644 (file)
index a563c65..0000000
+++ /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)
This page took 0.180938 seconds and 4 git commands to generate.