From a307c24c28fa570a3c0a2146ba6e7018336d40c7 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Mon, 12 Jan 2026 22:09:29 +0100 Subject: [PATCH] package/bitcoin: bump to version 30.2 https://bitcoincore.org/en/releases/30.2/ Note: this version fixes an important wallet migration bug present in version 30.0 and 30.1. See: https://bitcoincore.org/en/2026/01/05/wallet-migration-bug/ Updated license hash due to copyright year bump: https://github.com/bitcoin/bitcoin/commit/ed0774bd08b83813f162be33672b7d6c7fff9933 Signed-off-by: Bernd Kuhls [Julien: add note about wallet migration bug] Signed-off-by: Julien Olivain (cherry picked from commit 2f4d619a4ca82f8c179f083f44895888b5880b97) Signed-off-by: Thomas Perale --- package/bitcoin/bitcoin.hash | 8 ++++---- package/bitcoin/bitcoin.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/bitcoin/bitcoin.hash b/package/bitcoin/bitcoin.hash index 4f4061ed77..89fe6ce280 100644 --- a/package/bitcoin/bitcoin.hash +++ b/package/bitcoin/bitcoin.hash @@ -1,7 +1,7 @@ -# Hash from: https://bitcoincore.org/bin/bitcoin-core-30.0/SHA256SUMS +# Hash from: https://bitcoincore.org/bin/bitcoin-core-30.2/SHA256SUMS # After checking pgp signature from: -# https://bitcoincore.org/bin/bitcoin-core-30.0/SHA256SUMS.asc -sha256 9b472a4d51dfed9aa9d0ded2cb8c7bcb9267f8439a23a98f36eb509c1a5e6974 bitcoin-30.0.tar.gz +# https://bitcoincore.org/bin/bitcoin-core-30.2/SHA256SUMS.asc +sha256 6fd00b8c42883d5c963901ad4109a35be1e5ec5c2dc763018c166c21a06c84cb bitcoin-30.2.tar.gz # Hash for license file -sha256 7c4a87f43afaf667b4c2187af92ebdd27310a24cec113f973e058e3300a76002 COPYING +sha256 b028769f3852a9368ab10bd754ff01ebb741f84a2fa658c9aff82a631bc6ecfc COPYING diff --git a/package/bitcoin/bitcoin.mk b/package/bitcoin/bitcoin.mk index e23ef45050..89dacaf9c7 100644 --- a/package/bitcoin/bitcoin.mk +++ b/package/bitcoin/bitcoin.mk @@ -4,7 +4,7 @@ # ################################################################################ -BITCOIN_VERSION = 30.0 +BITCOIN_VERSION = 30.2 BITCOIN_SITE = https://bitcoincore.org/bin/bitcoin-core-$(BITCOIN_VERSION) BITCOIN_LICENSE = MIT BITCOIN_LICENSE_FILES = COPYING