# HG changeset patch # User Pascal Bellard # Date 1554987695 -7200 # Node ID be44285d590e5bbf44b37a14a47baeb880a02d67 # Parent 29f98d2a8eea90db521463e7ab59908c81b97ead Up suricata (4.1.3) diff -r 29f98d2a8eea -r be44285d590e suricata/receipt --- a/suricata/receipt Thu Apr 11 14:51:36 2019 +0200 +++ b/suricata/receipt Thu Apr 11 15:01:35 2019 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="suricata" -VERSION="1.1.1" +VERSION="4.1.3" CATEGORY="security" SHORT_DESC="Next Generation Intrusion Detection and Prevention Engine." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.openinfosecfoundation.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL" +WGET_URL="https://www.openinfosecfoundation.org/download/$TARBALL" DEPENDS="libhtp libcap-ng libpcap libnfnetlink libnetfilter_queue yaml pcre" BUILD_DEPENDS="zlib-dev yaml-dev libnet-dev libpcap-dev libcap-ng-dev libmnl \ @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src rm -f config.h ./configure $CONFIGURE_ARGS \ --enable-non-bundled-htp \