]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
version: start development towards 7.0.11
authorJason Ish <jason.ish@oisf.net>
Wed, 9 Apr 2025 16:44:10 +0000 (10:44 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 9 Apr 2025 17:12:21 +0000 (11:12 -0600)
configure.ac
requirements.txt
rust/Cargo.lock.in

index 0335c1fc65aac23a0f4413a85772b0a11b94cc40..7b759d1ba7decdd0b771c56ae43156fb0300201d 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[7.0.10])
+    AC_INIT([suricata],[7.0.11-dev])
     m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
     AC_CONFIG_HEADERS([src/autoconf.h])
     AC_CONFIG_SRCDIR([src/suricata.c])
index 4b1e8145ac68dbeeb2db7835994a157c62b1d02b..6df1358f075fca14efdcc0e93970a46d800f1a46 100644 (file)
@@ -3,5 +3,5 @@
 # Format:
 #
 #   name {repo} {branch|tag}
-libhtp https://github.com/OISF/libhtp 0.5.50
-suricata-update https://github.com/OISF/suricata-update 1.3.4
+libhtp https://github.com/OISF/libhtp 0.5.x
+suricata-update https://github.com/OISF/suricata-update master
index 2689e2d4e546186e367dae29ff6f424269e915e1..0bdd45aefbb71c2302f97635feeecd0f74f1fd1e 100644 (file)
@@ -927,7 +927,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
 
 [[package]]
 name = "suricata"
-version = "7.0.8-dev"
+version = "7.0.11-dev"
 dependencies = [
  "aes",
  "aes-gcm",
@@ -973,7 +973,7 @@ dependencies = [
 
 [[package]]
 name = "suricata-derive"
-version = "7.0.8-dev"
+version = "7.0.11-dev"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",