Unverified Commit 2f4bd2fb authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

xen: patch with XSA-476 (#455225)

parents 00ab3fe5 ecbfebd5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = [