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 89289138335 for ; Fri, 31 May 2019 00:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C692E088B; Fri, 31 May 2019 00:57:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 52456E088D for ; Fri, 31 May 2019 00:57:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CB6743453A6 for ; Fri, 31 May 2019 00:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D7C6600 for ; Fri, 31 May 2019 00:57:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1559264195.997463d9e8d07693a121786ce7f9bb8b8492660d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mms-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild X-VCS-Directories: app-admin/mms-agent/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 997463d9e8d07693a121786ce7f9bb8b8492660d X-VCS-Branch: master Date: Fri, 31 May 2019 00:57:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6ca4ba4-7bea-4954-bf75-07b3bae922b1 X-Archives-Hash: 7bad03a43705a658b7d336686bddab47 commit: 997463d9e8d07693a121786ce7f9bb8b8492660d Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 30 07:30:32 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 31 00:56:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997463d9 app-admin/mms-agent: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12132 Signed-off-by: Aaron Bauman gentoo.org> app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild | 4 ++-- app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild b/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild index af3f9b652cf..160ecf3ef62 100644 --- a/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild +++ b/app-admin/mms-agent/mms-agent-3.7.0.212_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils user MY_PV=${PV/_p/-} DESCRIPTION="MongoDB MMS agents" -HOMEPAGE="http://mms.mongodb.com" +HOMEPAGE="https://www.mongodb.com/cloud" SRC_URI=" monitoring? ( amd64? ( https://mms.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz ) diff --git a/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild b/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild index e597d7f41fe..4f3872a0672 100644 --- a/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild +++ b/app-admin/mms-agent/mms-agent-6.0.0.381_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit eutils user MY_PV=${PV/_p/-} DESCRIPTION="MongoDB MMS agents" -HOMEPAGE="http://cloud.mongodb.com" +HOMEPAGE="https://www.mongodb.com/cloud" SRC_URI=" monitoring? ( https://cloud.mongodb.com/download/agent/monitoring/mongodb-mms-monitoring-agent-${MY_PV}.linux_x86_64.tar.gz