Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77150 - [bitcoin] Suggested dependency changes
Attached to Project:
Community Packages
Opened by loqs (loqs) - Monday, 16 January 2023, 00:23 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 14:58 GMT
Opened by loqs (loqs) - Monday, 16 January 2023, 00:23 GMT
Last edited by Antonio Rojas (arojas) - Friday, 01 September 2023, 14:58 GMT
|
DetailsDescription:
Protobuf is no longer used [1]. OpenSSL is no longer used [2] No Boost library is used [3] Attached diff [4] removes unused dependencies and adds gcc-libs as detected by namcap. Additional info: * bitcoin 24.0.1-4 [1] https://github.com/bitcoin/bitcoin/commit/67328bb7ca57fa0df867ec73dbeeb97d61450a4e [2] https://github.com/bitcoin/bitcoin/commit/8983ee3e6dd8ab658bd2caf97c326cc53ea50818 [3] https://github.com/bitcoin/bitcoin/blob/v24.0.1/src/Makefile.am [4] PKGBUILD.diff |
This task depends upon
Closed by Antonio Rojas (arojas)
Friday, 01 September 2023, 14:58 GMT
Reason for closing: Fixed
Additional comments about closing: bitcoin 25.0-3
Friday, 01 September 2023, 14:58 GMT
Reason for closing: Fixed
Additional comments about closing: bitcoin 25.0-3

Updated diff for bitcoin 25.0-2 which dropped openssl.

Fix previous diff that incorrectly dropped libevent.

Also remove protobuf from bitcoin-qt as well as makedepends.

Updated diff for switch to gitlab. Also removes duplicate definition of _FORTIFY_SOURCE and missing db5.3 and sqlite dependencies for bitcoin-tx.