[openwrt/openwrt] glibc: update to latest 2.32 commit (BZ #25399)

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 12 11:49:33 EST 2020


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

commit dd993e28eff0ee0fed8abf139e280aa04c0626f6
Author: Hans Dedecker <dedeckeh at gmail.com>
AuthorDate: Thu Nov 12 17:40:39 2020 +0100

    glibc: update to latest 2.32 commit (BZ #25399)
    
    5c36293f06 resolv: Serialize processing in resolv/tst-resolv-txnid-collision
    2dfa659a66 resolv: Handle transaction ID collisions in parallel queries (bug 26600)
    05c025abca support: Provide a way to clear the RA bit in DNS server responses
    f688bcd83d support: Provide a way to reorder responses within the DNS test server
    eba0ce6058 Remove __warndecl
    5337b2af4b Remove __warn_memset_zero_len [BZ #25399]
    c6e794640c aarch64: Add unwind information to _start (bug 26853)
    
    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 90a22c31e8..fbaad9d3ac 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -12,8 +12,8 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=70ee5e8b573f76745760dd6b75f705590fc1923a
-PKG_MIRROR_HASH:=d816dc7658446c2969d307730b58df5f8a65853b4e57a655895feb685590d63b
+PKG_SOURCE_VERSION:=5c36293f067d2af16e4eb9f9465be36f346ea6d0
+PKG_MIRROR_HASH:=f01b467843af97fe29dd67d0dc52e8f2effc968258ae806af37be085239a3e4c
 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