diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-01-09 06:47:14 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-01-09 06:47:14 +0100 |
commit | c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f (patch) | |
tree | 49999f6a32f4762cded154f97f3bba3c84add211 /net-analyzer | |
parent | net-analyzer/mrtg: Fix LIBDIR in Perl scripts (bug #643812 by Kostas Kavourak... (diff) | |
download | gentoo-c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f.tar.gz gentoo-c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f.tar.bz2 gentoo-c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f.zip |
net-analyzer/mrtg: Secure HOMEPAGE/SRC_URI.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild b/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild index aa3e52b338d4..d6459ad61290 100644 --- a/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild +++ b/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="A tool to monitor the traffic load on network-links" -HOMEPAGE="http://oss.oetiker.ch/mrtg/" -SRC_URI="http://oss.oetiker.ch/mrtg/pub/${P}.tar.gz" +HOMEPAGE="https://oss.oetiker.ch/mrtg/" +SRC_URI="${HOMEPAGE}pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild b/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild index 2c1ed33d9468..a278e5a925f4 100644 --- a/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild +++ b/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit multilib DESCRIPTION="A tool to monitor the traffic load on network-links" -HOMEPAGE="http://oss.oetiker.ch/mrtg/" +HOMEPAGE="https://oss.oetiker.ch/mrtg/" SRC_URI="${HOMEPAGE}pub/${P}.tar.gz" LICENSE="GPL-2" |