diff options
| author | Konstantin Demin | 2025-07-27 08:36:39 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-29 20:41:17 +0000 |
| commit | d6200f2502546e036d1b99ff5c7e3ac59b4616db (patch) | |
| tree | 3c95a4bbc2c6281100456e2763dda22a4786529d | |
| parent | 4fd61171294dd5b5897152234ddeeb2380877653 (diff) | |
| download | openwrt-d6200f2502546e036d1b99ff5c7e3ac59b4616db.tar.gz | |
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 <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19543
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | toolchain/glibc/common.mk | 6 |
1 files 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 |