Unverified Commit 987f654e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

haproxy: remove cve patch (#449347)

parents ad3aac0d e1057732
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -50,14 +50,6 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-rWMLawtz4dEYrM5Fj+wb8efQ5ClTDyZo7FgvT4u3jmU=";
  };

  patches = [
    (fetchpatch {
      name = "CVE-2025-11230.patch";
      url = "https://github.com/haproxy/haproxy/commit/06675db4bf234ed17e14305f1d59259d2fe78b06.patch";
      hash = "sha256-ULHN2gj4TZHUEDIJ6FAaRoyth/wz4VhXOf6maFfkhJA=";
    })
  ];

  buildInputs = [
    sslPkg
    zlib