summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Bara <benjamin.bara@skidata.com>2024-01-31 17:06:01 +0100
committerSteve Sakoman <steve@sakoman.com>2024-02-22 04:34:14 -1000
commitdf5e182c9f9c79f163414a4a436d4b718066cf9b (patch)
tree8c45fcde4e2cdec97ca978395563feda646b64ec
parentb0424cf1ea7054fd2a1662c47d9a57fb0767df12 (diff)
downloadpoky-df5e182c9f9c79f163414a4a436d4b718066cf9b.tar.gz
glibc: stable 2.38 branch updates
Pull in fixes for CVE-2023-6246, CVE-2023-6779 and CVE-2023-6780. (From OE-Core rev: 07847f5945ff67340803149242a629741d619bf5) Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index eaa6d53181..212f960cb5 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
1SRCBRANCH ?= "release/2.38/master" 1SRCBRANCH ?= "release/2.38/master"
2PV = "2.38+git" 2PV = "2.38+git"
3SRCREV_glibc ?= "44f757a6364a546359809d48c76b3debd26e77d4" 3SRCREV_glibc ?= "d37c2b20a4787463d192b32041c3406c2bd91de0"
4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1" 4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
5 5
6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" 6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
@@ -13,3 +13,6 @@ CVE_STATUS[CVE-2023-4806] = "fixed-version: Fixed in stable branch updates"
13CVE_STATUS[CVE-2023-5156] = "fixed-version: Fixed in stable branch updates" 13CVE_STATUS[CVE-2023-5156] = "fixed-version: Fixed in stable branch updates"
14CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates" 14CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates"
15CVE_STATUS[CVE-2023-0687] = "fixed-version: Fixed in stable branch updates" 15CVE_STATUS[CVE-2023-0687] = "fixed-version: Fixed in stable branch updates"
16CVE_STATUS[CVE-2023-6246] = "fixed-version: Fixed in stable branch updates"
17CVE_STATUS[CVE-2023-6779] = "fixed-version: Fixed in stable branch updates"
18CVE_STATUS[CVE-2023-6780] = "fixed-version: Fixed in stable branch updates"