From: Deepthi Hemraj Date: Thu, 13 Jul 2023 09:27:17 +0000 (-0700) Subject: glibc: stable 2.31 branch updates. X-Git-Tag: 2020-04.27-dunfell~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89f5692514c68050349f37315e1dea14cbcfa24;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git glibc: stable 2.31 branch updates. Below commits on glibc-2.31 stable branch are updated. 2d4f26e5cf x86: Fix wcsnlen-avx2 page cross length comparison Signed-off-by: Deepthi Hemraj Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 5414297ba18..95e2bba3015 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.31/master" PV = "2.31+git${SRCPV}" -SRCREV_glibc ?= "d4b75594574ab8a9c2c41209cd8c62aac76b5a04" +SRCREV_glibc ?= "2d4f26e5cfda682f9ce61444b81533b83f6381af" SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"