]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ruby: Upgrade ruby to 2.7.6 for security fix
authorRanjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Thu, 26 May 2022 09:25:16 +0000 (14:55 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 26 May 2022 16:21:53 +0000 (06:21 -1000)
Upgrade ruby to 2.7.6
Link: https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-7-6-released/
This includes CVE-2022-28739 security fix

Signed-off-by: Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Signed-off-by: Ranjitsinh Rathod <ranjitsinhrathod1991@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/ruby/ruby_2.7.6.bb [moved from meta/recipes-devtools/ruby/ruby_2.7.5.bb with 95% similarity]

similarity index 95%
rename from meta/recipes-devtools/ruby/ruby_2.7.5.bb
rename to meta/recipes-devtools/ruby/ruby_2.7.6.bb
index 44a2527ee74271f530cd13877df30414ba1cb917..658a17659a87f653e0c62578f7d64527cc2bce9f 100644 (file)
@@ -9,8 +9,8 @@ SRC_URI += " \
            file://0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch \
            "
 
-SRC_URI[md5sum] = "ede247b56fb862f1f67f9471189b04d4"
-SRC_URI[sha256sum] = "2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1"
+SRC_URI[md5sum] = "f972fb0cce662966bec10d5c5f32d042"
+SRC_URI[sha256sum] = "e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"