Skip to content

Commit 52a9369

Browse files
committed
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/
1 parent 39495b6 commit 52a9369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/ids/suricata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
in
3434
stdenv.mkDerivation rec {
3535
pname = "suricata";
36-
version = "7.0.6";
36+
version = "7.0.7";
3737

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

4343
nativeBuildInputs = [

0 commit comments

Comments
 (0)