wok rev 21233

updated libhtp and libhtp-dev again (0.2.6 -> 0.5.30)
author Hans-G?nter Theisgen
date Thu Apr 11 13:40:55 2019 +0100 (2019-04-11)
parents 6ece78e52e38
children 5a902d3aec25
files libhtp-dev/receipt libhtp/receipt
line diff
     1.1 --- a/libhtp-dev/receipt	Thu Apr 11 13:28:24 2019 +0100
     1.2 +++ b/libhtp-dev/receipt	Thu Apr 11 13:40:55 2019 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.openinfosecfoundation.org"
     1.5  
     1.6  WANTED="libhtp"
     1.7 -DEPENDS="libhtp pkg-config"
     1.8 +DEPENDS="libhtp  pkg-config"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
     2.1 --- a/libhtp/receipt	Thu Apr 11 13:28:24 2019 +0100
     2.2 +++ b/libhtp/receipt	Thu Apr 11 13:40:55 2019 +0100
     2.3 @@ -16,7 +16,7 @@
     2.4  # Rules to configure and make the package.
     2.5  compile_rules()
     2.6  {
     2.7 -	.autogen.sh &&
     2.8 +	./autogen.sh &&
     2.9  	./configure $CONFIGURE_ARGS &&
    2.10  	make -j 1 &&
    2.11  	make install