summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSundeep KOKKONDA <sundeep.kokkonda@gmail.com>2022-09-15 16:44:40 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 08:02:10 +0100
commit758a87593255dd945e2d5b0786627d1cc3668b61 (patch)
treeaff94f8cfa082c5b30333ba8976eab7713b9b695
parentf6e9746899302b12f32f86f4bc7626730255f3ab (diff)
downloadpoky-758a87593255dd945e2d5b0786627d1cc3668b61.tar.gz
glibc: stable 2.35 branch updates.
Below commits on glibc-2.35 development branch are updated. f8ad66a4ca nscd: Fix netlink cache invalidation if epoll is used [BZ #29415] 9e960717e1 Apply asm redirections in wchar.h before first use 577c2fc7f3 elf: Call __libc_early_init for reused namespaces (bug 29528) 83f1d9851e NEWS: Add entry for bug 28846 cbd8685e82 socket: Check lengths before advancing pointer in CMSG_NXTHDR 4bafc4001d alpha: Fix generic brk system call emulation in __brk_call (bug 29490) 37fd2ac665 stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] a1ec4157bc stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265] 813a8d0171 Update syscall lists for Linux 5.19 e200127c6c riscv: Update rv64 libm test ulps 8c172a6cb0 dlfcn: Pass caller pointer to static dlopen implementation (bug 29446) (From OE-Core rev: 0b75397a554c51d4fdfaff1641095615d14fd4e0) Signed-off-by: Sundeep KOKKONDA <sundeep.kokkonda@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index ccb41e5af6..d3cea19f9c 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
1SRCBRANCH ?= "release/2.35/master" 1SRCBRANCH ?= "release/2.35/master"
2PV = "2.35" 2PV = "2.35"
3SRCREV_glibc ?= "0e5b239f45992e4b54c6f946ecb0c410afc8bb08" 3SRCREV_glibc ?= "f8ad66a4cab14ed294bf50e7a9eddb73da6cf307"
4SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" 4SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
5 5
6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" 6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"