From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD3FB138331 for ; Tue, 9 Jan 2018 05:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7E9FE098E; Tue, 9 Jan 2018 05:50:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7DB6E098E for ; Tue, 9 Jan 2018 05:50:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21804335C55 for ; Tue, 9 Jan 2018 05:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B58321AD for ; Tue, 9 Jan 2018 05:50:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1515476834.c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mrtg/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild net-analyzer/mrtg/mrtg-2.17.4-r2.ebuild X-VCS-Directories: net-analyzer/mrtg/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f X-VCS-Branch: master Date: Tue, 9 Jan 2018 05:50:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cf8e3e05-609b-49d4-af0e-e78b269aa42d X-Archives-Hash: a3e1b9670080174c0614f46fc2c9c582 commit: c0bc9e0ccaa27af938a8f7c9efa0cdca09a9216f Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jan 9 05:47:14 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Jan 9 05:47:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc9e0c net-analyzer/mrtg: Secure HOMEPAGE/SRC_URI. Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-analyzer/mrtg/mrtg-2.17.4-r1.ebuild | 6 +++--- 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 aa3e52b338d..d6459ad6129 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 2c1ed33d946..a278e5a925f 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"