summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-08-03 15:01:16 +0000
committeradam <adam@pkgsrc.org>2020-08-03 15:01:16 +0000
commitce6d5bdafd12497867351d5e2d9b221703b351a1 (patch)
tree838f981705446e42d109bd3bc510842420222832 /finance
parent9404ebc22d257e3c63c0ba516593c634c0f436ad (diff)
downloadpkgsrc-ce6d5bdafd12497867351d5e2d9b221703b351a1.tar.gz
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 (limited to 'finance')
-rw-r--r--finance/bitcoin/Makefile4
-rw-r--r--finance/bitcoin/distinfo10
-rw-r--r--finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp14
3 files changed, 7 insertions, 21 deletions
diff --git a/finance/bitcoin/Makefile b/finance/bitcoin/Makefile
index 9da375ad732..4e0d8e69f17 100644
--- a/finance/bitcoin/Makefile
+++ b/finance/bitcoin/Makefile
@@ -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 --git a/finance/bitcoin/distinfo b/finance/bitcoin/distinfo
index bb666b65e10..140a93a4d10 100644
--- a/finance/bitcoin/distinfo
+++ b/finance/bitcoin/distinfo
@@ -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 --git a/finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp b/finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp
deleted file mode 100644
index b5feb0650eb..00000000000
--- a/finance/bitcoin/patches/patch-src_qt_trafficgraphwidget.cpp
+++ /dev/null
@@ -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>
-