xen: patch with XSA-472 and XSA-473 (#441454)

authored by Fernando Rodrigues and committed by GitHub 7cb95014 ca87a25c

+25
+25
pkgs/by-name/xe/xen/package.nix
··· 3 3 stdenv, 4 4 testers, 5 5 fetchgit, 6 + fetchpatch, 6 7 replaceVars, 7 8 8 9 # Xen ··· 184 185 ./0001-makefile-efi-output-directory.patch 185 186 186 187 (replaceVars ./0002-scripts-external-executable-calls.patch scriptDeps) 188 + 189 + # XSA 472 190 + (fetchpatch { 191 + url = "https://xenbits.xen.org/xsa/xsa472-1.patch"; 192 + hash = "sha256-6k/X7KFno9uBG0mUtJxl7TMavaRs2Xlj9JlW9ai6p0k="; 193 + }) 194 + (fetchpatch { 195 + url = "https://xenbits.xen.org/xsa/xsa472-2.patch"; 196 + hash = "sha256-BisdztU9Wa5nIGmHo4IikqYPHdEhBehHaNqj1IuBe6I="; 197 + }) 198 + (fetchpatch { 199 + url = "https://xenbits.xen.org/xsa/xsa472-3.patch"; 200 + hash = "sha256-rikOofQeuLNMBkdQS3xzmwh7BlgMOTMSsQcAOEzNOso="; 201 + }) 202 + 203 + # XSA 473 204 + (fetchpatch { 205 + url = "https://xenbits.xen.org/xsa/xsa473-1.patch"; 206 + hash = "sha256-594tTalWcGJSLj3++4QB/ADkHH1qJNrdvg7FG6kOuB8="; 207 + }) 208 + (fetchpatch { 209 + url = "https://xenbits.xen.org/xsa/xsa473-2.patch"; 210 + hash = "sha256-tGuIGxJFBXbckIruSUeTyrM6GabdIj6Pr3cVxeDvNNY="; 211 + }) 187 212 ]; 188 213 189 214 outputs = [