Skip to content

Commit

Permalink
utillinux: patch CVE-2018-7738 (upstream)
Browse files Browse the repository at this point in the history
On nixpkgs master/staging we have 2.32 - that includes this patch.
https://nvd.nist.gov/vuln/detail/CVE-2018-7738 claims 2.32-rc1 fixes
this and upstream master hasn't changed umount completion except for
this patch, so it has to be it. /cc #38994.
  • Loading branch information
vcunat committed May 5, 2018
1 parent e877435 commit 7979cb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/util-linux/default.nix
Expand Up @@ -17,6 +17,11 @@ in stdenv.mkDerivation rec {

patches = [
./rtcwake-search-PATH-for-shutdown.patch
(fetchpatch {
name = "CVE-2018-7738.diff";
url = "https://github.com/karelzak/util-linux/commit/75f03badd7ed9.diff";
sha256 = "0b8x1s7b9bh9p8a99bpdgjbqzqwsvb7l7cf3yy83jip1c38p685w";
})
];

outputs = [ "bin" "dev" "out" "man" ];
Expand Down

0 comments on commit 7979cb5

Please sign in to comment.