Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/
Date: Sun, 28 Jan 2018 23:19:59
Message-Id: 1517181542.c41a74c537f7ec4cc991122952fe66869cfb9920.asturm@gentoo
1 commit: c41a74c537f7ec4cc991122952fe66869cfb9920
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sat Jan 27 12:31:55 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 23:19:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41a74c5
7
8 net-p2p/bitcoind: use HTTPS instead of HTTP
9
10 net-p2p/bitcoind/bitcoind-0.15.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
14 index 0d8788ad457..3f1f2e08693 100644
15 --- a/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
16 +++ b/net-p2p/bitcoind/bitcoind-0.15.1.ebuild
17 @@ -16,17 +16,17 @@ KNOTS_P="${MyPN}-${KNOTS_PV}"
18 IUSE="+asm +bitcoin_policy_rbf examples knots libressl test upnp +wallet zeromq"
19
20 DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
21 -HOMEPAGE="http://bitcoincore.org/ http://bitcoinknots.org/"
22 +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
23 LICENSE="MIT"
24 SLOT="0"
25 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux"
26
27 SRC_URI="
28 https://github.com/${MyPN}/${MyPN}/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> ${MyPN}-v${PV}.tar.gz
29 - http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
30 + https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
31 "
32 CORE_DESC="https://bitcoincore.org/en/2017/11/11/release-${PV}/"
33 -KNOTS_DESC="http://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
34 +KNOTS_DESC="https://bitcoinknots.org/files/0.15.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
35
36 RDEPEND="
37 !libressl? ( dev-libs/openssl:0=[-bindist] )