Received: by mail.netbsd.org (Postfix, from userid 605) id C878284D87; Tue, 25 May 2021 05:34:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1000F84D64 for ; Tue, 25 May 2021 05:34:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9XauZU8Am7mX for ; Tue, 25 May 2021 05:34:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6707A84C86 for ; Tue, 25 May 2021 05:34:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60AA9FA95; Tue, 25 May 2021 05:34:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162192085644720" MIME-Version: 1.0 Date: Tue, 25 May 2021 05:34:16 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/bitcoin To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210525053416.60AA9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162192085644720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" 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. --_----------=_162192085644720 Content-Disposition: inline Content-Length: 1821 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_162192085644720--