From d6200f2502546e036d1b99ff5c7e3ac59b4616db Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Sun, 27 Jul 2025 11:36:39 +0300 Subject: [PATCH] toolchain: glibc: Update glibc 2.41 to recent HEAD 1e16d0096d80 posix: Fix double-free after allocation failure in regcomp (bug 33185) [CVE-2025-8058] e7c419a29575 iconv: iconv -o should not create executable files (bug 33164) Signed-off-by: Konstantin Demin Link: https://github.com/openwrt/openwrt/pull/19543 Signed-off-by: Hauke Mehrtens --- toolchain/glibc/common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk index 826f2351af..02906d34b2 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.41 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=6e489c17f827317bcf8544efefa65f13b5a079dc -PKG_MIRROR_HASH:=37527af9a3cbc41201b8a8bead3e6ec973e922e11639ff1762de50c46cf4913e +PKG_SOURCE_VERSION:=e7c419a2957590fb657900fc92a89708f41abd9d +PKG_MIRROR_HASH:=8613b8765c8651888178623355bb019538a1e1e32d9cc5a83ab7f063054748e1 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