[openwrt/openwrt] glibc: update to latest 2.32 commit (BZ#2692 BZ#26988 BZ#26831 BZ#2706)

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 23 14:59:47 EST 2021


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/111de654afe0703e3909bc83bfd00a2de4260062

commit 111de654afe0703e3909bc83bfd00a2de4260062
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Sat Jan 23 20:54:23 2021 +0100

    glibc: update to latest 2.32 commit (BZ#2692 BZ#26988 BZ#26831 BZ#2706)
    
    d3cb8f6222 aarch64: fix static PIE start code for BTI [BZ #27068]
    082798622d __vfscanf_internal: fix aliasing violation (bug 26690)
    33dc30bc83 aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
    46e1e64fe3 elf: Pass the fd to note processing
    b6eae83717 elf: Move note processing after l_phdr is updated
    c6090dcebd aarch64: align address for BTI protection [BZ #26988]
    610e2c5150 aarch64: Fix missing BTI protection from dependencies [BZ #26926]
    
    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 a32e375117..7941f6d4d9 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:=4c619b3eed558172198790f842740abb9af1989d
-PKG_MIRROR_HASH:=b662bceabc5a077c5be8a582aaf1567450fd774df5e31f91928272c1e4e572de
+PKG_SOURCE_VERSION:=d3cb8f6222a3cb955712b720d7c0c0dba37898f9
+PKG_MIRROR_HASH:=c3e97ad622eafaf539b733a18c0d62e9fb4c0f18d190b7bcc0e93611e582fb1e
 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