mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
linux/hardened/patches/6.14: init at v6.14.6-hardened1
Co-authored-by: Fabián Heredia Montiel <fabianhjr@protonmail.com>
This commit is contained in:
parent
0154bc329f
commit
28ea08fde9
4 changed files with 15 additions and 0 deletions
|
@ -42,6 +42,7 @@ let
|
|||
linux_6_6_hardened
|
||||
linux_6_12_hardened
|
||||
linux_6_13_hardened
|
||||
linux_6_14_hardened
|
||||
linux_rt_5_4
|
||||
linux_rt_5_10
|
||||
linux_rt_5_15
|
||||
|
|
|
@ -59,6 +59,16 @@
|
|||
"sha256": "0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1",
|
||||
"version": "6.13.12"
|
||||
},
|
||||
"6.14": {
|
||||
"patch": {
|
||||
"extra": "-hardened1",
|
||||
"name": "linux-hardened-v6.14.6-hardened1.patch",
|
||||
"sha256": "0ph6kkgbc0pk83xisggk7xsacryqlzkxgc1nxx590lg285bh33ld",
|
||||
"url": "https://github.com/anthraxx/linux-hardened/releases/download/v6.14.6-hardened1/linux-hardened-v6.14.6-hardened1.patch"
|
||||
},
|
||||
"sha256": "1acpjxscw5nvgp19jzd29zhl1c6wdzx0bxp4yy0hy8z2k0cpz091",
|
||||
"version": "6.14.6"
|
||||
},
|
||||
"6.6": {
|
||||
"patch": {
|
||||
"extra": "-hardened1",
|
||||
|
|
|
@ -11200,6 +11200,8 @@ with pkgs;
|
|||
linux_6_12_hardened = linuxKernel.kernels.linux_6_12_hardened;
|
||||
linuxPackages_6_13_hardened = linuxKernel.packages.linux_6_13_hardened;
|
||||
linux_6_13_hardened = linuxKernel.kernels.linux_6_13_hardened;
|
||||
linuxPackages_6_14_hardened = linuxKernel.packages.linux_6_14_hardened;
|
||||
linux_6_14_hardened = linuxKernel.kernels.linux_6_14_hardened;
|
||||
|
||||
# GNU Linux-libre kernels
|
||||
linuxPackages-libre = linuxKernel.packages.linux_libre;
|
||||
|
|
|
@ -327,6 +327,7 @@ in
|
|||
linux_6_6_hardened = hardenedKernelFor kernels.linux_6_6 { };
|
||||
linux_6_12_hardened = hardenedKernelFor kernels.linux_6_12 { };
|
||||
linux_6_13_hardened = hardenedKernelFor kernels.linux_6_13 { };
|
||||
linux_6_14_hardened = hardenedKernelFor kernels.linux_6_14 { };
|
||||
|
||||
}
|
||||
// lib.optionalAttrs config.allowAliases {
|
||||
|
@ -793,6 +794,7 @@ in
|
|||
linux_6_6_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_6_hardened);
|
||||
linux_6_12_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_12_hardened);
|
||||
linux_6_13_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_13_hardened);
|
||||
linux_6_14_hardened = recurseIntoAttrs (packagesFor kernels.linux_6_14_hardened);
|
||||
|
||||
linux_zen = recurseIntoAttrs (packagesFor kernels.linux_zen);
|
||||
linux_lqx = recurseIntoAttrs (packagesFor kernels.linux_lqx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue