]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerArmin Kuster <akuster808@gmail.com>
Thu, 22 Feb 2018 19:11:36 +0000 (11:11 -0800)
commit159e006ae73c039a2e9054d337b310fd3fac53ba
tree07e4d49d5cac936bcad4a11da559a2cbe974f637
parent7a7449a196656fd4c03b11cce1632abe0b461cb9
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>
(cherry picked from commit 4734a4b41898e3df252b6234ed1270a915fd1f68)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 74% similarity]