Received: by mail.netbsd.org (Postfix, from userid 605) id DEBAA84DD2; Sun, 29 Mar 2020 00:59:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 67D7C84DCB for ; Sun, 29 Mar 2020 00:59:49 +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 v1j05hcf9CLl for ; Sun, 29 Mar 2020 00:59:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C461884CE3 for ; Sun, 29 Mar 2020 00:59:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1EC0FB27; Sun, 29 Mar 2020 00:59:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585443588161110" MIME-Version: 1.0 Date: Sun, 29 Mar 2020 00:59:48 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/finance/bitcoin To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200329005948.C1EC0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1585443588161110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sun Mar 29 00:59:48 UTC 2020 Modified Files: pkgsrc/finance/bitcoin: distinfo Log Message: Fix build with Boost 1.72 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/bitcoin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585443588161110 Content-Disposition: inline Content-Length: 895 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/bitcoin/distinfo diff -u pkgsrc/finance/bitcoin/distinfo:1.5 pkgsrc/finance/bitcoin/distinfo:1.6 --- pkgsrc/finance/bitcoin/distinfo:1.5 Tue Dec 3 16:30:35 2019 +++ pkgsrc/finance/bitcoin/distinfo Sun Mar 29 00:59:48 2020 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2019/12/03 16:30:35 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/03/29 00:59:48 joerg Exp $ SHA1 (bitcoin-0.19.0.1.tar.gz) = ea47611c499ecfb435d3c3404ce99c33f4ac6515 RMD160 (bitcoin-0.19.0.1.tar.gz) = 68aebc32d91724640b8112d1524adf3dd089e892 @@ -6,3 +6,4 @@ SHA512 (bitcoin-0.19.0.1.tar.gz) = e5ae7 Size (bitcoin-0.19.0.1.tar.gz) = 7386333 bytes SHA1 (patch-src_leveldb_port_port__posix.h) = 6a3cde12951b9801e8ffe19b6134ca48ad0d876c SHA1 (patch-src_netbase.cpp) = 676ea8643f1ad86d4c94c4ed8e179b58aa1e2f95 +SHA1 (patch-src_wallet_walletutil.cpp) = 27fc38ad137a842c568f9208fb23818748aa1ef8 --_----------=_1585443588161110--