summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.31.bb
diff options
context:
space:
mode:
authorShubham Kulkarni <skulkarni@mvista.com>2023-03-06 16:48:05 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-14 14:59:10 +0000
commit770bb4a64a7862385420bd7e4aa4112d53951218 (patch)
tree3a04964e62e583ac2f8e65abac185da13944ad52 /meta/recipes-core/glibc/glibc_2.31.bb
parentd7fa5a35aae38687444e720ffdad649e096abaf9 (diff)
downloadpoky-770bb4a64a7862385420bd7e4aa4112d53951218.tar.gz
glibc: Security fix for CVE-2023-0687
Backport from https://sourceware.org/git/?p=glibc.git;a=patch;h=801af9fafd4689337ebf27260aa115335a0cb2bc (From OE-Core rev: d7c7e9acd5b5699e4a0c2c7f2664cce7a5a08641) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.31.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.31.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.31.bb b/meta/recipes-core/glibc/glibc_2.31.bb
index 0c37467fe4..8d216f6ed1 100644
--- a/meta/recipes-core/glibc/glibc_2.31.bb
+++ b/meta/recipes-core/glibc/glibc_2.31.bb
@@ -79,6 +79,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
79 file://0035-x86_64-Avoid-lazy-relocation-of-tlsdesc-BZ-27137.patch \ 79 file://0035-x86_64-Avoid-lazy-relocation-of-tlsdesc-BZ-27137.patch \
80 file://0036-i386-Avoid-lazy-relocation-of-tlsdesc-BZ-27137.patch \ 80 file://0036-i386-Avoid-lazy-relocation-of-tlsdesc-BZ-27137.patch \
81 file://0037-Avoid-deadlock-between-pthread_create-and-ctors.patch \ 81 file://0037-Avoid-deadlock-between-pthread_create-and-ctors.patch \
82 file://CVE-2023-0687.patch \
82 " 83 "
83S = "${WORKDIR}/git" 84S = "${WORKDIR}/git"
84B = "${WORKDIR}/build-${TARGET_SYS}" 85B = "${WORKDIR}/build-${TARGET_SYS}"