summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.34.inc
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-12-14 20:32:52 +0800
committerSteve Sakoman <steve@sakoman.com>2023-12-21 05:17:55 -1000
commit3eda06c358c313368c25c99e6f8b2635ca4b4bd0 (patch)
tree42257c438b4fe542e625a48e2cb08b6e4222ffe2 /meta/recipes-devtools/binutils/binutils-2.34.inc
parent8efd61ccb1964360444ed6eba9b88e20e2ee5953 (diff)
downloadpoky-3eda06c358c313368c25c99e6f8b2635ca4b4bd0.tar.gz
binutils: Fix CVE-2023-25584
import patch from ubuntu to fix CVE-2023-25584 http://archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.34-6ubuntu1.7.debian.tar.xz upstream patch : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=77c225bdeb410cf60da804879ad41622f5f1aa44 (From OE-Core rev: 8eff0e0ce44c60efcf6bec083d5794313f3ac4ad) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.34.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.34.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.34.inc b/meta/recipes-devtools/binutils/binutils-2.34.inc
index 371e8e9fa4..4824db6dcf 100644
--- a/meta/recipes-devtools/binutils/binutils-2.34.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.34.inc
@@ -55,5 +55,6 @@ SRC_URI = "\
55 file://CVE-2022-38533.patch \ 55 file://CVE-2022-38533.patch \
56 file://CVE-2023-25588.patch \ 56 file://CVE-2023-25588.patch \
57 file://CVE-2021-46174.patch \ 57 file://CVE-2021-46174.patch \
58 file://CVE-2023-25584.patch \
58" 59"
59S = "${WORKDIR}/git" 60S = "${WORKDIR}/git"