Skip to content

Commit f05b874

Browse files
misaka36hauke
authored andcommitted
toolchain: glibc: Update to glibc 2.35 (coolsnowwolf#10276)
This updates to glibc to version 2.35. Signed-off-by: Hauke Mehrtens <[email protected]> Signed-off-by: Hauke Mehrtens <[email protected]> Co-authored-by: Hauke Mehrtens <[email protected]>
1 parent a40c825 commit f05b874

3 files changed

+5
-5
lines changed

toolchain/glibc/common.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=glibc
10-
PKG_VERSION:=2.34
10+
PKG_VERSION:=2.35
1111
PKG_RELEASE:=1
1212

1313
PKG_SOURCE_PROTO:=git
1414
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
15-
PKG_SOURCE_VERSION:=72123e1b56f53f9205bb105f8a62d0869b837b22
16-
PKG_MIRROR_HASH:=934ec7067d41da0b76b8f29a1cd03b10ba9d98c2f761f7b32f8595e59ac2b428
15+
PKG_SOURCE_VERSION:=813a8d01716d4e099ec57194a93b14fa08b4beca
16+
PKG_MIRROR_HASH:=8c8d92dde334f0e0f9a0949d25b2950db513ce8723c31ae0b0ef64730a00322f
1717
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
1818
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
1919

toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ provides them.
627627
range [FROM - N + 1, FROM - 1]. If N is odd the first byte in FROM
628628
--- a/stdlib/stdlib.h
629629
+++ b/stdlib/stdlib.h
630-
@@ -968,6 +968,12 @@ extern int getsubopt (char **__restrict
630+
@@ -971,6 +971,12 @@ extern int getsubopt (char **__restrict
631631
#endif
632632

633633

toolchain/glibc/patches/200-add-dl-search-paths.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker
22

33
--- a/Makeconfig
44
+++ b/Makeconfig
5-
@@ -610,6 +610,9 @@ else
5+
@@ -618,6 +618,9 @@ else
66
default-rpath = $(libdir)
77
endif
88

0 commit comments

Comments
 (0)