Follow-up to #23565
I added more info to dependencies.md - especially links to depends/packages/*.mk files and link to PRs where used versions were bumped.
Preview at: https://github.com/prusnak/bitcoin/blob/dependencies/doc/dependencies.md
Follow-up to #23565
I added more info to dependencies.md - especially links to depends/packages/*.mk files and link to PRs where used versions were bumped.
Preview at: https://github.com/prusnak/bitcoin/blob/dependencies/doc/dependencies.md
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Reviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
65 | -| --- | --- | --- | --- | 66 | -| [Berkeley DB](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) (legacy wallet) | 4.8.30 | 4.8.x | No | 67 | -| [SQLite](https://sqlite.org) | 3.32.1 | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | No | 68 | +| Dependency | Releases | Version used | Minimum required | Runtime | 69 | +| --- | --- | --- | --- | --- | 70 | +| [Berkeley DB](../depends/packages/bdb.mk ) (legacy wallet) | [link](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.30 | 4.8.x | No |
Some extra spaces within (…) here
Fixed in 39bd6843c5349503a4e8aec819838290e954c728
Concept ACK
Rebased => 39bd6843c5349503a4e8aec819838290e954c728
16 | @@ -17,33 +17,33 @@ You can find installation instructions in the `build-*.md` file for your platfor 17 | 18 | | Dependency | Version used | Minimum required | Runtime | 19 | | --- | --- | --- | --- | 20 | -| [Boost](https://www.boost.org/users/download/) | 1.77.0 | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | 21 | -| [libevent](https://github.com/libevent/libevent/releases) | 2.1.12-stable | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) | No | 22 | +| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | [1.77.0](https://github.com/bitcoin/bitcoin/pull/24383) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No |
I think something went wrong; versions ends up in the "runtime" column here.
Fixed in 128e4ed02c03ce8c4ce206f5858dd787d06e1a18
56 | -| Dependency | Version used | Minimum required | Runtime | 57 | -| --- | --- | --- | --- | 58 | -| [ZeroMQ](https://zeromq.org) | 4.3.4 | 4.0.0 | No | 59 | +| Dependency | Releases | Version used | Minimum required | Runtime | 60 | +| --- | --- | --- | --- | --- | 61 | +| [ZeroMQ](../depends/packages/zeromq.mk) | [link](https://zeromq.org) | [4.3.4](https://github.com/bitcoin/bitcoin/pull/23956) | 4.0.0 | No |
nit: while you're changing this file...the zeromq release link is actually https://github.com/zeromq/libzmq/releases this was changed by #23565. in my opinion, https://zeromq.org is less useful.
Agreed, addressed in f9c6df545efa3ca804f99dd3d7c3022cf313f27e
Concept ACK with the one zeromq nit that you can choose to address or not as it's a matter of opinion
22 | -| [glibc](https://www.gnu.org/software/libc/) | N/A | [2.18](https://github.com/bitcoin/bitcoin/pull/23511) | Yes | 23 | +| Dependency | Releases | Version used | Minimum required | Runtime | 24 | +| --- | --- | --- | --- | --- | 25 | +| [Boost](../depends/packages/boost.mk) | [link](https://www.boost.org/users/download/) | [1.77.0](https://github.com/bitcoin/bitcoin/pull/24383) | [1.64.0](https://github.com/bitcoin/bitcoin/pull/22320) | No | 26 | +| [libevent](../depends/packages/libevent.mk) | [link](https://github.com/libevent/libevent/releases) | [2.1.12-stable](https://github.com/bitcoin/bitcoin/pull/21991) | [2.1.8](https://github.com/bitcoin/bitcoin/pull/24681) | No | 27 | +| glibc | [link](https://www.gnu.org/software/libc/) | [2.18](https://github.com/bitcoin/bitcoin/pull/23511) | Yes |
| glibc | [link](https://www.gnu.org/software/libc/) | N/A | [2.18](https://github.com/bitcoin/bitcoin/pull/23511) | Yes |
You've dropped N/A from Version Used in the glibc column, which has broken the table.

Good catch! Fixed in abcb8769bf1d8ed227e6abddd7250a613e91277d
ACK abcb8769bf1d8ed227e6abddd7250a613e91277d - I didn't click on or test all of the links, but this looks ok.