xen: patch 4.15 with XSA-386

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