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>
This commit is contained in:
		| @@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker | ||||
|  | ||||
| --- a/Makeconfig | ||||
| +++ b/Makeconfig | ||||
| @@ -589,6 +589,9 @@ else | ||||
| @@ -601,6 +601,9 @@ else | ||||
|  default-rpath = $(libdir) | ||||
|  endif | ||||
|   | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens