Skip to content

Commit

Permalink
linux: Update to 3.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 19, 2014
1 parent d4dadce commit 2ee6c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
22 changes: 0 additions & 22 deletions pkgs/os-specific/linux/kernel/cve-2014-0196.patch

This file was deleted.

6 changes: 2 additions & 4 deletions pkgs/os-specific/linux/kernel/linux-3.12.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{ stdenv, fetchurl, ... } @ args:

import ./generic.nix (args // rec {
version = "3.12.19";
version = "3.12.20";
extraMeta.branch = "3.12";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1f59lyyyc4anaj50dzb9448gz6n9fdrcy2mvd7f193pp6018gdp6";
sha256 = "15pjvlqbbyif8s8mcpb7wf20fvbczhfp65mn6fd609j1p79nvqb9";
};

kernelPatches = args.kernelPatches ++ [ { name = "cve-2014-0196"; patch = ./cve-2014-0196.patch; } ];

features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;
Expand Down

0 comments on commit 2ee6c0c

Please sign in to comment.