From: Victor Julien Date: Thu, 25 Feb 2016 14:01:29 +0000 (+0100) Subject: make install-rules: update URL to https and 3.0 X-Git-Tag: suricata-3.0.1RC1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a6b7a1cd6301703972a6031728f5474b0bef2d5;p=thirdparty%2Fsuricata.git make install-rules: update URL to https and 3.0 --- diff --git a/Makefile.am b/Makefile.am index faeb777d93..4bcc70f7ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,9 +29,9 @@ install-rules: install -d "$(DESTDIR)$(e_sysconfrulesdir)" if HAVE_FETCH_COMMAND if HAVE_WGET_COMMAND - $(HAVE_WGET) -qO - http://rules.emergingthreats.net/open/suricata-2.0/emerging.rules.tar.gz | tar -x -z -C "$(DESTDIR)$(e_sysconfdir)" -f - + $(HAVE_WGET) -qO - https://rules.emergingthreats.net/open/suricata-3.0/emerging.rules.tar.gz | tar -x -z -C "$(DESTDIR)$(e_sysconfdir)" -f - else - $(HAVE_CURL) -s http://rules.emergingthreats.net/open/suricata-2.0/emerging.rules.tar.gz | tar -x -z -C "$(DESTDIR)$(e_sysconfdir)" -f - + $(HAVE_CURL) -s https://rules.emergingthreats.net/open/suricata-3.0/emerging.rules.tar.gz | tar -x -z -C "$(DESTDIR)$(e_sysconfdir)" -f - endif else @echo "UNABLE to load ruleset wget or curl are not installed on system."