summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby_3.1.3.bb
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2023-04-17 10:12:58 +0530
committerSteve Sakoman <steve@sakoman.com>2023-04-26 04:03:21 -1000
commitbe5ebd6b3f84b9f37deb5ce38467af353da0bbbf (patch)
treedee716e2f87412bc3325f5dafeb201c1868c920b /meta/recipes-devtools/ruby/ruby_3.1.3.bb
parentee5ff08d87a84f957af29bdf96ef232efdb229ae (diff)
downloadpoky-be5ebd6b3f84b9f37deb5ce38467af353da0bbbf.tar.gz
ruby: CVE-2023-28756 ReDoS vulnerability in Time
Upstream-Status: Backport from https://github.com/ruby/ruby/commit/957bb7cb81995f26c671afce0ee50a5c660e540e (From OE-Core rev: 0f8eb0505e19ccd27e1b91f27285a9fc87f2aa93) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby_3.1.3.bb')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.1.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.3.bb b/meta/recipes-devtools/ruby/ruby_3.1.3.bb
index c8454da3a9..92efc5db91 100644
--- a/meta/recipes-devtools/ruby/ruby_3.1.3.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.1.3.bb
@@ -29,6 +29,7 @@ SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
29 file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch \ 29 file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch \
30 file://0006-Make-gemspecs-reproducible.patch \ 30 file://0006-Make-gemspecs-reproducible.patch \
31 file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch \ 31 file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch \
32 file://CVE-2023-28756.patch \
32 " 33 "
33UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/" 34UPSTREAM_CHECK_URI = "https://www.ruby-lang.org/en/downloads/"
34 35