aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby_2.2.5.bb
AgeCommit message (Collapse)Author
2018-02-22ruby: update to 2.4.0Alexander Kanavin
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>
2018-02-22ruby: Security fix for CVE-2017-14064Rajkumar Veer
Ruby through 2.2.7, 2.3.x through 2.3.4, and 2.4.x through 2.4.1 Signed-off-by: Rajkumar Veer <rveer@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit 8d53b03e8fa1bc20c0d77d6cd7869bd7f7325987) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Security fix for CVE-2017-14033Rajkumar Veer
affects ruby before 2.2.8, 2.3.x before 2.3.5, and 2.4.x through 2.4.1 Signed-off-by: Rajkumar Veer <rveer@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit 6033983453ff7b39d9d0d0a64353611128e26fae) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Security fix for CVE-2017-9229Thiruvadi Rajaraman
affects ruby < 2.4.1 Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit a636bf8cb5063f349b2af6594b131af6852b3076) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Secruity fix for CVE-2017-9226Thiruvadi Rajaraman
affects ruby < 2.4.1 Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit 0c1eec0c6a789e1e9dbfcc66c3fb8c7d1d8b4e99) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Security fix for CVE-2017-9228Thiruvadi Rajaraman
affects ruby < 2.4.1 Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit cdfb60a7b573c034868ef27d8eb2c667f2a7ad1d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Security fix for CVE-2017-9227Thiruvadi Rajaraman
affects ruby < 2.4.1 Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit d83f18936a0eb470e8faf7adbd7c580c23fa3370) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Security fix for CVE-2016-7798Thiruvadi Rajaraman
affectes ruby < 2.3.1 Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> (cherry picked from commit 6af2319008dc16c61092f71ff227c285aac51288) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: fix build of ruby-native with gcc7Joshua Lock
Marsalling is broken when ruby-2.2.x is built with gcc7, backport the change fix in Ruby SVN r57410 to apply to ruby 2.2.5: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57410 Fixes [YOCTO #12271] Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit b9de98cdc816904583970369848181c2c79f1dc5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-02-22ruby: Upgrade to 2.2.5Khem Raj
This is latest in 2.2 series, helps with compile using clang Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9f1a8cc84105b077cb5896997b220f1f583075b5) Signed-off-by: Armin Kuster <akuster808@gmail.com>