Skip to content

Commit 990ff97

Browse files
committedJan 14, 2018
glibc: 2.26-115 -> 2.26-131 to fix CVE-2018-1000001
/cc #33826 (comment)
1 parent 6ed0fe7 commit 990ff97

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 
Binary file not shown.

‎pkgs/development/libraries/glibc/common.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
let
2222
version = "2.26";
23-
patchSuffix = "-115";
23+
patchSuffix = "-131";
2424
sha256 = "1ggnj1hzjym7sn93rbwydcqd562q73lsb7g7kd199g6j9j9hlkp5";
2525
cross = if buildPlatform != hostPlatform then hostPlatform else null;
2626
in
@@ -48,6 +48,9 @@ stdenv.mkDerivation ({
4848
*/
4949
./2.26-75.patch.gz
5050
./2.26-75to115.diff.gz
51+
# contains fix for CVE-2018-1000001 as the last commit:
52+
# https://sourceware.org/git/?p=glibc.git;a=commit;h=fabef2edbc
53+
./2.26-115to131.diff.gz
5154

5255
/* Have rpcgen(1) look for cpp(1) in $PATH. */
5356
./rpcgen-path.patch
@@ -73,7 +76,7 @@ stdenv.mkDerivation ({
7376
and we lose early mismatch detection on 2.6.32.
7477
7578
On major glibc updates we should check that the patched kernel supports
76-
all the required features. ATM it's verified up to glibc-2.26-115.
79+
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)

0 commit comments

Comments
 (0)
Please sign in to comment.