Core Update 166: Drop old 2007 Pakfire key, and remove it from existing installations

It is not necessary to have this key present on IPFire systems anymore,
since it has not been in use for years, and we can expect systems to be
sufficiently up-to-date, so they no longer need to rely on old updates
or add-ons signed with this key.

Also, given the current key was generated in 2018, we should consider a
Pakfire key rollover soon.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2022-03-21 11:44:48 +00:00
parent 1af1ea5585
commit 219a998412
5 changed files with 7 additions and 35 deletions

View File

@@ -29,9 +29,6 @@ case "${1}" in
boot_mesg "Setting up Pakfire Package Manager..."
gpg --import /opt/pakfire/pakfire-2018.key &>/dev/null
evaluate_retval
# Try to import the old key, too
gpg --import /opt/pakfire/pakfire-2007.key &>/dev/null
;;
*)