Skip to content

Commit

Permalink
linux: 4.9.71 -> 4.9.72 (security)
Browse files Browse the repository at this point in the history
Fixes CVE-2017-16996, just as the preceding 4.14 update.

(cherry picked from commit b0047e7)
  • Loading branch information
vcunat committed Dec 26, 2017
1 parent 9d96a85 commit aa11415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.71";
version = "4.9.72";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "173nvdshckhdlisn08pf6cal9bhlj8ra569y26013hsfzd09gzgi";
sha256 = "0fxqfqcqn6rk6rxzmy8r3vgzvy9xlnb3hvg2rniykbcyxgqh3wk9";
};
} // (args.argsOverride or {}))

0 comments on commit aa11415

Please sign in to comment.