···20202121let
2222 version = "2.26";
2323- patchSuffix = "-115";
2323+ patchSuffix = "-131";
2424 sha256 = "1ggnj1hzjym7sn93rbwydcqd562q73lsb7g7kd199g6j9j9hlkp5";
2525 cross = if buildPlatform != hostPlatform then hostPlatform else null;
2626in
···4848 */
4949 ./2.26-75.patch.gz
5050 ./2.26-75to115.diff.gz
5151+ # contains fix for CVE-2018-1000001 as the last commit:
5252+ # https://sourceware.org/git/?p=glibc.git;a=commit;h=fabef2edbc
5353+ ./2.26-115to131.diff.gz
51545255 /* Have rpcgen(1) look for cpp(1) in $PATH. */
5356 ./rpcgen-path.patch
···7376 and we lose early mismatch detection on 2.6.32.
74777578 On major glibc updates we should check that the patched kernel supports
7676- all the required features. ATM it's verified up to glibc-2.26-115.
7979+ all the required features. ATM it's verified up to glibc-2.26-131.
7780 # HOWTO: check glibc sources for changes in kernel requirements
7881 git log -p glibc-2.25.. sysdeps/unix/sysv/linux/x86_64/kernel-features.h sysdeps/unix/sysv/linux/kernel-features.h
7982 # get kernel sources (update the URL)