diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-12 17:51:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-13 23:03:36 +0100 |
commit | abf34cbd39506499ee1b381032d9c1eb916c3657 (patch) | |
tree | 110f097260e359d04ab245e82c1c08a3b29b2139 /meta/recipes-core/glibc | |
parent | 2d96d3f5ace29bb886d825609bd042310019a620 (diff) | |
download | poky-abf34cbd39506499ee1b381032d9c1eb916c3657.tar.gz |
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)
(From OE-Core rev: 055ce284cb4770026c6b0de34d4444568e03d47f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc-version.inc | 2 |
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 a078eb6377..bd125ec401 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SRCBRANCH ?= "release/2.36/master" | 1 | SRCBRANCH ?= "release/2.36/master" |
2 | PV = "2.36" | 2 | PV = "2.36" |
3 | SRCREV_glibc ?= "3bd3c612e98a53ce60ed972f5cd2b90628b3cba5" | 3 | SRCREV_glibc ?= "c399271c10bd00714504e8d4dfbec8aebf996dd4" |
4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" | 4 | SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87" |
5 | 5 | ||
6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" | 6 | GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" |