[openwrt/openwrt] glibc: update to latest 2.33 HEAD (BZ #27646, bug 27896, BZ #15271)

LEDE Commits lede-commits at lists.infradead.org
Mon Jul 19 13:57:56 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/c58afca1aa0688b12b010e069d9bedd4bb2e3529

commit c58afca1aa0688b12b010e069d9bedd4bb2e3529
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sun Jun 27 15:29:25 2021 +0200

    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 at gmail.com>
    (cherry picked from commit f033d5ad1c28e07eb6de2ce3ea8650dc7080d6d0)
---
 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 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
 



More information about the lede-commits mailing list