xen: patch with XSA-480 and XSA-481 (#500711)

This commit is contained in:
Fernando Rodrigues
2026-03-17 14:05:34 +00:00
committed by GitHub
+12
View File
@@ -198,6 +198,18 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-2o6RYyT4Nrg1le6BUOQ3AwedorCvxvKao2uMYWrUV1Y=";
})
# XSA #480
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa480.patch";
hash = "sha256-mHoY+Y8klwLYOo4LZCwYcNsB1BcBbSa1nQOn3NueDdI=";
})
# XSA #481
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa481.patch";
hash = "sha256-QpRXS4rFuML2TawH7yhUmg8U4C1ATt4xiLLs91duuO8=";
})
# patch `libxl` to search for `qemu-system-i386` properly. (Before 4.21)
(fetchpatch {
url = "https://github.com/xen-project/xen/commit/f6281291704aa356489f4bd927cc7348a920bd01.diff?full_index=1";