xen: 4.20.2 -> 4.20.3 (#514428)

This commit is contained in:
Fernando Rodrigues
2026-05-05 15:52:38 +00:00
committed by GitHub
+15 -15
View File
@@ -173,7 +173,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "xen";
version = "4.20.2";
version = "4.20.3";
# This attribute can be overriden to correct the file paths in
# `passthru` when building an unstable Xen.
@@ -186,28 +186,28 @@ stdenv.mkDerivation (finalAttrs: {
(replaceVars ./0002-scripts-external-executable-calls.patch scriptDeps)
# XSA #477
# XSA #483
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa477.patch";
hash = "sha256-c9i61GvHPiLwMGvd+5IKgUwyu/NPub+mtnxUPHW/HhI=";
url = "https://xenbits.xenproject.org/xsa/xsa483.patch";
hash = "sha256-pZkSQKAjEIa/EHlCa2hD+3kofzpVHtFxcdp/TiWu9i8=";
})
# XSA #479
# XSA #484
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa479.patch";
hash = "sha256-2o6RYyT4Nrg1le6BUOQ3AwedorCvxvKao2uMYWrUV1Y=";
url = "https://xenbits.xenproject.org/xsa/xsa484.patch";
hash = "sha256-6zkTBHKfpAK2poSycEFSb3pE9pDpZwBxAe5Jf862j+U=";
})
# XSA #480
# XSA #486
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa480.patch";
hash = "sha256-mHoY+Y8klwLYOo4LZCwYcNsB1BcBbSa1nQOn3NueDdI=";
url = "https://xenbits.xenproject.org/xsa/xsa486.patch";
hash = "sha256-8EC1lv2JAYqchX5sHbO3NbP7haEyu1V0/72KwALG+BA=";
})
# XSA #481
# XSA #488
(fetchpatch {
url = "https://xenbits.xenproject.org/xsa/xsa481.patch";
hash = "sha256-QpRXS4rFuML2TawH7yhUmg8U4C1ATt4xiLLs91duuO8=";
url = "https://xenbits.xenproject.org/xsa/xsa488-4.20.patch";
hash = "sha256-QttKWdmWC6Zn5k2hd6RIMCpLWv71HB/A9mCbDP+i8to=";
})
# patch `libxl` to search for `qemu-system-i386` properly. (Before 4.21)
@@ -228,8 +228,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "xen-project";
repo = "xen";
tag = "RELEASE-4.20.2";
hash = "sha256-ZDPjsEAEH5bW0156MVvOKUeqg+mwdce0GFdUTBH39Qc=";
tag = "RELEASE-4.20.3";
hash = "sha256-+qTHIsDD2A5lVwmpJ7artnzdviT1XN05CYeu7JFxfqc=";
};
strictDeps = true;