]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
version: update to 6.0.0, require libhtp 0.5.35 suricata-6.0.0
authorVictor Julien <victor@inliniac.net>
Wed, 7 Oct 2020 11:30:16 +0000 (13:30 +0200)
committerJason Ish <jason.ish@oisf.net>
Wed, 7 Oct 2020 15:40:38 +0000 (09:40 -0600)
configure.ac

index a495e14777de8c3f52b1e9c3e6c9695817b67ea0..1972f5637bd2d6e78c344d25b9df2e4b9052d2f7 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[6.0.0-dev])
+    AC_INIT([suricata],[6.0.0])
     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])
             echo
             exit 1
         fi
-        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.32],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
+        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.35],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
         if test "$libhtp_minver_found" = "no"; then
             PKG_CHECK_MODULES(LIBHTPDEVVERSION, [htp = 0.5.X],[libhtp_devver_found="yes"],[libhtp_devver_found="no"])
             if test "$libhtp_devver_found" = "no"; then
                 echo
-                echo "   ERROR! libhtp was found but it is neither >= 0.5.32, nor the dev 0.5.X"
+                echo "   ERROR! libhtp was found but it is neither >= 0.5.35, nor the dev 0.5.X"
                 echo
                 exit 1
             fi