]> git.ipfire.org Git - thirdparty/systemd.git/commit
import: rename keyring extension from .gpg to .pgp
authorLuca Boccassi <luca.boccassi@gmail.com>
Sun, 22 Jun 2025 16:43:35 +0000 (17:43 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 23 Jun 2025 22:24:51 +0000 (23:24 +0100)
commitff401d5df9c6090aafb10cdba81ece113b4fa29f
tree0d70edbf763f1c525d4b251daca8f284a062a6dd
parent274e2f4bb9fa14c55a971eaccd3b1487ecc05582
import: rename keyring extension from .gpg to .pgp

The format is not specific to gpg, it's defined by the pgp
protocols. Lintian even warns about it:

systemd-container: openpgp-file-has-implementation-specific-extension [usr/lib/systemd/import-pubring.gpg]

Rename it accordingly, as new pgp implementations are slowly becoming
more popular.

Keep using /etc/systemd/import-pubring.gpg for backward compatibility.
man/importctl.xml
man/sysupdate.d.xml
meson.build
src/import/import-pubring.pgp [moved from src/import/import-pubring.gpg with 100% similarity]
src/import/meson.build
src/import/pull-common.c