summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Demin2025-05-21 05:34:16 +0000
committerRobert Marko2025-05-21 11:50:25 +0000
commit328eb84ee4e2a7573e7d5de348ed0a72d1cb054f (patch)
tree69f7f8c3982133fcedaa89088e658b3ea36ba229
parentfe59fa75182dd4aa7ad5561a7a40e0ba6697c185 (diff)
downloadopenwrt-328eb84ee4e2a7573e7d5de348ed0a72d1cb054f.tar.gz
toolchain: glibc: Update glibc 2.38 to recent HEAD
3be3728d elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static 454f24e9 support: Use const char * argument in support_capture_subprogram_self_sgid 4335cd9b support: Add support_record_failure_barrier 31fa0f73 elf: Test case for bug 32976 (CVE-2025-4802) ca41fe44 x86_64: Fix typo in ifunc-impl-list.c. Signed-off-by: Konstantin Demin <rockdrilla@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18863 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--toolchain/glibc/common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index c8931361d7..343c68a2df 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=glibc
PKG_VERSION:=2.38
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=5a08d049dc5037e89eb95bb1506652f0043fa39e
-PKG_MIRROR_HASH:=96f161399bd2bc1e589f87d1923b1c3d7743dfe3fc4cc8b43cb9b1d45aa6e315
+PKG_SOURCE_VERSION:=ca41fe44a552a78e78b1b5de6116c67ef712eb74
+PKG_MIRROR_HASH:=1671a22ad65e725689bb27708e8b555a81a4cd055a134e58f160ed5540b63bc5
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst
PKG_CPE_ID:=cpe:/a:gnu:glibc