this post was submitted on 27 Sep 2024
42 points (100.0% liked)

F-Droid

7959 readers
14 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 3 years ago
MODERATORS
 

F-Droid Build Status was updated to 5.6.4 and no one will get this update. Why? Well, the app is now built reproducibly so if you have it installed you need to uninstall it and then reinstall it. (Yes, we wish this switch to be easier to perform, but the UI is not there yet)

you are viewing a single comment's thread
view the rest of the comments
[–] kosmoz@lemm.ee 2 points 3 days ago (1 children)

[…], from that point the app will be built by f-droid with their own digital signature.

This part of your comment is not quite true. One of the advantages of reproducible builds is that the app can be signed by the developer but fdroid can still verify that it has been built from the correct source code. You can check out the documentation here: https://f-droid.org/docs/Reproducible_Builds/

[–] WhyJiffie@sh.itjust.works 1 points 3 days ago (1 children)

you're right, thanks for letting me know

This means that F-Droid can verify that an app is 100% free software while still using the original developer’s APK signatures.

then I don't understand it either why it can't be updated directly

[–] kosmoz@lemm.ee 1 points 2 days ago

If an app doesn't support reproducible builds, the version you can download from F-Droid was built and signed by F-Droid, not by the dev