Commit 52a93695 authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

suricata: 7.0.6 -> 7.0.7

Fixes CVE-2024-45797, CVE-2024-47187, CVE-2024-47188, CVE-2024-47522, CVE-2024-45795 and CVE-2024-45796.

https://suricata.io/2024/10/01/suricata-7-0-7-released/
parent 39495b64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@
in
stdenv.mkDerivation rec {
  pname = "suricata";
  version = "7.0.6";
  version = "7.0.7";

  src = fetchurl {
    url = "https://www.openinfosecfoundation.org/download/${pname}-${version}.tar.gz";
    hash = "sha256-IYJPf/Egh8DJud4gcZmnWpwxsDA2aIx8ucF48KO1f40=";
    hash = "sha256-JtCjYZTVMID8iwm5mbK1qDxASfQK0H72rmnHIlpyi4Y=";
  };

  nativeBuildInputs = [