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 May 25 05:34:16 UTC 2021

Modified Files:
        pkgsrc/finance/bitcoin: Makefile distinfo

Log Message:
bitcoin: updated to 0.21.1

0.21.1 change log

Consensus

* Speedy trial support for versionbits (ajtowns)
* Speedy trial activation parameters for Taproot (achow101)

P2P protocol and network code

* allow CSubNet of non-IP networks (vasild)
* Avoid UBSan warning in ProcessMessage(…) (practicalswift)

Wallet

* Introduce DeferredSignatureChecker and have SignatureExtractorClass subclass it (achow101)
* Avoid requesting fee rates multiple times during coin selection (achow101)

RPC and other APIs

* Disallow sendtoaddress and sendmany when private keys disabled (achow101)

Build system

* link against -lsocket if required for *ifaddrs (fanquake)
* Fix MSVC build after gui-176 (hebasto)

Tests and QA

* Add fuzzing harness for versionbits (ajtowns)
* fuzz: Bump FuzzedDataProvider.h (MarcoFalke)
* fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (practicalswift)
* Update vcpkg checkout commit (sipsorcery)
* fuzz: Bump FuzzedDataProvider.h (MarcoFalke)
* Fix the unreachable code at feature_taproot (brunoerg)
* Test that a fully signed tx given to signrawtx is unchanged (achow101)
* Make sure non-IP peers get discouraged and disconnected (vasild, MarcoFalke)
* fuzz: cleanups for versionbits fuzzer (ajtowns)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.10 -r1.11 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.36 pkgsrc/finance/bitcoin/Makefile:1.37
--- pkgsrc/finance/bitcoin/Makefile:1.36        Wed Apr 21 13:24:38 2021
+++ pkgsrc/finance/bitcoin/Makefile     Tue May 25 05:34:16 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2021/04/21 13:24:38 adam Exp $
+# $NetBSD: Makefile,v 1.37 2021/05/25 05:34:16 adam Exp $
 
-DISTNAME=      bitcoin-0.21.0
-PKGREVISION=   3
+DISTNAME=      bitcoin-0.21.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.10 pkgsrc/finance/bitcoin/distinfo:1.11
--- pkgsrc/finance/bitcoin/distinfo:1.10        Tue Jan 19 10:17:00 2021
+++ pkgsrc/finance/bitcoin/distinfo     Tue May 25 05:34:16 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2021/01/19 10:17:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/05/25 05:34:16 adam Exp $
 
-SHA1 (bitcoin-0.21.0.tar.gz) = 7b4238971148b39d45c988238f92b9f45478087b
-RMD160 (bitcoin-0.21.0.tar.gz) = 8f114015d5eab2f24cced9399d44c2b245e3ace1
-SHA512 (bitcoin-0.21.0.tar.gz) = 80337bd6eec42ac74313a415bf9ffa4d47d8bbffe7dc0ce717750accef59e80cf6053ebd8a6cd2588b634cd2f514f6bcd8b0bf3b462a80ca77a1239fd81a65ae
-Size (bitcoin-0.21.0.tar.gz) = 7531395 bytes
+SHA1 (bitcoin-0.21.1.tar.gz) = 410392fa6dc41f2ca05ed01b7e1e7f6af2f57bf0
+RMD160 (bitcoin-0.21.1.tar.gz) = af6586bdf9fd4473abfd94b5350bcb0d6530ceab
+SHA512 (bitcoin-0.21.1.tar.gz) = 644de170fab232a5f67a11064aac538d4a7df729f57a63c21d5d2407a92239960c8256ac30ea931592eb465a2e99ce8bfa0c2d5e328af4f25ba16d37a8decf81
+Size (bitcoin-0.21.1.tar.gz) = 7628715 bytes
 SHA1 (patch-src_netbase.cpp) = 901c8928181ba351658562477115dc92640d3886
 SHA1 (patch-src_wallet_walletutil.cpp) = 21b7208901c8403bbe839fa601f44e7417beea4e



Home | Main Index | Thread Index | Old Index