[openwrt/openwrt] glibc: update to latest 2.33 commit

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 17 20:27:49 BST 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b3728f2cbd22c033ff852695eb6832c4040af37e

commit b3728f2cbd22c033ff852695eb6832c4040af37e
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Apr 17 21:24:39 2021 +0200

    glibc: update to latest 2.33 commit
    
    12ff80b312 Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
    1bf38e7260 Fix SXID_ERASE behavior in setuid programs (BZ #27471)
    a7b8e8ec9b Enhance setuid-tunables test
    ee16c81063 tst-env-setuid: Use support_capture_subprogram_self_sgid
    267e174f19 support: Add capability to fork an sgid child
    249c486ce8 support: Pass environ to child process
    45b2c57d34 support: Typo and formatting fixes
    e07abf59b2 tunables: Fix comparison of tunable values
    3e9ca60a58 linux: always update select timeout (BZ #27706)
    8380ca5833 linux: Normalize and return timeout on select (BZ #27651)
    85e4dc415a libsupport: Add support_select_normalizes_timeout
    b5b4aa62c1 libsupport: Add support_select_modifies_timeout
    3d525dd639 misc: Fix tst-select timeout handling (BZ#27648)
    830674605f tst: Provide test for select
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 toolchain/glibc/common.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index fa6a792f61..549778a440 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -12,8 +12,8 @@ PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=e78ea9bd26199497b9f047e421f16284297629cf
-PKG_MIRROR_HASH:=1e08d10f04333cc6cd82c6cfc4c83a37db6b7ce1523b3f6e56673178379a9c2c
+PKG_SOURCE_VERSION:=12ff80b312c11b0284df7a1c5cb9be6418f85228
+PKG_MIRROR_HASH:=84b7715886320794f9787976b20c868f5d6967e0ab08e6c821a8d42103c0721b
 PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
 



More information about the lede-commits mailing list