Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

utillinux: patch CVE-2018-7738 (upstream)

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.

+5
+5
pkgs/os-specific/linux/util-linux/default.nix
··· 17 17 18 18 patches = [ 19 19 ./rtcwake-search-PATH-for-shutdown.patch 20 + (fetchpatch { 21 + name = "CVE-2018-7738.diff"; 22 + url = "https://github.com/karelzak/util-linux/commit/75f03badd7ed9.diff"; 23 + sha256 = "0b8x1s7b9bh9p8a99bpdgjbqzqwsvb7l7cf3yy83jip1c38p685w"; 24 + }) 20 25 ]; 21 26 22 27 outputs = [ "bin" "dev" "out" "man" ];