xen: patch with XSA-480 and XSA-481 (#500711)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user