Update libinjection to version v3.9.2-92-gb9fcaaf

This commit is contained in:
Eduardo Arias
2024-05-24 10:46:11 -03:00
parent 2fd45f870b
commit 7732b5e8f3
8 changed files with 39 additions and 19 deletions

View File

@@ -75,6 +75,7 @@ AC_MSG_ERROR([\
fi
# Libinjection version
AC_DEFUN([LIBINJECTION_VERSION], m4_esyscmd_s(cd "others/libinjection" && git describe && cd ../..))
AC_SUBST([LIBINJECTION_VERSION])
# SecLang test version
AC_DEFUN([SECLANG_TEST_VERSION], m4_esyscmd_s(cd "test/test-cases/secrules-language-tests" && git log -1 --format="%h" --abbrev-commit && cd ../../..))