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.37k stars 153 forks source link

Install patched conmon from our apt-tools-prod repo #708

Closed apyrgio closed 4 months ago

apyrgio commented 4 months ago

The oldstable-proposed-updates Debian repo no longer offers a patched conmon version, since this has now been integrated in Debian Bullseye (see https://tracker.debian.org/pkg/conmon). Since we want to test as close to the end-user environment as possible, change our CI code to install conmon from the apt-tools-prod repo.

Refs #685

apyrgio commented 4 months ago

Everything passed, except for the security scans. However, I just realized that our build instructions are not up-to-date with the new change. I pushed a commit to fix them (2703448d60f88be042af705aa5a04f7605b268a4).

deeplow commented 4 months ago

Good catch. Feel free to merge.