From: Khem Raj Date: Tue, 13 Sep 2022 00:51:31 +0000 (-0700) Subject: glibc: Upgrade to tip of 2.36 branch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2958 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=055ce284cb4770026c6b0de34d4444568e03d47f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc: Upgrade to tip of 2.36 branch Adresses CVE-2022-39046 Brings in following changeset * c399271c10 nscd: Fix netlink cache invalidation if epoll is used [BZ #29415] * b46412fb17 Add NEWS entry for CVE-2022-39046 * 645d94808a syslog: Remove extra whitespace between timestamp and message (BZ#29544) * b3736d1a3c elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539) * 3c791f2031 Apply asm redirections in wchar.h before first use * 924e4f3eaa elf: Call __libc_early_init for reused namespaces (bug 29528) * b0e7888d1f syslog: Fix large messages (BZ#29536) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index a078eb6377e..bd125ec4017 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.36/master" PV = "2.36" -SRCREV_glibc ?= "3bd3c612e98a53ce60ed972f5cd2b90628b3cba5" +SRCREV_glibc ?= "c399271c10bd00714504e8d4dfbec8aebf996dd4" SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"