Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/bitcoin bitcoin: updated to 0.20.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2d967ae550b
branches:  trunk
changeset: 436473:b2d967ae550b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 03 15:01:16 2020 +0000

description:
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

diffstat:

 finance/bitcoin/Makefile                                    |   4 +-
 finance/bitcoin/distinfo                                    |  10 ++++----
 finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp |  14 -------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diffs (48 lines):

diff -r b055d119cd52 -r b2d967ae550b finance/bitcoin/Makefile
--- a/finance/bitcoin/Makefile  Mon Aug 03 15:00:06 2020 +0000
+++ b/finance/bitcoin/Makefile  Mon Aug 03 15:01:16 2020 +0000
@@ -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}/
 
diff -r b055d119cd52 -r b2d967ae550b finance/bitcoin/distinfo
--- a/finance/bitcoin/distinfo  Mon Aug 03 15:00:06 2020 +0000
+++ b/finance/bitcoin/distinfo  Mon Aug 03 15:01:16 2020 +0000
@@ -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
diff -r b055d119cd52 -r b2d967ae550b finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp
--- a/finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp       Mon Aug 03 15:00:06 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_qt_trafficgraphwidget.cpp,v 1.1 2020/07/12 21:02:12 adam Exp $
-
-Add missing include.
-
---- src/qt/trafficgraphwidget.cpp.orig 2020-07-09 18:14:46.000000000 +0000
-+++ src/qt/trafficgraphwidget.cpp
-@@ -9,6 +9,7 @@
- #include <QPainter>
- #include <QColor>
- #include <QTimer>
-+#include <QPainterPath>
- 
- #include <cmath>
- 



Home | Main Index | Thread Index | Old Index