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 5E6EF138334 for ; Sat, 2 Jun 2018 00:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CA4E0822; Sat, 2 Jun 2018 00:57:05 +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 DA020E0822 for ; Sat, 2 Jun 2018 00:57:04 +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 C0DAE335C77 for ; Sat, 2 Jun 2018 00:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE48B2BE for ; Sat, 2 Jun 2018 00:57:00 +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: <1527901013.d1ba3046bb4fc9b602d8d26af85af1e0fe4265cd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xlog/xlog-2.0.15.ebuild X-VCS-Directories: media-radio/xlog/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d1ba3046bb4fc9b602d8d26af85af1e0fe4265cd X-VCS-Branch: master Date: Sat, 2 Jun 2018 00:57:00 +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: 23242147-34dc-4487-99de-2d9b17300e15 X-Archives-Hash: 6159a0126c8435b79f1243d0dc8abb26 commit: d1ba3046bb4fc9b602d8d26af85af1e0fe4265cd Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Jun 1 16:37:10 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 2 00:56:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ba3046 media-radio/xlog: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8674 media-radio/xlog/xlog-2.0.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-radio/xlog/xlog-2.0.15.ebuild b/media-radio/xlog/xlog-2.0.15.ebuild index b451488ef52..122b4ea8208 100644 --- a/media-radio/xlog/xlog-2.0.15.ebuild +++ b/media-radio/xlog/xlog-2.0.15.ebuild @@ -7,8 +7,8 @@ inherit autotools fdo-mime toolchain-funcs MY_P=${P/_} DESCRIPTION="An amateur radio logging program" -HOMEPAGE="http://www.nongnu.org/xlog" -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" +HOMEPAGE="https://www.nongnu.org/xlog" +SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0"