Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from apt::key #20

Open
sts opened this issue Jan 8, 2024 · 1 comment
Open

Migrate away from apt::key #20

sts opened this issue Jan 8, 2024 · 1 comment
Assignees

Comments

@sts
Copy link

sts commented Jan 8, 2024

puppet-rspamd version: <= 2.1.0

Repository gpg keys are currently installed via apt::source, which uses apt-key(8) under the hood. apt-key is deprecated in Debian >= 11 versions and prints a warning when apt is called:

W: http://rspamd.com/apt-stable/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.

Please switch to using apt::keyring or adding the key to /etc/apt/trusted.gpg.d. puppetlabs/puppetlabs-apt#1128 implements keyrings, which can be used through apt::source, by supplying a name parameter.

@Lightning-
Copy link
Contributor

fixed in 4ce36cb
release will follow soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants