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: khorben
Date: Tue Nov 5 23:41:33 UTC 2024
Modified Files:
pkgsrc/finance/bitcoin: Makefile distinfo
Log Message:
bitcoin: update to 27.2
Notables changes since 27.1:
P2P
* net: fix race condition in self-connect detection
Init
* init: change shutdown order of load block thread and scheduler
RPC
* Fix cases of calls to FillPSBT errantly returning complete=true
PSBT
* psbt: Check non witness utxo outpoint early
Test
* test: fix constructor of msg_tx
Doc
* doc: use proper doxygen formatting for CTxMemPool::cs
Build
* upnp: fix build with miniupnpc 2.2.8
* Fixes for GCC 15 compatibility
CI
* ci: move ASan job to GitHub Actions from Cirrus CI
* ci: remove unused bcc variable from workflow
Tested on NetBSD/amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.20 -r1.21 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.82 pkgsrc/finance/bitcoin/Makefile:1.83
--- pkgsrc/finance/bitcoin/Makefile:1.82 Fri Nov 1 12:52:30 2024
+++ pkgsrc/finance/bitcoin/Makefile Tue Nov 5 23:41:33 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/11/01 12:52:30 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2024/11/05 23:41:33 khorben Exp $
-DISTNAME= bitcoin-27.1
-PKGREVISION= 4
+DISTNAME= bitcoin-27.2
CATEGORIES= finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
Index: pkgsrc/finance/bitcoin/distinfo
diff -u pkgsrc/finance/bitcoin/distinfo:1.20 pkgsrc/finance/bitcoin/distinfo:1.21
--- pkgsrc/finance/bitcoin/distinfo:1.20 Tue Jul 2 10:27:24 2024
+++ pkgsrc/finance/bitcoin/distinfo Tue Nov 5 23:41:33 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2024/07/02 10:27:24 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/11/05 23:41:33 khorben Exp $
-BLAKE2s (bitcoin-27.1.tar.gz) = 21f14a34cca16d256bf08a59b4b71de1f3b4ba06c302ac83aa351c2cb9835e26
-SHA512 (bitcoin-27.1.tar.gz) = 2bc87afdfa62b7ee86e81d6638a7d595896b41eeed099b2ad26b880a533066f08ede3bd300579f1273627f15f471f6aafec965a7ea6d32fe5951ffd4264089e2
-Size (bitcoin-27.1.tar.gz) = 13146508 bytes
+BLAKE2s (bitcoin-27.2.tar.gz) = 11c52cfe0b88523f501d6c145fdc53877a0810c7fb0b9008c89f94937b1a28be
+SHA512 (bitcoin-27.2.tar.gz) = c05a0a2bac2794ae267cb17436ef35e2df564b6f6c130b34365f4c706f6ac1ad8199b115eb7be40b13ee741fa0d16d5ce079850c407e27a8cd15472b097b8fbb
+Size (bitcoin-27.2.tar.gz) = 13147261 bytes
SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b
Home |
Main Index |
Thread Index |
Old Index