xen: patch 4.15 with XSA-386

+8 -1
+3 -1
pkgs/applications/virtualization/xen/4.15.nix
··· 146 "-Wno-error=zero-length-bounds" 147 ]; 148 149 - patches = [ 150 ./0000-fix-ipxe-src.4.15.patch 151 ./0000-fix-install-python.4.15.patch 152 ./0004-makefile-use-efi-ld.4.15.patch 153 ./0005-makefile-fix-efi-mountdir-use.4.15.patch 154 ]; 155 156 postPatch = ''
··· 146 "-Wno-error=zero-length-bounds" 147 ]; 148 149 + patches = with xsa; flatten [ 150 ./0000-fix-ipxe-src.4.15.patch 151 ./0000-fix-install-python.4.15.patch 152 ./0004-makefile-use-efi-ld.4.15.patch 153 ./0005-makefile-fix-efi-mountdir-use.4.15.patch 154 + 155 + XSA_386 156 ]; 157 158 postPatch = ''
+5
pkgs/applications/virtualization/xen/xsa-patches.nix
··· 485 sha256 = "0lc94cx271z09r0mhxaypyd9d4740051p28idf5calx5228dqjgm"; 486 }) 487 ]; 488 }
··· 485 sha256 = "0lc94cx271z09r0mhxaypyd9d4740051p28idf5calx5228dqjgm"; 486 }) 487 ]; 488 + 489 + XSA_386 = (xsaPatch { 490 + name = "386"; 491 + sha256 = "sha256-pAuLgt3sDeL73NSDqZCWxRGZk1tWaYlDbh7cUcJ4s+w="; 492 + }); 493 }