Tue Mar 31 16:14:05 2020 UTC ()
bitcoin: updated to 0.19.1

0.19.1 change log

Wallet
* Fix origfee return for bumpfee with feerate arg
* Fix unique_ptr usage in boost::signals2
* Fix issue with conflicted mempool tx in listsinceblock
* Bug: IsUsedDestination shouldn't use key id as script id for ScriptHash
* IsUsedDestination should count any known single-key address
* Reset reused transactions cache

RPC and other APIs
* cli: Fix fatal leveldb error when specifying -blockfilterindex=basic twice
* require second argument only for scantxoutset start action
* zmq: Fix due to invalid argument and multiple notifiers
* psbt: handle unspendable psbts
* psbt: check that various indexes and amounts are within bounds

GUI
* Fix missing qRegisterMetaType for size_t
* disable File->CreateWallet during startup
* Fix comparison function signature
* Fix unintialized WalletView::progressDialog

Tests and QA
* Appveyor improvement - text file for vcpkg package list
* fix "bitcoind already running" warnings on macOS
* add missing #include to fix compiler errors

Platform support
* Update msvc build for Visual Studio 2019 v16.4
* Updates to appveyor config for VS2019 and Qt5.9.8 + msvc project fixes
* bug-fix macos: give free bytes to F_PREALLOCATE

Miscellaneous
* init: Stop indexes on shutdown after ChainStateFlushed callback
* util: Add missing headers to util/fees.cpp
* Unbreak build with Boost 1.72.0
* scripts: Fix symbol-check & security-check argument passing
* Log to net category for exceptions in ProcessMessages
* Update univalue subtree


(adam)
diff -r1.21 -r1.22 pkgsrc/finance/bitcoin/Makefile
diff -r1.6 -r1.7 pkgsrc/finance/bitcoin/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/finance/bitcoin/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/bitcoin/Makefile 2020/03/10 22:09:49 1.21
+++ pkgsrc/finance/bitcoin/Makefile 2020/03/31 16:14:05 1.22
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2020/03/10 22:09:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2020/03/31 16:14:05 adam Exp $
2 2
3DISTNAME= bitcoin-0.19.0.1 3DISTNAME= bitcoin-0.19.1
4PKGREVISION= 4 
5CATEGORIES= finance 4CATEGORIES= finance
6MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/ 5MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
7 6
8MAINTAINER= khorben@defora.org 7MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/bitcoin/bitcoin 8HOMEPAGE= https://github.com/bitcoin/bitcoin
10COMMENT= P2P electronic cash system 9COMMENT= P2P electronic cash system
11LICENSE= mit 10LICENSE= mit
12 11
13# bitcoin-core requires c++11 (but does not need manual -std=c++11). 12# bitcoin-core requires c++11 (but does not need manual -std=c++11).
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.6 -r1.7 pkgsrc/finance/bitcoin/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/bitcoin/distinfo 2020/03/29 00:59:48 1.6
+++ pkgsrc/finance/bitcoin/distinfo 2020/03/31 16:14:05 1.7
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.6 2020/03/29 00:59:48 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2020/03/31 16:14:05 adam Exp $
2 2
3SHA1 (bitcoin-0.19.0.1.tar.gz) = ea47611c499ecfb435d3c3404ce99c33f4ac6515 3SHA1 (bitcoin-0.19.1.tar.gz) = 5f20be145acfc89a22f9069d0ce5ddaac6f56e96
4RMD160 (bitcoin-0.19.0.1.tar.gz) = 68aebc32d91724640b8112d1524adf3dd089e892 4RMD160 (bitcoin-0.19.1.tar.gz) = ce8b3651d6d167d192214b3334336f5f977cb0f6
5SHA512 (bitcoin-0.19.0.1.tar.gz) = e5ae7c54e343453c6d3a7fabb056081e433f953080c542621b76bdd0200feb42fb3e18229b4b5adb87691a7c295da7a56615ffc21bd64ecde28ad07c598a9d3f 5SHA512 (bitcoin-0.19.1.tar.gz) = de7ea9aa4e03d810ced0a22bb136f9844dff6a082fdec0b97338891db17a9013419a7744759d9b9297f59c39ea24736644f8ec8bae27ef0bcce0724edce658d5
6Size (bitcoin-0.19.0.1.tar.gz) = 7386333 bytes 6Size (bitcoin-0.19.1.tar.gz) = 7414508 bytes
7SHA1 (patch-src_leveldb_port_port__posix.h) = 6a3cde12951b9801e8ffe19b6134ca48ad0d876c 7SHA1 (patch-src_leveldb_port_port__posix.h) = 6a3cde12951b9801e8ffe19b6134ca48ad0d876c
8SHA1 (patch-src_netbase.cpp) = 676ea8643f1ad86d4c94c4ed8e179b58aa1e2f95 8SHA1 (patch-src_netbase.cpp) = 676ea8643f1ad86d4c94c4ed8e179b58aa1e2f95
9SHA1 (patch-src_wallet_walletutil.cpp) = 27fc38ad137a842c568f9208fb23818748aa1ef8 9SHA1 (patch-src_wallet_walletutil.cpp) = 27fc38ad137a842c568f9208fb23818748aa1ef8