aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2021-06-27 15:29:25 +0200
committerHans Dedecker <dedeckeh@gmail.com>2021-06-27 15:34:11 +0200
commitf033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0 (patch)
tree12746e85774081821c524aa073bc915e726f0d65 /toolchain
parent54ed38d5eab4d28cf52e3cf4928f0d2cc3eb7c8e (diff)
downloadupstream-f033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0.tar.gz
upstream-f033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0.tar.bz2
upstream-f033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0.zip
glibc: update to latest 2.33 HEAD (BZ #27646, bug 27896, BZ #15271)
58b90461ae elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646] 8c06748c51 Fix use of __pthread_attr_copy in mq_notify (bug 27896) 4b6be914bd Use __pthread_attr_copy in mq_notify (bug 27896) f4cba6ca1e dlfcn: Failures after dlmopen should not terminate process [BZ #15271] Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index b88a456ce7..ec0621494f 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:=0ef0e6de7fdfa18328b09ba2afb4f0112d4bdab4
-PKG_MIRROR_HASH:=1f2cfa8bd69f6286f2449317758e3ef29fc55cd420dfe8cd9327f149b0e9ac62
+PKG_SOURCE_VERSION:=58b90461ae100c95e0bc53d29d2187bad290ecaf
+PKG_MIRROR_HASH:=33fc6ec88cbf9235b151bea67db8922ef6f42dd5c1f4ff462077224fa3916be4
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz