This is an update to the latest stable version of libhtp.
* Adjust github URL to official ones. * Enable testsuite.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- libhtp/libhtp.nm | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-)
diff --git a/libhtp/libhtp.nm b/libhtp/libhtp.nm index e6604ad..ce7e7f5 100644 --- a/libhtp/libhtp.nm +++ b/libhtp/libhtp.nm @@ -4,11 +4,11 @@ ###############################################################################
name = libhtp -version = 0.5.10 +version = 0.5.20 release = 1
groups = System/Libraries -url = https://github.com/ironbee/libhtp +url = https://github.com/OISF/libhtp license = BSD summary = LibHTP is a security-aware parser.
@@ -17,24 +17,30 @@ description related bits and pieces. end
-thisapp = htp-%{version} - -source_dl = https://github.com/ironbee/%%7Bname%7D/releases/download/%%7Bversion%7D/ -sources = %{thisapp}.tar.gz +source_dl = https://github.com/OISF/%%7Bname%7D/archive/%%7Bversion%7D.tar.gz#/
build requires - gcc + autoconf + automake + libtool pkg-config zlib-devel end
+ export LD_LIBRARY_PATH = %{DIR_APP}/htp/.libs + configure_options += \ --disable-static
-end - + prepare_cmds + ./autogen.sh + end
+ test + make check + end +end
packages package %{name}