Unverified Commit e1057732 authored by Matt Moriarity's avatar Matt Moriarity
Browse files

haproxy: remove cve patch

the commit for this is included in v3.2.6 already, so it doesn't apply
and fails the build.
parent 09c221b2
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