[openwrt/openwrt] glibc: update to 2.33

LEDE Commits lede-commits at lists.infradead.org
Tue Feb 9 14:59:42 EST 2021


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

commit 768d1f763c98e10a9e0d06e38784fa257f3bd856
Author: Curtis Deptuck <curtdept at me.com>
AuthorDate: Mon Feb 8 14:20:11 2021 -0700

    glibc: update to 2.33
    
    ChangeLog:
    https://sourceware.org/pipermail/libc-alpha/2021-February/122207.html
    
    Refresh patch:
    None required
    
    Signed-off-by: Curtis Deptuck <curtdept at me.com>
---
 toolchain/glibc/common.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index aaeb253353..9a2878ea05 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -7,13 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=glibc
-PKG_VERSION:=2.32
+PKG_VERSION:=2.33
 PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=760e1d287825fa91d4d5a0cc921340c740d803e2
-PKG_MIRROR_HASH:=3ea50e679a241faec8d0e90c9db84a19a42e03dd08328aee406a9ec56393104d
+PKG_SOURCE_VERSION:=17f0ff097887008b2d3dca270c8ffbb4b43a8749
+PKG_MIRROR_HASH:=c208569b844f22a6fb446fb02b392c5f280d7a29263a4d5401c47157fc7ac169
 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