diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-20 11:13:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 12:37:02 +0000 |
commit | 16ddae1172bb92bd1d8e06574e2fff6070265d78 (patch) | |
tree | 182058ee8869fd3b394d8bc4c8f77272828bcd75 /meta/recipes-devtools | |
parent | 96eba176452624b69b1b1dd91b117a458aeb2c92 (diff) | |
download | poky-16ddae1172bb92bd1d8e06574e2fff6070265d78.tar.gz |
ruby: upgrade 2.5.1 -> 2.5.3
(From OE-Core rev: 17a8576375fadbfa44e9272a942bf12887b5e1a2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.5.3.bb (renamed from meta/recipes-devtools/ruby/ruby_2.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.5.1.bb b/meta/recipes-devtools/ruby/ruby_2.5.3.bb index 1197323e90..e9f0453788 100644 --- a/meta/recipes-devtools/ruby/ruby_2.5.1.bb +++ b/meta/recipes-devtools/ruby/ruby_2.5.3.bb | |||
@@ -6,8 +6,8 @@ SRC_URI += " \ | |||
6 | file://CVE-2018-1000073.patch \ | 6 | file://CVE-2018-1000073.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI[md5sum] = "23867bc8c16c55e43b14dfe0614bcfa8" | 9 | SRC_URI[md5sum] = "20c85b67846d49622ef3b24230803fef" |
10 | SRC_URI[sha256sum] = "dac81822325b79c3ba9532b048c2123357d3310b2b40024202f360251d9829b1" | 10 | SRC_URI[sha256sum] = "9828d03852c37c20fa333a0264f2490f07338576734d910ee3fd538c9520846c" |
11 | 11 | ||
12 | # it's unknown to configure script, but then passed to extconf.rb | 12 | # it's unknown to configure script, but then passed to extconf.rb |
13 | # maybe it's not really needed as we're hardcoding the result with | 13 | # maybe it's not really needed as we're hardcoding the result with |