grsecurity: 4.7-201608131240 -> 4.7-201608151842
This commit is contained in:
parent
b1cceeda84
commit
d82ddd6dc0
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import ./generic.nix (args // rec {
|
import ./generic.nix (args // rec {
|
||||||
version = "4.7";
|
version = "4.7";
|
||||||
modDirVersion = "4.7.0";
|
modDirVersion = "4.7.0-grsec";
|
||||||
extraMeta.branch = "4.7";
|
extraMeta.branch = "4.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
|
@ -94,8 +94,8 @@ rec {
|
||||||
|
|
||||||
grsecurity_testing = grsecPatch
|
grsecurity_testing = grsecPatch
|
||||||
{ kver = "4.7";
|
{ kver = "4.7";
|
||||||
grrev = "201608131240";
|
grrev = "201608151842";
|
||||||
sha256 = "0bcng47xk5nf4xwcl1l6a2nfb54b8v5piwg42nf3d99hy4si8fvd";
|
sha256 = "0hzzkmhqamj2010dfyz0hkc0hmcap672yhrvaarkp5d1zzbnkpgz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This patch relaxes grsec constraints on the location of usermode helpers,
|
# This patch relaxes grsec constraints on the location of usermode helpers,
|
||||||
|
|
Loading…
Reference in New Issue