From e3e27be21ffcc6970cafc8ab1388147c87c5f118f039858f9c8999e120426edd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 21 Dec 2022 09:47:13 +0000 Subject: [PATCH] Accepting request 1043940 from home:amanzini:branches:network:cryptocurrencies - Update to version 24.0.1 changelogs: * https://bitcoincore.org/en/releases/24.0.1/ * https://bitcoincore.org/en/releases/23.0/ * https://bitcoincore.org/en/releases/22.1/ - fixed upstream version number change: it's not 0.x anymore` OBS-URL: https://build.opensuse.org/request/show/1043940 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=49 --- bitcoin-22.0.tar.gz | 3 --- bitcoin-24.0.1.tar.gz | 3 +++ bitcoin.changes | 11 ++++++++++- bitcoin.spec | 2 +- harden_bitcoind.service.patch | 8 ++++---- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 bitcoin-22.0.tar.gz create mode 100644 bitcoin-24.0.1.tar.gz diff --git a/bitcoin-22.0.tar.gz b/bitcoin-22.0.tar.gz deleted file mode 100644 index 73d790b..0000000 --- a/bitcoin-22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b -size 7972234 diff --git a/bitcoin-24.0.1.tar.gz b/bitcoin-24.0.1.tar.gz new file mode 100644 index 0000000..138faef --- /dev/null +++ b/bitcoin-24.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d4ad6dfab4767d460d73307e56d13c72997e114fad4f274650f95560f5f2ff +size 11412628 diff --git a/bitcoin.changes b/bitcoin.changes index afff03d..faa3ae0 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 20 15:28:42 UTC 2022 - Andrea Manzini + +- Update to version 24.0.1 + changelogs: + * https://bitcoincore.org/en/releases/24.0.1/ + * https://bitcoincore.org/en/releases/23.0/ + * https://bitcoincore.org/en/releases/22.1/ + ------------------------------------------------------------------- Sun May 8 22:33:43 UTC 2022 - Andrei Dziahel -- fixed upstream version number change: it's not 0.x anymore +- fixed upstream version number change: it's not 0.x anymore` ------------------------------------------------------------------- Fri Apr 22 13:11:18 UTC 2022 - Andrei Dziahel diff --git a/bitcoin.spec b/bitcoin.spec index 6b08e3e..d79c1e2 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -30,7 +30,7 @@ %bcond_without tests %endif Name: bitcoin -Version: 22.0 +Version: 24.0.1 Release: 0 Summary: P2P Digital Currency License: MIT diff --git a/harden_bitcoind.service.patch b/harden_bitcoind.service.patch index 817ea73..8c92ff7 100644 --- a/harden_bitcoind.service.patch +++ b/harden_bitcoind.service.patch @@ -1,8 +1,8 @@ -Index: bitcoin-0.21.1/contrib/init/bitcoind.service +Index: bitcoin-24.0.1/contrib/init/bitcoind.service =================================================================== ---- bitcoin-0.21.1.orig/contrib/init/bitcoind.service -+++ bitcoin-0.21.1/contrib/init/bitcoind.service -@@ -69,6 +69,16 @@ NoNewPrivileges=true +--- bitcoin-24.0.1.orig/contrib/init/bitcoind.service ++++ bitcoin-24.0.1/contrib/init/bitcoind.service +@@ -74,6 +74,16 @@ NoNewPrivileges=true # Use a new /dev namespace only populated with API pseudo devices # such as /dev/null, /dev/zero and /dev/random. PrivateDevices=true