[openwrt/openwrt] glibc: update to latest 2.33 commit

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 20 20:19:08 GMT 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/956490ad6abead94c8b06e55b687074fa2fd5c62

commit 956490ad6abead94c8b06e55b687074fa2fd5c62
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Mar 20 21:00:05 2021 +0100

    glibc: update to latest 2.33 commit
    
    db32fc27e7 test-container: Always copy test-specific support files [BZ #27537]
    79c6be6a0a nptl: Remove private futex optimization [BZ #27304]
    f90d6b0484 pthread_once hangs when init routine throws an exception [BZ #18435]
    dd8023c2ac elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]
    ea5a537e87 elf: Always set l in _dl_init_paths (bug 23462)
    64f6c287ad x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
    32b9280f1d io: Return EBAFD for negative file descriptor on fstat (BZ #27559)
    
    Signed-off-by: Hans Dedecker <dedeckeh at gmail.com>
---
 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 ea521490f5..01b15a5cd2 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:=a151f2e05a64727c552a297d129b8ef242ffb3b6
-PKG_MIRROR_HASH:=63802bbcbb851d08ea8e609edd2d3fc0828102c07da9cdd3639e16d07883ebae
+PKG_SOURCE_VERSION:=db32fc27e7bdfb5468200a94e9152bcc1c971d25
+PKG_MIRROR_HASH:=e02f8b7df03d675db6279b99212c8a645aa50f1ae7789fafd7bc1987145a4c92
 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