package/bitcoin: security bump to version 0.21.1
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 12 May 2021 21:21:20 +0000 (23:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 13 May 2021 07:47:13 +0000 (09:47 +0200)
Tag as a security bump as having an up to date bitcoin is important:
https://patchwork.ozlabs.org/project/buildroot/patch/20200202085526.35742-1-james.hilliard1@gmail.com

https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.1.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/bitcoin/bitcoin.hash
package/bitcoin/bitcoin.mk

index 3c65c3d7301602591d68332e6d9c4cdd0ecae989..6ea3398037e8b5ddfaac0e0b80d9c00c50a6e5e6 100644 (file)
@@ -1,5 +1,5 @@
-# From https://bitcoincore.org/bin/bitcoin-core-0.21.0/SHA256SUMS.asc
-sha256  1a91202c62ee49fb64d57a52b8d6d01cd392fffcbef257b573800f9289655f37  bitcoin-0.21.0.tar.gz
+# From https://bitcoincore.org/bin/bitcoin-core-0.21.1/SHA256SUMS.asc
+sha256  caff23449220cf45753f312cefede53a9eac64000bb300797916526236b6a1e0  bitcoin-0.21.1.tar.gz
 
 # Hash for license file
 sha256  96fe807030b21f88305adc32af62f9aa19915f2783509fd6f52aea02cf83f644  COPYING
index 5f1684879cec11ee2be7d5138660c358d15df94d..142521835c1b9038dc680dbeea4bbcc221691efc 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BITCOIN_VERSION = 0.21.0
+BITCOIN_VERSION = 0.21.1
 BITCOIN_SITE = https://bitcoincore.org/bin/bitcoin-core-$(BITCOIN_VERSION)
 BITCOIN_AUTORECONF = YES
 BITCOIN_LICENSE = MIT