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 Jul 2 10:27:24 UTC 2024
Modified Files:
pkgsrc/finance/bitcoin: Makefile PLIST distinfo
Log Message:
bitcoin: updated to 27.1
27.1
Miniscript
* sign: don't assume we are parsing a sane TapMiniscript
RPC
* rpc, bugfix: Enforce maximum value for setmocktime
* rpc: Reword SighashFromStr error message
* rpc: move UniValue in blockToJSON
Index
* Fix set m_synced = true after Commit()
Gui
*gui812 Fix create unsigned transaction fee bump
*gui813 Don't permit port in proxy IP option
Test
* test: Fix failing univalue float test
P2P
* p2p: detect addnode cjdns peers in GetAddedNodeInfo()
Build
* depends: fix mingw-w64 Qt DEBUG=1 build
* build: Fix false positive CHECK_ATOMIC test
* depends: Fix build of Qt for 32-bit platforms with recent glibc
* crypto: disable asan for sha256_sse4 with clang and -O0
* depends: Fetch miniupnpc sources from an alternative website
* build: Fix building fuzz binary on on SunOS / illumos
* depends: Update Boost download link
Doc
* doc: add LLVM instruction for macOS < 13
CI
* ci: Bump s390x to ubuntu:24.04
Misc
* Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
* contrib: Renew Windows code signing certificate
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/finance/bitcoin/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/bitcoin/PLIST
cvs rdiff -u -r1.19 -r1.20 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.77 pkgsrc/finance/bitcoin/Makefile:1.78
--- pkgsrc/finance/bitcoin/Makefile:1.77 Mon Jun 10 19:38:13 2024
+++ pkgsrc/finance/bitcoin/Makefile Tue Jul 2 10:27:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2024/06/10 19:38:13 adam Exp $
+# $NetBSD: Makefile,v 1.78 2024/07/02 10:27:24 adam Exp $
-DISTNAME= bitcoin-27.0
+DISTNAME= bitcoin-27.1
CATEGORIES= finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PKGVERSION_NOREV}/
@@ -19,6 +19,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-ccache
CONFIGURE_ARGS+= --disable-hardening # uses -fPIE which is problemtic
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
+# Tests take a lot of time to compile.
+CONFIGURE_ARGS+= --disable-tests
PKGCONFIG_OVERRIDE= libbitcoinconsensus.pc.in
TEST_TARGET= check
@@ -33,10 +35,6 @@ USE_PKGSRC_GCC= yes
USE_PKGSRC_GCC_RUNTIME= yes
.endif
-.if ${OS_VARIANT} == "SmartOS"
-CONFIGURE_ARGS+= --disable-tests
-.endif
-
# pkgsrc's db4 package installs as db4_, but bitcoin looks for db_.
BUILDLINK_TRANSFORM+= l:db_cxx:db4_cxx
Index: pkgsrc/finance/bitcoin/PLIST
diff -u pkgsrc/finance/bitcoin/PLIST:1.6 pkgsrc/finance/bitcoin/PLIST:1.7
--- pkgsrc/finance/bitcoin/PLIST:1.6 Mon Jun 10 19:38:13 2024
+++ pkgsrc/finance/bitcoin/PLIST Tue Jul 2 10:27:24 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/06/10 19:38:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/07/02 10:27:24 adam Exp $
bin/bench_bitcoin
bin/bitcoin-cli
${PLIST.qt}bin/bitcoin-qt
@@ -6,7 +6,6 @@ bin/bitcoin-tx
bin/bitcoin-util
bin/bitcoin-wallet
bin/bitcoind
-bin/test_bitcoin
${PLIST.qt}bin/test_bitcoin-qt
include/bitcoinconsensus.h
include/secp256k1.h
Index: pkgsrc/finance/bitcoin/distinfo
diff -u pkgsrc/finance/bitcoin/distinfo:1.19 pkgsrc/finance/bitcoin/distinfo:1.20
--- pkgsrc/finance/bitcoin/distinfo:1.19 Mon Jun 10 19:38:13 2024
+++ pkgsrc/finance/bitcoin/distinfo Tue Jul 2 10:27:24 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2024/06/10 19:38:13 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/07/02 10:27:24 adam Exp $
-BLAKE2s (bitcoin-27.0.tar.gz) = 10ae9a3ce0f9a124f0f556274720be8e7ea1e5fbaa7f57b556fd421da06cb43e
-SHA512 (bitcoin-27.0.tar.gz) = 47dc917f315b397d850d98a0a2440141b11d59ed7267ec283b7c4fb475ba223f11482d2f5eaca02ebbfd3f09fa1721902f3f97c563a642d0359c3265784d15f6
-Size (bitcoin-27.0.tar.gz) = 13082621 bytes
+BLAKE2s (bitcoin-27.1.tar.gz) = 21f14a34cca16d256bf08a59b4b71de1f3b4ba06c302ac83aa351c2cb9835e26
+SHA512 (bitcoin-27.1.tar.gz) = 2bc87afdfa62b7ee86e81d6638a7d595896b41eeed099b2ad26b880a533066f08ede3bd300579f1273627f15f471f6aafec965a7ea6d32fe5951ffd4264089e2
+Size (bitcoin-27.1.tar.gz) = 13146508 bytes
SHA1 (patch-src_netbase.cpp) = d160078c9a7aedc5b569a89ebf9afa98b0d2022b
Home |
Main Index |
Thread Index |
Old Index