]> code.ossystems Code Review - openembedded-core.git/commit
ruby: update to 2.4.0
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 12 Jan 2018 16:20:01 +0000 (18:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jan 2018 18:03:23 +0000 (18:03 +0000)
commit4734a4b41898e3df252b6234ed1270a915fd1f68
tree99c3f5c6d846e2953fdc0fab8253af4cac1e5eac
parent4d4d07650d600fcb8fb1de8592494c3a9e4189ce
ruby: update to 2.4.0

Existing version of ruby-native (2.2.5) was crashing on my machine (and others' too),
yet a functional ruby is necessary to upgrade webkit to a version that less vulnerable
to Spectre.

I've performed the update by copying the ruby recipe directory over from the current
pyro tree; if you want to see the list of specific commits, issue this command:

git log 99656fecf4fa6e24ba49ecb7f26f893e733818a0 meta/recipes-devtools/ruby
(up to commit e593d3aeb2ea5f08d6e0753133fe89e345b339e8)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 files changed:
meta/recipes-devtools/ruby/ruby.inc
meta/recipes-devtools/ruby/ruby/CVE-2016-7798.patch [deleted file]
meta/recipes-devtools/ruby/ruby/CVE-2017-14033.patch [deleted file]
meta/recipes-devtools/ruby/ruby/CVE-2017-14064.patch
meta/recipes-devtools/ruby/ruby/CVE-2017-9226.patch [deleted file]
meta/recipes-devtools/ruby/ruby/CVE-2017-9227.patch [deleted file]
meta/recipes-devtools/ruby/ruby/CVE-2017-9228.patch [deleted file]
meta/recipes-devtools/ruby/ruby/CVE-2017-9229.patch [deleted file]
meta/recipes-devtools/ruby/ruby/prevent-gc.patch [deleted file]
meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9224.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9226.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9227.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9228.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-9229.patch [new file with mode: 0644]
meta/recipes-devtools/ruby/ruby_2.4.0.bb [moved from meta/recipes-devtools/ruby/ruby_2.2.5.bb with 71% similarity]