summaryrefslogtreecommitdiff
path: root/system/ruby/libedit-compat.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 06:06:35 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-04-05 06:07:35 +0000
commit45c7d18ee3236dae130150d80a32e4a37710cd24 (patch)
tree6d09bbb9fa669a71c850ad80addd8eb1ddc06731 /system/ruby/libedit-compat.patch
parent36a36b43679fc2ba8b14bc2b828345b8e770c769 (diff)
downloadpackages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.gz
packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.bz2
packages-45c7d18ee3236dae130150d80a32e4a37710cd24.tar.xz
packages-45c7d18ee3236dae130150d80a32e4a37710cd24.zip
Update Ruby to 2.7.1
* Coroutines are using libucontext; added to ruby depends_dev. * Asciidoctor updated to 2.x branch since we have newer Ruby now. * uWSGI may not work properly with Rack; currently untested.
Diffstat (limited to 'system/ruby/libedit-compat.patch')
-rw-r--r--system/ruby/libedit-compat.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ruby/libedit-compat.patch b/system/ruby/libedit-compat.patch
index 601a9feea..670b16dc8 100644
--- a/system/ruby/libedit-compat.patch
+++ b/system/ruby/libedit-compat.patch
@@ -1,6 +1,6 @@
--- ruby-2.5.5/ext/readline/readline.c.old 2017-09-30 08:35:23.000000000 +0000
+++ ruby-2.5.5/ext/readline/readline.c 2019-09-09 06:12:00.300098741 +0000
-@@ -571,6 +571,9 @@
+@@ -572,6 +572,9 @@
rb_syserr_fail(save_errno, "fdopen");
}
rl_instream = readline_rl_instream = f;
@@ -10,7 +10,7 @@
readline_instream = input;
}
return input;
-@@ -607,6 +610,9 @@
+@@ -608,6 +611,9 @@
rb_syserr_fail(save_errno, "fdopen");
}
rl_outstream = readline_rl_outstream = f;