From 7d067f3cbe1fc2022e2f37240682b654cc0131030f0a4a6fc1a0ec5b097f508a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 15 Apr 2024 14:42:17 +0000 Subject: [PATCH] - Update to version 26.1: * [doc] add manual pages for 26.1 * [doc] update release notes 26.1 * [build] bump version to 26.1 final * ci, macos: Use `--break-system-packages` with Homebrew's python * ci: Add workaround for Homebrew's python link error * [doc] update manual pages for v26.1rc2 * [build] bump version to v26.1rc2 * update release notes 26.1 * fuzz: restrict fopencookie usage to Linux & FreeBSD * test: make sure keypool sizes do not change on `getrawchangeaddress`/`getnewaddress` failures * wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestination` fails * p2p: Don't consider blocks mutated if they don't connect to known prev block * [test] IsBlockMutated unit tests * [validation] Cache merkle root and witness commitment checks * [test] Add regression test for #27608 * [net processing] Don't process mutated blocks * [validation] Merkle root malleation should be caught by IsBlockMutated * [validation] Introduce IsBlockMutated * [refactor] Cleanup merkle root checks * [validation] Isolate merkle root checks * test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds * rpc: keep .cookie if it was not generated * [doc] add release notes for 26.1rc1 * [doc] update manual pages for 26.1rc1 * [build] bump version to 26.1rc1 * qt: 26.1rc1 translations update * ci: Switch native macOS CI job to Xcode 15.0 * build: Fix `-Xclang -internal-isystem` option * Use hardened runtime on macOS release builds. OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=66 --- _service | 6 ++--- _servicedata | 2 +- bitcoin-26.0.obscpio | 3 --- bitcoin-26.1.obscpio | 3 +++ bitcoin.changes | 58 ++++++++++++++++++++++++++++++++++++++++++++ bitcoin.obsinfo | 6 ++--- bitcoin.spec | 2 +- 7 files changed, 69 insertions(+), 11 deletions(-) delete mode 100644 bitcoin-26.0.obscpio create mode 100644 bitcoin-26.1.obscpio diff --git a/_service b/_service index a7e93eb..ea52e8d 100644 --- a/_service +++ b/_service @@ -1,19 +1,19 @@ - + @PARENT_TAG@ https://github.com/bitcoin/bitcoin.git git enable .* v(.*) - refs/tags/v26.0 + refs/tags/v26.1 gz *.tar - + bitcoin.spec diff --git a/_servicedata b/_servicedata index 6ab597b..82ce38f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/bitcoin/bitcoin.git - 44d8b13c81e5276eb610c99f227a4d090cc532f6 \ No newline at end of file + 0b4aa31c34b239ec7da36760a2670792184c3ba8 \ No newline at end of file diff --git a/bitcoin-26.0.obscpio b/bitcoin-26.0.obscpio deleted file mode 100644 index 9a440be..0000000 --- a/bitcoin-26.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eebe3353623f16d5f01a0672088e196e6ef138a7c351398e51da33ffee9095e -size 44547085 diff --git a/bitcoin-26.1.obscpio b/bitcoin-26.1.obscpio new file mode 100644 index 0000000..f792aae --- /dev/null +++ b/bitcoin-26.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0c51405d2a93a34fb2f80ed1a5e95b231f63a3f4d7f6c0305a794a4088ecbf +size 44907021 diff --git a/bitcoin.changes b/bitcoin.changes index 4c9295d..1f2f2ed 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Mon Apr 15 14:20:00 UTC 2024 - Martin Pluskal + +- Update to version 26.1: + * [doc] add manual pages for 26.1 + * [doc] update release notes 26.1 + * [build] bump version to 26.1 final + * ci, macos: Use `--break-system-packages` with Homebrew's python + * ci: Add workaround for Homebrew's python link error + * [doc] update manual pages for v26.1rc2 + * [build] bump version to v26.1rc2 + * update release notes 26.1 + * fuzz: restrict fopencookie usage to Linux & FreeBSD + * test: make sure keypool sizes do not change on `getrawchangeaddress`/`getnewaddress` failures + * wallet: Avoid updating `ReserveDestination::nIndex` when `GetReservedDestination` fails + * p2p: Don't consider blocks mutated if they don't connect to known prev block + * [test] IsBlockMutated unit tests + * [validation] Cache merkle root and witness commitment checks + * [test] Add regression test for #27608 + * [net processing] Don't process mutated blocks + * [validation] Merkle root malleation should be caught by IsBlockMutated + * [validation] Introduce IsBlockMutated + * [refactor] Cleanup merkle root checks + * [validation] Isolate merkle root checks + * test: Drop `x` modifier in `fsbridge::fopen` call for mingw builds + * rpc: keep .cookie if it was not generated + * [doc] add release notes for 26.1rc1 + * [doc] update manual pages for 26.1rc1 + * [build] bump version to 26.1rc1 + * qt: 26.1rc1 translations update + * ci: Switch native macOS CI job to Xcode 15.0 + * build: Fix `-Xclang -internal-isystem` option + * Use hardened runtime on macOS release builds. + * [test] import descriptor wallet with reorged parent + IsFromMe child in mempool + * [test] rescan legacy wallet with reorged parent + IsFromMe child in mempool + * snapshots: don't core dump when running -checkblockindex after `loadtxoutset` + * [log] mempool loading + * net: create I2P sessions with both ECIES-X25519 and ElGamal encryption + * [refactor] Add helper for iterating through mempool entries + * doc: update release notes for 26.x + * wallet: Fix use-after-free in WalletBatch::EraseRecords + * ci: Set `HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK` to avoid failures + * rpc: getwalletinfo, return wallet 'birthtime' + * test: coverage for wallet birth time interaction with -reindex + * wallet: fix legacy spkm default birth time + * wallet: birth time update during tx scanning + * refactor: rename FirstKeyTimeChanged to MaybeUpdateBirthTime + * fuzz: disable BnB when SFFO is enabled + * test: add coverage for BnB-SFFO restriction + * wallet: create tx, log resulting coin selection info + * wallet: skip BnB when SFFO is active + * test: add regression test for the getrawtransaction segfault + * rpc: fix getrawtransaction segfault + * ci: Use Ubuntu 24.04 Noble for asan + * ci: Use Ubuntu 24.04 Noble for tsan,tidy,fuzz + * doc: Missing additions to 26.0 release notes + * doc: add historical release notes for 26.0 + ------------------------------------------------------------------- Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal diff --git a/bitcoin.obsinfo b/bitcoin.obsinfo index b04aee8..93def05 100644 --- a/bitcoin.obsinfo +++ b/bitcoin.obsinfo @@ -1,4 +1,4 @@ name: bitcoin -version: 26.0 -mtime: 1701686721 -commit: 44d8b13c81e5276eb610c99f227a4d090cc532f6 +version: 26.1 +mtime: 1711385468 +commit: 0b4aa31c34b239ec7da36760a2670792184c3ba8 diff --git a/bitcoin.spec b/bitcoin.spec index 36974a2..c3af419 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -24,7 +24,7 @@ %define consensus 1 %define is_base 1 Name: bitcoin -Version: 26.0 +Version: 26.1 Release: 0 Summary: P2P Digital Currency License: MIT