freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.35k stars 152 forks source link

Drop support for Fedora 38 #840

Closed almet closed 1 week ago

almet commented 1 week ago

Fedora 38 is EOL since 21 May 2024, so this removes the specific branches we had checking for it, and updates the related instructions.

apyrgio commented 1 week ago

I see two places that still refer to Fedora 38:

$ git grep -i fedora | grep 38
BUILD.md:   > :bulb: Alternatively, you can use your base Fedora 38 template in the
[...]
dev_scripts/qa.py:class QAFedora38(QAFedora):

The first should change to refer to Fedora 40. What we're saying to the user there is that they can install Dangerzone on their base Fedora 40 template, instead of a separate one. For the second reference, we should just remove it.

almet commented 1 week ago

:bookmark: Hey, thanks for catching this up. Mentally bookmarking the -i flag and the grep on the version number for later reference.

apyrgio commented 1 week ago

Oh nice, you found another instance of Fedora 38 as well. Thanks for the changes, feel free to merge.