xen: patch with XSA-475 (#454206)

This commit is contained in:
Fernando Rodrigues
2025-10-22 02:46:28 +00:00
committed by GitHub
+10
View File
@@ -215,6 +215,16 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://xenbits.xen.org/xsa/xsa473-2.patch";
hash = "sha256-tGuIGxJFBXbckIruSUeTyrM6GabdIj6Pr3cVxeDvNNY=";
})
# XSA 475
(fetchpatch {
url = "https://xenbits.xen.org/xsa/xsa475-1.patch";
hash = "sha256-Bzvtr12g+7+M9jY9Nt2jd41CwYTL+h2fuwzJFsxroio=";
})
(fetchpatch {
url = "https://xenbits.xen.org/xsa/xsa475-2.patch";
hash = "sha256-7MKtDAJpihpfcBK+hyBFGCP6gHWs2cdgTks8B439b2s=";
})
];
outputs = [