This repository was archived by the owner on May 30, 2023. It is now read-only.
app-crypt/gnupg: add patches for accepting without UIDs for alpha#381
Merged
dongsupark merged 3 commits intoflatcar-master-alphafrom Jul 10, 2020
Merged
app-crypt/gnupg: add patches for accepting without UIDs for alpha#381dongsupark merged 3 commits intoflatcar-master-alphafrom
dongsupark merged 3 commits intoflatcar-master-alphafrom
Conversation
This was referenced May 26, 2020
sayanchowdhury
approved these changes
Jul 9, 2020
Contributor
sayanchowdhury
left a comment
There was a problem hiding this comment.
LGTM, Can we port these two minor changes as well
|
|
||
| PATCHES=( | ||
| "${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch" | ||
| "${FILESDIR}/${PN}-allow-import-of-previously-known-keys-even-without-UI.patch" |
Contributor
There was a problem hiding this comment.
Same as edge, Can we add the comment that these two patches are flatcar specific?
851dc0e to
28719b7
Compare
Contributor
Author
|
Done. |
added 2 commits
July 10, 2020 09:55
When the GnuPG keyserver is set to `keys.openpgp.org`, `gpg --recv-keys` occasionally fails with the following error: ``` gpg: key E52F0DB391453C45: no user ID ``` We need to make GnuPG accept keys even without UIDs. Original patches come from https://salsa.debian.org/debian/gnupg2/tree/f292beac1171c6c77faf41d1f88c2e0942ed4437/debian/patches/import-merge-without-userid . See also https://dev.gnupg.org/T4393 .
28719b7 to
89e7462
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When the GnuPG keyserver is set to
keys.openpgp.org,gpg --recv-keysoccasionally fails with the following error:We need to make GnuPG accept keys even without UIDs.
Original patches come from https://salsa.debian.org/debian/gnupg2/tree/f292beac1171c6c77faf41d1f88c2e0942ed4437/debian/patches/import-merge-without-userid .
See also https://dev.gnupg.org/T4393 and flatcar/Flatcar#117.
This PR should be merged together with flatcar-archive/portage-stable#73.