diff options
| author | Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> | 2022-05-26 14:55:16 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-04 12:16:58 +0100 |
| commit | df1129b02264e5db148f65f790801c037aefda29 (patch) | |
| tree | 6ecfec9be31d06a8d5b243766e1e0fed2e629c90 /meta/recipes-devtools/ruby | |
| parent | 0ca0aec7aa3ad9bcb3f8936a7e876f34866f2f68 (diff) | |
| download | poky-df1129b02264e5db148f65f790801c037aefda29.tar.gz | |
ruby: Upgrade ruby to 2.7.6 for security fix
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
(From OE-Core rev: 4514b1b8cacb92b1790b636b111c071190b2e4b2)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby')
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.7.6.bb (renamed from meta/recipes-devtools/ruby/ruby_2.7.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.7.5.bb b/meta/recipes-devtools/ruby/ruby_2.7.6.bb index 44a2527ee7..658a17659a 100644 --- a/meta/recipes-devtools/ruby/ruby_2.7.5.bb +++ b/meta/recipes-devtools/ruby/ruby_2.7.6.bb | |||
| @@ -9,8 +9,8 @@ SRC_URI += " \ | |||
| 9 | file://0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch \ | 9 | file://0001-template-Makefile.in-do-not-write-host-cross-cc-item.patch \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "ede247b56fb862f1f67f9471189b04d4" | 12 | SRC_URI[md5sum] = "f972fb0cce662966bec10d5c5f32d042" |
| 13 | SRC_URI[sha256sum] = "2755b900a21235b443bb16dadd9032f784d4a88f143d852bc5d154f22b8781f1" | 13 | SRC_URI[sha256sum] = "e7203b0cc09442ed2c08936d483f8ac140ec1c72e37bb5c401646b7866cb5d10" |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |
| 16 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 16 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
