diff options
author | Divya Chellam <divya.chellam@windriver.com> | 2025-04-15 11:23:11 +0000 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-23 08:42:33 -0700 |
commit | f281324f3fc04a71b09517da1167f132acf46cd0 (patch) | |
tree | 4540c995a1d201c21975e10359b4eb0a20f43ddd | |
parent | 54301c2e3517d641aa1922813f5cf842bec14e9a (diff) | |
download | poky-f281324f3fc04a71b09517da1167f132acf46cd0.tar.gz |
ruby: upgrade 3.4.2 -> 3.4.3
This includes CVE-fix for CVE-2025-27219, CVE-2025-27220 and
CVE-2025-27221
Changes between 3.4.2 -> 3.4.3
==============================
https://github.com/ruby/ruby/compare/v3_4_2...v3_4_3
(From OE-Core rev: 37747c99ee32153120b67e65a2f3da34c6d58b0f)
Signed-off-by: Divya Chellam <divya.chellam@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d739c52558af986c2ce4c65e1197e8d524d14d22)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_3.4.3.bb (renamed from meta/recipes-devtools/ruby/ruby_3.4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.4.2.bb b/meta/recipes-devtools/ruby/ruby_3.4.3.bb index aa22ef3992..45047b8859 100644 --- a/meta/recipes-devtools/ruby/ruby_3.4.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.4.3.bb | |||
@@ -48,7 +48,7 @@ do_configure:prepend() { | |||
48 | 48 | ||
49 | DEPENDS:append:libc-musl = " libucontext" | 49 | DEPENDS:append:libc-musl = " libucontext" |
50 | 50 | ||
51 | SRC_URI[sha256sum] = "41328ac21f2bfdd7de6b3565ef4f0dd7543354d37e96f157a1552a6bd0eb364b" | 51 | SRC_URI[sha256sum] = "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46" |
52 | 52 | ||
53 | PACKAGECONFIG ??= "" | 53 | PACKAGECONFIG ??= "" |
54 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | 54 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |