This change includes security fixes:
build: Bump expat to the latest version #24756
pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:220404-expat changing 1 files +2 −2-
hebasto commented at 10:06 AM on April 4, 2022: member
-
1573b9b318
build: Bump expat to the latest version
This change includes security fixes: - https://github.com/libexpat/libexpat/blob/R_2_4_3/expat/Changes - https://github.com/libexpat/libexpat/blob/R_2_4_4/expat/Changes - https://github.com/libexpat/libexpat/blob/R_2_4_5/expat/Changes
-
laanwj commented at 10:11 AM on April 4, 2022: member
Expat is a dependency of fontconfig (right?), which is linked dynamically. So as I understand it, we don't actually link it into the binary. If that is the case, bumping its minor version makes no difference at all.
-
hebasto commented at 10:21 AM on April 4, 2022: member
Expat is a dependency of fontconfig (right?), which is linked dynamically. So as I understand it, we don't actually link it into the binary. If that is the case, bumping its minor version makes no difference at all.
Correct. I've suggested this change as a part of #22708, where the
native_expatpackage being linked statically. - DrahtBot added the label Build system on Apr 4, 2022
-
DrahtBot commented at 12:30 AM on April 5, 2022: member
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--174a7506f384e20aa4161008e828411d-->
Conflicts
No conflicts as of last run.
-
hebasto commented at 10:40 AM on April 15, 2022: member
Expat is a dependency of fontconfig (right?), which is linked dynamically. So as I understand it, we don't actually link it into the binary. If that is the case, bumping its minor version makes no difference at all.
Correct. I've suggested this change as a part of #22708, where the
native_expatpackage being linked statically.It is no longer the case. See #22708 (comment).
Closing.
- hebasto closed this on Apr 15, 2022
- hebasto deleted the branch on Apr 15, 2022
- DrahtBot locked this on Apr 15, 2023