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:           Mon Aug  3 15:01:16 UTC 2020

Modified Files:
        pkgsrc/finance/bitcoin: Makefile distinfo
Removed Files:
        pkgsrc/finance/bitcoin/patches: patch-src_qt_trafficgraphwidget.cpp

Log Message:
bitcoin: updated to 0.20.1

0.20.1 change log

Mining
* Fix GBT: Restore "!segwit" and "csv" to "rules" key (luke-jr)

P2P protocol and network code
* Replace automatic bans with discouragement filter (sipa)

Wallet
* Handle concurrent wallet loading (promag)
* Minimal fix to restore conflicted transaction notifications (ryanofsky)

RPC and other APIs
* Increment input value sum only once per UTXO in decodepsbt (fanquake)
* psbt: Increment input value sum only once per UTXO in decodepsbt (achow101)
* psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs (achow101)

GUI
* Add missing QPainterPath include (achow101)
* update Qt base translations for macOS release (fanquake)

Build system
* improve build OS configure output (skmcontrib)
* qt, build: Fix QFileDialog for static builds (hebasto)

Tests and QA
* Remove cached directories and associated script blocks from appveyor config (sipsorcery)
* appveyor: Remove clcache (MarcoFalke)

Miscellaneous
* util: Don't reference errno when pthread fails (miztake)
* Fix locking on WSL using flock instead of fcntl


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/finance/bitcoin/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp

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.26 pkgsrc/finance/bitcoin/Makefile:1.27
--- pkgsrc/finance/bitcoin/Makefile:1.26        Sun Jul 12 21:02:12 2020
+++ pkgsrc/finance/bitcoin/Makefile     Mon Aug  3 15:01:16 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2020/07/12 21:02:12 adam Exp $
+# $NetBSD: Makefile,v 1.27 2020/08/03 15:01:16 adam Exp $
 
-DISTNAME=      bitcoin-0.20.0
+DISTNAME=      bitcoin-0.20.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.8 pkgsrc/finance/bitcoin/distinfo:1.9
--- pkgsrc/finance/bitcoin/distinfo:1.8 Sun Jul 12 21:02:12 2020
+++ pkgsrc/finance/bitcoin/distinfo     Mon Aug  3 15:01:16 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8 2020/07/12 21:02:12 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/08/03 15:01:16 adam Exp $
 
-SHA1 (bitcoin-0.20.0.tar.gz) = 8a79594cdfc7534b1fca3803ba5d4cd5f8080d75
-RMD160 (bitcoin-0.20.0.tar.gz) = c6dfc14525e86f0e410c61439ca90dc78fbbe55c
-SHA512 (bitcoin-0.20.0.tar.gz) = 8ca27f0ddab8738b909d6381112f78eb1002c97e260b78c70e885cb03dd106d87ab3aad59ffbb3bd9c8f6b9c33c46356eb4987ffb02345e6574b25e210ddbd96
-Size (bitcoin-0.20.0.tar.gz) = 6980404 bytes
+SHA1 (bitcoin-0.20.1.tar.gz) = 82781d8293ad84f383173e6565a7ac97682900e9
+RMD160 (bitcoin-0.20.1.tar.gz) = 9dd3d6455b6c70e2c9b60802c07a40d3d69097c8
+SHA512 (bitcoin-0.20.1.tar.gz) = ce5a06aa57475c7d8d94a60f2487ef9646406f7c96f68ab845f085121507455b495f9460a25d5ab2348d326117b25115b0f86015d939089829e68d6d7e0e2b13
+Size (bitcoin-0.20.1.tar.gz) = 6981793 bytes
 SHA1 (patch-src_netbase.cpp) = 901c8928181ba351658562477115dc92640d3886
 SHA1 (patch-src_qt_trafficgraphwidget.cpp) = 99b5ce11aa4d23c2cb50208b04c691e329bbce50
 SHA1 (patch-src_wallet_walletutil.cpp) = 27fc38ad137a842c568f9208fb23818748aa1ef8



Home | Main Index | Thread Index | Old Index