]> code.ossystems Code Review - openembedded-core.git/commitdiff
ruby: update to 2.7.2
authorChee Yang Lee <chee.yang.lee@intel.com>
Fri, 30 Oct 2020 10:09:59 +0000 (18:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 31 Oct 2020 08:53:13 +0000 (08:53 +0000)
updates also fix CVE-2020-25613

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ruby/ruby_2.7.2.bb [moved from meta/recipes-devtools/ruby/ruby_2.7.1.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-devtools/ruby/ruby_2.7.1.bb
rename to meta/recipes-devtools/ruby/ruby_2.7.2.bb
index 3dd9fb0a62f5982939ad06c33b52ade4da2964cb..055ea9343f44f73cae89a745944d0cbd93947e0c 100644 (file)
@@ -8,8 +8,8 @@ SRC_URI += " \
            file://0001-Modify-shebang-of-libexec-y2racc-and-libexec-racc2y.patch \
            "
 
-SRC_URI[md5sum] = "debb9c325bf65021214451660f46e909"
-SRC_URI[sha256sum] = "d418483bdd0000576c1370571121a6eb24582116db0b7bb2005e90e250eae418"
+SRC_URI[md5sum] = "2d4a28dcfa38352a627a597f6057c465"
+SRC_URI[sha256sum] = "6e5706d0d4ee4e1e2f883db9d768586b4d06567debea353c796ec45e8321c3d4"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"