Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] bitcoin: update to 0.20.1
Date: Sun, 08 Nov 2020 22:05:27 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26228@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages bitcoin
https://github.com/void-linux/void-packages/pull/26228

bitcoin: update to 0.20.1


A patch file from https://github.com/void-linux/void-packages/pull/26228.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitcoin-26228.patch --]
[-- Type: text/x-diff, Size: 1903 bytes --]

From e159fa57e6a50b4946f67e856de07ed4b040e0e6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sun, 8 Nov 2020 15:05:03 -0600
Subject: [PATCH] bitcoin: update to 0.20.1

---
 srcpkgs/bitcoin/template | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template
index df1ab218e16..84647652374 100644
--- a/srcpkgs/bitcoin/template
+++ b/srcpkgs/bitcoin/template
@@ -1,11 +1,11 @@
 # Template file for 'bitcoin'
 pkgname=bitcoin
-version=0.19.1
-revision=3
+version=0.20.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-incompatible-bdb --disable-ccache --disable-static
  --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
-hostmakedepends="pkg-config yasm protobuf"
+hostmakedepends="pkg-config yasm protobuf autoconf automake libtool"
 makedepends="db-devel protobuf-devel libprotoc-devel boost-devel
  miniupnpc-devel libevent-devel qrencode-devel libatomic-devel"
 short_desc="Bitcoin is a peer-to-peer network based digital currency"
@@ -15,7 +15,7 @@ homepage="https://bitcoin.org/"
 distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
  https://raw.github.com/bitcoin-core/packaging/master/debian/bitcoin-qt.desktop
  https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
-checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
+checksum="4bbd62fd6acfa5e9864ebf37a24a04bc2dcfe3e3222f056056288d854c53b978
  0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
  ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
 conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
@@ -29,6 +29,10 @@ if [ -z "$CROSS_BUILD" ]; then
 	subpackages+=" bitcoin-qt"
 fi
 
+pre_configure() {
+  autoreconf -fi
+}
+
 post_install() {
 	rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin
 

             reply	other threads:[~2020-11-08 21:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08 21:05 ndowens [this message]
2020-11-08 21:37 ` [PR REVIEW] " ofiala-a51
2020-11-08 21:42 ` ndowens
2020-11-08 22:01 ` ericonr
2020-11-09  0:31 ` [PR PATCH] [Closed]: " ndowens
2020-11-09 16:29 ` ev-ermakov
2020-11-09 16:32 ` ev-ermakov
2020-11-09 16:40 ` ev-ermakov
2020-11-09 16:55 [PR PATCH] " ndowens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26228@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).