diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-06 11:51:45 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-06 10:13:44 -0400 |
commit | 76490cbb545b3922c1b425b6901d90d76e40550e (patch) | |
tree | 4a268c1cf53c61a5fd5a1dc08010e07d3a25b942 /net-analyzer | |
parent | net-analyzer/tcpreen: use HTTPS (diff) | |
download | gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.tar.gz gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.tar.bz2 gentoo-76490cbb545b3922c1b425b6901d90d76e40550e.zip |
net-analyzer/tcpstat: use HTTPS
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.5.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild index 92645a40a792..e12e9962899f 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r1.ebuild @@ -6,8 +6,8 @@ EAPI=0 inherit eutils autotools flag-o-matic DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild index d9762afda9d3..cc4cd5ac89ad 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils autotools flag-o-matic DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap" diff --git a/net-analyzer/tcpstat/tcpstat-1.5.ebuild b/net-analyzer/tcpstat/tcpstat-1.5.ebuild index fae7f1029be6..3be19c53a62a 100644 --- a/net-analyzer/tcpstat/tcpstat-1.5.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.5.ebuild @@ -6,8 +6,8 @@ EAPI=0 IUSE="berkdb" DESCRIPTION="Reports network interface statistics" -SRC_URI="http://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" -HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +SRC_URI="https://www.frenchfries.net/paul/tcpstat/${P}.tar.gz" +HOMEPAGE="https://www.frenchfries.net/paul/tcpstat/" DEPEND="net-libs/libpcap berkdb? ( <sys-libs/db-2 )" |