Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mrtg/
Date: Tue, 09 Jan 2018 05:50:46
Message-Id: 1515476834.c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f.jer@gentoo
1 commit: c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 05:47:14 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 05:47:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc9e0c
7
8 net-analyzer/mrtg: Secure HOMEPAGE/SRC_URI.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild | 6 +++---
13 net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild | 2 +-
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild b/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild
17 index aa3e52b338d..d6459ad6129 100644
18 --- a/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild
19 +++ b/net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 inherit eutils
27
28 DESCRIPTION="A tool to monitor the traffic load on network-links"
29 -HOMEPAGE="http://oss.oetiker.ch/mrtg/"
30 -SRC_URI="http://oss.oetiker.ch/mrtg/pub/${P}.tar.gz"
31 +HOMEPAGE="https://oss.oetiker.ch/mrtg/"
32 +SRC_URI="${HOMEPAGE}pub/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 diff --git a/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild b/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild
38 index 2c1ed33d946..a278e5a925f 100644
39 --- a/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild
40 +++ b/net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild
41 @@ -5,7 +5,7 @@ EAPI=6
42 inherit multilib
43
44 DESCRIPTION="A tool to monitor the traffic load on network-links"
45 -HOMEPAGE="http://oss.oetiker.ch/mrtg/"
46 +HOMEPAGE="https://oss.oetiker.ch/mrtg/"
47 SRC_URI="${HOMEPAGE}pub/${P}.tar.gz"
48
49 LICENSE="GPL-2"