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 CABE81382C5 for ; Sun, 28 Jan 2018 23:20:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04C75E0B89; Sun, 28 Jan 2018 23:19:55 +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 D1EE7E0B7D for ; Sun, 28 Jan 2018 23:19:54 +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 BAFD2335C3E for ; Sun, 28 Jan 2018 23:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723EA1DA for ; Sun, 28 Jan 2018 23:19:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517181541.d5a928bd6995d0f0da2cebb5d572b576218972ee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild X-VCS-Directories: net-libs/libbitcoinconsensus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d5a928bd6995d0f0da2cebb5d572b576218972ee X-VCS-Branch: master Date: Sun, 28 Jan 2018 23:19:50 +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: 1968328a-1b3a-4d05-af7c-9b9c19f7d780 X-Archives-Hash: d9dd6b861e0e3524842c2df373f75e10 commit: d5a928bd6995d0f0da2cebb5d572b576218972ee Author: Francesco Turco fastmail fm> AuthorDate: Sat Jan 27 12:25:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 28 23:19:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a928bd net-libs/libbitcoinconsensus: use HTTPS instead of HTTP net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild index 58ed3be69a9..2efa92b909e 100644 --- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild +++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.15.1.ebuild @@ -15,17 +15,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}" IUSE="+asm knots libressl" DESCRIPTION="Bitcoin Core consensus library" -HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/" +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux" SRC_URI=" https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> ${MyPN}-v${PV}.tar.gz - http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz + https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz " CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/" -KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html" +KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html" RDEPEND=" !libressl? ( dev-libs/openssl:0=[-bindist] )