]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
glibc: Upgrade to tip of 2.36 branch
authorKhem Raj <raj.khem@gmail.com>
Tue, 13 Sep 2022 00:51:31 +0000 (17:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Sep 2022 22:03:34 +0000 (23:03 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-version.inc

index a078eb6377effe0b6cc56026482983c6cd4d7dc1..bd125ec40173bdd0488ecde6edfb6a33efaafe4a 100644 (file)
@@ -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"