xen: patch with XSA-476 (#455225)

This commit is contained in:
Fernando Rodrigues
2025-10-26 04:51:36 +00:00
committed by GitHub
+6
View File
@@ -225,6 +225,12 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://xenbits.xen.org/xsa/xsa475-2.patch";
hash = "sha256-7MKtDAJpihpfcBK+hyBFGCP6gHWs2cdgTks8B439b2s=";
})
# XSA 476
(fetchpatch {
url = "https://xenbits.xen.org/xsa/xsa476-4.20.patch";
hash = "sha256-nZUHcMr9RpQqrazG+RtTw+/s1gzqN1D565RuQjuALTQ=";
})
];
outputs = [