wok-6.x diff suricata/receipt @ rev 21778
linld: fix strdup (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 11 14:55:02 2019 +0200 (2019-07-11) |
parents | fb2225fbacf4 |
children | f4cce61747a2 |
line diff
1.1 --- a/suricata/receipt Mon Sep 30 16:39:29 2013 +0000 1.2 +++ b/suricata/receipt Thu Jul 11 14:55:02 2019 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="suricata" 1.7 -VERSION="1.1.1" 1.8 +VERSION="4.1.3" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Next Generation Intrusion Detection and Prevention Engine." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://www.openinfosecfoundation.org/" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL" 1.16 +WGET_URL="https://www.openinfosecfoundation.org/download/$TARBALL" 1.17 1.18 DEPENDS="libhtp libcap-ng libpcap libnfnetlink libnetfilter_queue yaml pcre" 1.19 BUILD_DEPENDS="zlib-dev yaml-dev libnet-dev libpcap-dev libcap-ng-dev libmnl \ 1.20 @@ -17,7 +17,6 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 rm -f config.h 1.26 ./configure $CONFIGURE_ARGS \ 1.27 --enable-non-bundled-htp \