diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:27:21 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:19 -0400 |
commit | 0cd38eeec9f055befc5e16d1b714252905eb387c (patch) | |
tree | 9bb0028c48e5068bfaf880af169f39e99b75cdf4 /net-analyzer/suricata | |
parent | net-analyzer/ntopng: use HTTPs (diff) | |
download | gentoo-0cd38eeec9f055befc5e16d1b714252905eb387c.tar.gz gentoo-0cd38eeec9f055befc5e16d1b714252905eb387c.tar.bz2 gentoo-0cd38eeec9f055befc5e16d1b714252905eb387c.zip |
net-analyzer/suricata: use HTTPs
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/suricata-4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/suricata/suricata-4.0.3.ebuild b/net-analyzer/suricata/suricata-4.0.3.ebuild index 19c4e17ebb26..501a7c7a03ac 100644 --- a/net-analyzer/suricata/suricata-4.0.3.ebuild +++ b/net-analyzer/suricata/suricata-4.0.3.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit autotools eutils user DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring engine" -HOMEPAGE="http://suricata-ids.org/" -SRC_URI="http://www.openinfosecfoundation.org/download/${P}.tar.gz" +HOMEPAGE="https://suricata-ids.org/" +SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |