-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
yay imports new PGP key after failed signature check #2165
Comments
Yeah, i see the same issue. `yay -S wlr-randr :: (1/1) Parsing SRCINFO: wlr-randr :: PGP keys need importing:
wlr-randr 0.3.0 User defined options Found ninja-1.11.1 at /usr/bin/ninja Packages (1) wlr-randr-0.3.0-1 Total Installed Size: 0.03 MiB :: Proceed with installation? [Y/n] ' |
#2239 should fix this by only checking gpg signature after the import. |
Affected Version
yay v12.0.4 - libalpm v13.0.2
Describe the bug
When installing an AUR package that needs importing of a new PGP key, yay/pacman fails the signature checking at first (because of a missing key), but then continues on with the installation (regardless of an integrity error) and only then imports the relevant PGP key, successfully builds the package and installs it.
Reproduction Steps
yay -Syu ffmpeg-headless
(for example)Expected behavior
PGP key importing is done before any integrity checks.
Output
The text was updated successfully, but these errors were encountered: