about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-06-28 22:43:46 -0400
committerGitHub <noreply@github.com>2017-06-28 22:43:46 -0400
commit4cc729644e6f568fbc255e7d14a6463281b56463 (patch)
tree87b3cdafb1854214bf2ae9f990391db0351122b2 /pkgs/os-specific
parenteb052edd6fca60ea5d368547e3ff308adbe305cc (diff)
parent80e0cda7ff92233edc94161eae5838a1c423e5e4 (diff)
downloadnixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar.gz
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar.bz2
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar.lz
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar.xz
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.tar.zst
nixlib-4cc729644e6f568fbc255e7d14a6463281b56463.zip
Merge pull request #26867 from michalpalka/xen-security-2017.06-new
xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 1747d34fe112..cbba50710b51 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -156,4 +156,21 @@ rec {
         sha256 = "10dmv3d3gj8rvj9h40js4jh8xbr5wyaqiy0kd819mya441mj8ll2";
       };
     };
+
+  # https://xenbits.xen.org/xsa/advisory-216.html
+  xen_XSA_216 =
+    { name = "xen_XSA-216";
+      patch = fetchpatch {
+        url = "https://xenbits.xen.org/xsa/xsa216-linux-4.11.patch";
+        sha256 = "14h017n6qwnraw5bv72q9xkg2w7xvx290505kny5zfwx891xahs8";
+      };
+    };
+
+  xen_XSA_216_4-4 =
+    { name = "xen_XSA-216-4.4";
+      patch = fetchpatch {
+        url = "https://xenbits.xen.org/xsa/xsa216-linux-4.4.patch";
+        sha256 = "1lv50wpr4lr49i4vp04vl778wcs9xn1jm51hp91h87jr0g3pbvi2";
+      };
+    };
 }