linux: 3.14.46 -> 3.14.47

CVE-2014-7822
This commit is contained in:
Eelco Dolstra 2015-07-09 15:09:01 +02:00
parent 0109c5a6fb
commit 5c9f437d2f
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
version = "3.14.46";
version = "3.14.47";
# Remember to update grsecurity!
extraMeta.branch = "3.14";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "1ran8fi1ldc89x3gpxwkkfl64mln4sl0rq5bbl8imlca5nljmzkb";
sha256 = "1hh24p0axh0kn49b0rqfmb1h74a0ry1pgy0ps1hgxs5x3lxby783";
};
features.iwlwifi = true;

View file

@ -65,10 +65,10 @@ rec {
};
grsecurity_stable = grsecPatch
{ kversion = "3.14.46";
revision = "201506300711";
{ kversion = "3.14.47";
revision = "201507050832";
branch = "stable";
sha256 = "0xjqh7yc4vzgbnql16aylla9b0cjh442sywp8bvkh0ny5m3rj64l";
sha256 = "0sv7aa7ca2n5jiz4j5vvji1x2p7cb1ah71h1iqmk0981dqs0isp8";
};
grsecurity_unstable = grsecPatch