From: Victor Julien Date: Tue, 29 Nov 2022 09:22:02 +0000 (+0100) Subject: version: require libhtp 0.5.42 X-Git-Tag: suricata-6.0.10~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749205e1f52e7dc4b3756e43507c40517f75003f;p=thirdparty%2Fsuricata.git version: require libhtp 0.5.42 --- diff --git a/configure.ac b/configure.ac index ab12330842..ea50194226 100644 --- a/configure.ac +++ b/configure.ac @@ -1675,12 +1675,12 @@ echo exit 1 fi - PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.41],[libhtp_minver_found="yes"],[libhtp_minver_found="no"]) + PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.42],[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.41, nor the dev 0.5.X" + echo " ERROR! libhtp was found but it is neither >= 0.5.42, nor the dev 0.5.X" echo exit 1 fi