aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/glibc
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-02-04 21:24:02 +0100
committerHans Dedecker <dedeckeh@gmail.com>2019-02-04 22:43:19 +0100
commit420376ab50b1e8ed7f6aea1f0211d9ab040303d9 (patch)
tree8da124c0fa8ea4f646a47681c9f8ee277f371f63 /toolchain/glibc
parent5a8d03ceebaf50e82ac21dc5f2111387cc361ba0 (diff)
downloadupstream-420376ab50b1e8ed7f6aea1f0211d9ab040303d9.tar.gz
upstream-420376ab50b1e8ed7f6aea1f0211d9ab040303d9.tar.bz2
upstream-420376ab50b1e8ed7f6aea1f0211d9ab040303d9.zip
glibc: update to latest 2.27 commit (BZ #24155,BZ #24097)
2ebadb6451 x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155] 3a5ae8db68 x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ #24097] 2c016ffa24 x86-64 strncpy: Properly handle the length parameter [BZ #24097] d8457edece x86-64 strncmp family: Properly handle the length parameter [BZ #24097] 55f8812858 x86-64 memset/wmemset: Properly handle the length parameter [BZ #24097] efc3714845 x86-64 memrchr: Properly handle the length parameter [BZ #24097] a4690969ed x86-64 memcpy: Properly handle the length parameter [BZ #24097] 6465327195 x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ #24097] 50117e00a1 x86-64 memchr/wmemchr: Properly handle the length parameter [BZ #24097] Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'toolchain/glibc')
-rw-r--r--toolchain/glibc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/glibc/common.mk b/toolchain/glibc/common.mk
index ba69b23823..feb05c64b8 100644
--- a/toolchain/glibc/common.mk
+++ b/toolchain/glibc/common.mk
@@ -11,8 +11,8 @@ PKG_VERSION:=2.27
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=68c2930a56bbc8811b1814cb20386f6f50dd966d
-PKG_MIRROR_HASH:=9cd02cc8a4b0a22b66ea459e4c53fae1ca7f3d756d44a0b11eab182ab5280a41
+PKG_SOURCE_VERSION:=2ebadb6451eda1d518d70e26cf4ceeb0362e2456
+PKG_MIRROR_HASH:=32e221a8841c43bb9f8512ee54611be00d32ee7e0bd426e0f29c9902c573d9fd
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz