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 819421382C5 for ; Thu, 26 Apr 2018 14:43:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8B6E08E0; Thu, 26 Apr 2018 14:43:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9560CE08E0 for ; Thu, 26 Apr 2018 14:43:24 +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 EC89B335C76 for ; Thu, 26 Apr 2018 14:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CE86261 for ; Thu, 26 Apr 2018 14:43:21 +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: <1524753791.4e836cc4c1e60716424e776fb92d60450cc04c00.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conserver/conserver-8.1.18-r1.ebuild app-admin/conserver/conserver-8.1.18.ebuild X-VCS-Directories: app-admin/conserver/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4e836cc4c1e60716424e776fb92d60450cc04c00 X-VCS-Branch: master Date: Thu, 26 Apr 2018 14:43:21 +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: 6b2e5a44-82b5-418c-9faf-39d5f0ad3db4 X-Archives-Hash: 48f07f873bc9f626cfde8df1818309e3 commit: 4e836cc4c1e60716424e776fb92d60450cc04c00 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Apr 26 10:57:27 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 26 14:43:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e836cc4 app-admin/conserver: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8148 app-admin/conserver/conserver-8.1.18-r1.ebuild | 4 ++-- app-admin/conserver/conserver-8.1.18.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/conserver/conserver-8.1.18-r1.ebuild b/app-admin/conserver/conserver-8.1.18-r1.ebuild index 1b0246c7ae6..0ab9102d365 100644 --- a/app-admin/conserver/conserver-8.1.18-r1.ebuild +++ b/app-admin/conserver/conserver-8.1.18-r1.ebuild @@ -6,8 +6,8 @@ EAPI="5" inherit ssl-cert eutils pam autotools DESCRIPTION="Serial Console Manager" -HOMEPAGE="http://www.conserver.com/" -SRC_URI="http://www.conserver.com/${P}.tar.gz" +HOMEPAGE="https://www.conserver.com/" +SRC_URI="https://www.conserver.com/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/app-admin/conserver/conserver-8.1.18.ebuild b/app-admin/conserver/conserver-8.1.18.ebuild index cb1fea8dbe9..008ee1e3176 100644 --- a/app-admin/conserver/conserver-8.1.18.ebuild +++ b/app-admin/conserver/conserver-8.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -6,8 +6,8 @@ EAPI="4" inherit ssl-cert eutils pam autotools DESCRIPTION="Serial Console Manager" -HOMEPAGE="http://www.conserver.com/" -SRC_URI="http://www.conserver.com/${P}.tar.gz" +HOMEPAGE="https://www.conserver.com/" +SRC_URI="https://www.conserver.com/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0"