toolchain: glibc: Update glibc to version 2.31
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 16 Mar 2020 14:28:13 +0000 (15:28 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 18 Apr 2020 19:06:45 +0000 (21:06 +0200)
commit02c5019a35655560ad1e50dbcb0b02ecae9df3b0
tree3a3b816d7077c5ca0f5ad57dbd2377ec75c4d4fe
parentce1798e915181e6c1f3ba735b254b37b84261303
toolchain: glibc: Update glibc to version 2.31

This updates glibc to the most recent version 2.31.

001-regex-read-overrun.patch was a backport from a more recent version
and is integrated in glibc 2.31.

050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch is needed
to add the DES crypto functions back again. They were removed in glibc
2.28, but we still use them in ppp.
musl lib also provides these DES crypto functions. Without them we would
have to link ppp against openssl or an other crypto library.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/glibc/common.mk
toolchain/glibc/patches/001-regex-read-overrun.patch [deleted file]
toolchain/glibc/patches/050-Revert-Disallow-use-of-DES-encryption-functions-in-n.patch [new file with mode: 0644]
toolchain/glibc/patches/200-add-dl-search-paths.patch