Accepting request 1167841 from network:cryptocurrencies
- 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/request/show/1167841 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=54
This commit is contained in:
commit
730719550d
6
_service
6
_service
@ -1,19 +1,19 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="exclude">.*</param>
|
<param name="exclude">.*</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">refs/tags/v26.0</param>
|
<param name="revision">refs/tags/v26.1</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="manual">
|
||||||
<param name="file">bitcoin.spec</param>
|
<param name="file">bitcoin.spec</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
<param name="url">https://github.com/bitcoin/bitcoin.git</param>
|
||||||
<param name="changesrevision">44d8b13c81e5276eb610c99f227a4d090cc532f6</param></service></servicedata>
|
<param name="changesrevision">0b4aa31c34b239ec7da36760a2670792184c3ba8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5eebe3353623f16d5f01a0672088e196e6ef138a7c351398e51da33ffee9095e
|
|
||||||
size 44547085
|
|
3
bitcoin-26.1.obscpio
Normal file
3
bitcoin-26.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf0c51405d2a93a34fb2f80ed1a5e95b231f63a3f4d7f6c0305a794a4088ecbf
|
||||||
|
size 44907021
|
@ -1,3 +1,61 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 14:20:00 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- 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 <mpluskal@suse.com>
|
Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: bitcoin
|
name: bitcoin
|
||||||
version: 26.0
|
version: 26.1
|
||||||
mtime: 1701686721
|
mtime: 1711385468
|
||||||
commit: 44d8b13c81e5276eb610c99f227a4d090cc532f6
|
commit: 0b4aa31c34b239ec7da36760a2670792184c3ba8
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define consensus 1
|
%define consensus 1
|
||||||
%define is_base 1
|
%define is_base 1
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 26.0
|
Version: 26.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user