bitcoin: update to 0.19.1
This commit is contained in:
parent
3e3bf6086c
commit
c7f8600a71
|
@ -1,24 +0,0 @@
|
||||||
From a64e97dd476bda7c7981979d045b0d06d6f7ce47 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jan Beich <jbeich@FreeBSD.org>
|
|
||||||
Date: Mon, 2 Dec 2019 19:55:10 +0000
|
|
||||||
Subject: [PATCH] wallet: unbreak with boost 1.72
|
|
||||||
|
|
||||||
wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
|
|
||||||
} else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it...
|
|
||||||
~~ ^
|
|
||||||
---
|
|
||||||
src/fs.h | 1 -
|
|
||||||
1 file changed, 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/fs.h b/src/fs.h
|
|
||||||
index c713297d6ef0..8af81f173bdf 100644
|
|
||||||
--- src/fs.h
|
|
||||||
+++ src/fs.h
|
|
||||||
@@ -11,7 +11,6 @@
|
|
||||||
#include <ext/stdio_filebuf.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
-#define BOOST_FILESYSTEM_NO_DEPRECATED
|
|
||||||
#include <boost/filesystem.hpp>
|
|
||||||
#include <boost/filesystem/fstream.hpp>
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.19.0.1
|
version=0.19.1
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static
|
||||||
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
--enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
@ -15,7 +15,7 @@ homepage="https://bitcoin.org/"
|
||||||
distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz
|
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-core/packaging/master/debian/bitcoin-qt.desktop
|
||||||
https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
|
https://raw.github.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png"
|
||||||
checksum="7ac9f972249a0a16ed01352ca2a199a5448fe87a4ea74923404a40b4086de284
|
checksum="f2591d555b8e8c2e1bd780e40d53a91e165d8b3c7e0391ae2d24a0c0f23a7cc0
|
||||||
0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
|
0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632
|
||||||
ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
|
ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722"
|
||||||
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
||||||
|
|
Loading…
Reference in New Issue