mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
grsecurity: Update stable and test patches
stable: 3.0-3.2.55-201403072107 -> 3.0-3.2.55-201403122114 test: 3.0-3.13.6-201403072241 -> 3.0-3.13.6-201403122116
This commit is contained in:
parent
d83e7fbb8d
commit
86b8cf954a
@ -81,8 +81,8 @@ rec {
|
||||
grsecurity_3_0_3_2_55 =
|
||||
{ name = "grsecurity-3.0-3.2.55";
|
||||
patch = fetchurl {
|
||||
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201403072107.patch;
|
||||
sha256 = "128dbspwg8hvshz6rjykcl42kam5g0db50rbyaagskh9jm9a0zyz";
|
||||
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201403122114.patch;
|
||||
sha256 = "0jfi8dp7zrbq9ai12h0fxmj0r73wf5vp3y43n506y8ha7cyrrk5y";
|
||||
};
|
||||
features.grsecurity = true;
|
||||
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.55
|
||||
@ -92,8 +92,8 @@ rec {
|
||||
grsecurity_3_0_3_13_6 =
|
||||
{ name = "grsecurity-3.0-3.13.6";
|
||||
patch = fetchurl {
|
||||
url = http://grsecurity.net/test/grsecurity-3.0-3.13.6-201403072241.patch;
|
||||
sha256 = "006w89pvb9jasb7413nnphz5mrdmq10mkpmjcglbhs5ps915jczy";
|
||||
url = http://grsecurity.net/test/grsecurity-3.0-3.13.6-201403122116.patch;
|
||||
sha256 = "0nsr6dxa7w9dl4bjmx7wh3vng9llbfjcxh3yr61434bzabymj9nm";
|
||||
};
|
||||
features.grsecurity = true;
|
||||
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.6
|
||||
|
Loading…
Reference in New Issue
Block a user