build: appimage: fix build: bump alpine apk deps
What changed, and why it matters
This is a routine build fix for Electrum's Linux AppImage packaging. The Alpine Linux package repository no longer offered an older version of the xz compression library, so the build script was updated to request the newer available version. There is no indication this change fixes or introduces a security vulnerability; it simply makes the automated build work again.
No security action required. Treat as normal build maintenance. Optionally verify the updated xz package hash and build reproducibility if the project has a reproducible-build policy.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates a single pinned Alpine APK dependency version in contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patch, changing xz from 5.6.3-r1 to 5.8.3-r0. The commit message and build log show the previous version was no longer satisfiable in Alpine v3.21, causing the Docker image build to fail. The patch restores build reproducibility by pinning the currently available package version.
Changed components
contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patchInspect captured patch +1 / −1
diff --git a/contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patch b/contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patch
index 28aca9b..3192d92 100644
--- a/contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patch
+++ b/contrib/build-linux/appimage/patches/type2-runtime-reproducible-build.patch
@@ -108,7 +108,7 @@ index 07b6533..fba9c6e 100644
+ autoconf=2.72-r0 \
+ automake=1.17-r0 \
+ libtool=2.4.7-r3 \
-+ xz=5.6.3-r1 \
++ xz=5.8.3-r0 \
+ eudev-dev=3.2.14-r5 \
+ gettext-dev=0.22.5-r0 \
+ linux-headers=6.6-r1 \
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.