pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/bitcoin



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 31 16:14:05 UTC 2020

Modified Files:
        pkgsrc/finance/bitcoin: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/bitcoin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/bitcoin/Makefile
diff -u pkgsrc/finance/bitcoin/Makefile:1.21 pkgsrc/finance/bitcoin/Makefile:1.22
--- pkgsrc/finance/bitcoin/Makefile:1.21        Tue Mar 10 22:09:49 2020
+++ pkgsrc/finance/bitcoin/Makefile     Tue Mar 31 16:14:05 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/03/10 22:09:49 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/03/31 16:14:05 adam Exp $
 
-DISTNAME=      bitcoin-0.19.0.1
-PKGREVISION=   4
+DISTNAME=      bitcoin-0.19.1
 CATEGORIES=    finance
 MASTER_SITES=  https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
 

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



Home | Main Index | Thread Index | Old Index