]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
version: release 5.0.4, require libhtp 0.5.35 suricata-5.0.4
authorVictor Julien <victor@inliniac.net>
Wed, 7 Oct 2020 11:51:52 +0000 (13:51 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Oct 2020 16:41:09 +0000 (18:41 +0200)
configure.ac

index c45e82ee7a4e4528af85a3b12fd861e49c20e736..21be5bcfda2d00923d2e10f53d0a00370f9b5934 100644 (file)
@@ -1,4 +1,4 @@
-    AC_INIT([suricata],[5.0.4-dev])
+    AC_INIT([suricata],[5.0.4])
     m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
     AC_CONFIG_HEADERS([config.h])
     AC_CONFIG_SRCDIR([src/suricata.c])
             echo
             exit 1
         fi
-        PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.33],[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.33, 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