From: Steve Sakoman Date: Wed, 7 Jul 2021 18:14:10 +0000 (-1000) Subject: glibc: update to lastest 2.31 release HEAD X-Git-Tag: 2020-04.10~18 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eb03d3f72472539b10de49a32bdd3c68c34b658e;p=openembedded-core.git glibc: update to lastest 2.31 release HEAD Includes the following fixes: 4f0a61f753 wordexp: handle overflow in positional parameter number (bug 28011) 8e88c0d888 Fix SXID_ERASE behavior in setuid programs (BZ #27471) 74a4425fae Enhance setuid-tunables test bb5bb87959 tst-env-setuid: Use support_capture_subprogram_self_sgid 700264179c support: Add capability to fork an sgid child 7fa6d30eea support: Typo and formatting fixes 0de2b69c31 support: Pass environ to child process 0c92f409a7 S390: Also check vector support in memmove ifunc-selector [BZ #27511] Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index 7ae64a190f..aac0d9b3bf 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 ?= "f84949f1c4bbf20e6a1d9a5859cf012cde060ede" +SRCREV_glibc ?= "4f0a61f75385c9a5879cbe7202042e88f692a3c8" SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"