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

Backport: Use armored keyring for APT repository (#772) #793

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Feb 10, 2025

Since apt 2.9.16, it rejects the keybox format files. So we should use
the armored format instead.

ref. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088656#35

The only format which is GnuPG specific, are for example its internal
keybox keyrings, which I don't think has ever been used as any kind
> of public interchange format.

In practical use case, Debian 13 (trixie) or Ubuntu 25.04 will be affected. Without it, it causes verification error with apt-get update.


Since apt 2.9.16, it rejects the keybox format files. So we should use
    the armored format instead.

ref. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088656#35

> The only format which is GnuPG specific, are for example its internal
> keybox keyrings, which I don't think has ever been used as any kind
    > of public interchange format.

In practical use case, Debian 13 (trixie) or Ubuntu 25.04 will be
affected. Without it, it causes verification error with apt-get update.

---------

Signed-off-by: Kentaro Hayashi <[email protected]>
@kenhys kenhys requested a review from Watson1978 February 10, 2025 05:28
@kenhys kenhys added this to the 5.0.6 milestone Feb 10, 2025
@kenhys kenhys merged commit 664df2e into fluent-package-v5 Feb 10, 2025
62 of 63 checks passed
@kenhys kenhys deleted the backport-apt-lts branch February 10, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant