Skip to content

Commit

Permalink
linux: 4.3.3 -> 4.34 (and update grsecurity patches, too)
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Jan 24, 2016
1 parent aca5edb commit 78956c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 85 deletions.
78 changes: 0 additions & 78 deletions pkgs/os-specific/linux/kernel/cve-2016-0728.patch

This file was deleted.

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

import ./generic.nix (args // rec {
version = "4.3.3";
version = "4.3.4";

extraMeta.branch = "4.3";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "8cad4ce7d049c2ecc041b0844bd478bf85f0d3071c93e0c885a776d57cbca3cf";
sha256 = "0vcsvnpxkpxiidlbw3cy1kl02hfml2jy3cbrvwj2nc4a9y5fb3hj";
};

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

features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/kernel/patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ rec {
};

grsecurity_unstable = grsecPatch
{ kversion = "4.3.3";
revision = "201601051958";
{ kversion = "4.3.4";
revision = "201601231215";
branch = "test";
sha256 = "0hdf9fp5kyd9g8p3qp76jwqvqf561k61wynsq7q9aabvy0p1s18k";
sha256 = "1dacld4zlp8mk6ykc0f1v5crppvq3znbdw9rwfrf6qi90984x0mr";
};

grsec_fix_path =
Expand Down

0 comments on commit 78956c7

Please sign in to comment.