wok-next diff libhtp/receipt @ rev 21505

updated audit (2.8.4 -> 2.8.5)
author Hans-G?nter Theisgen
date Fri Jun 19 07:56:59 2020 +0100 (2020-06-19)
parents 25deb7c6df08
children
line diff
     1.1 --- a/libhtp/receipt	Sat Apr 14 03:34:33 2018 +0300
     1.2 +++ b/libhtp/receipt	Fri Jun 19 07:56:59 2020 +0100
     1.3 @@ -4,15 +4,15 @@
     1.4  VERSION="0.2.6"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Security-aware parser for the HTTP protocol"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://www.openinfosecfoundation.org"
    1.11 +WEB_SITE="https://github.com/OISF/libhtp"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
    1.15 +WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL" # FIXME
    1.16  
    1.17  BUILD_DEPENDS="zlib-dev"
    1.18 -SPLIT="libhtp-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	./configure $CONFIGURE_ARGS &&