safing / portmaster-packaging

Portmaster packages and installers
GNU General Public License v3.0
49 stars 22 forks source link

Fix ca-certificates dependency for deb packages #92

Closed mattkeenan closed 1 year ago

mattkeenan commented 1 year ago

This is a fix for #91. In order to install portmaster files must be downloaded via https, but this requires trusted certificates to be installed or the download will fail because the SSL cert on the server won't be trusted. To fix this we include ca-certificates as a dependency (this package is installed on desktop installs). This will be useful on some containers or iot installs, and to a lesser extent minimal server installs (like debootstrap installs).

dhaavi commented 1 year ago

Please rebase.

mattkeenan commented 1 year ago

Sorry, I'm far more used to the git command line than github. Rebased to safing/develop.

dhaavi commented 1 year ago

LGTM, merging.

I don't know yet when we will do the next release though - hopefully soon.

Thanks for the fixes!