diff options
author | Saul Wold <Saul.Wold@windriver.com> | 2020-09-09 17:46:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-12 14:48:59 +0100 |
commit | 0c06506d42f9e1f43a54a178cda47cfea3f12f81 (patch) | |
tree | 48d5d790965d4b3e6c7b4bc1e74964c5375cdcab | |
parent | 9b2b23d5ec4c9b0031ad9c002ab40e70a49fe71e (diff) | |
download | poky-0c06506d42f9e1f43a54a178cda47cfea3f12f81.tar.gz |
gnupg: uprev 2.2.22 -> 2.2.23
This addresses CVE-2020-25125 and provides some other minor
updates and translations.
Updated commits for reference:
e234d04c3 Werner Koch Release 2.2.23
aeb8272ca Werner Koch gpg: Fix AEAD preference list overflow
038314665 Werner Koch po: auto update
1a4b0fd79 Yuri Chornoivan po: Update Ukrainian translation
93d10403a Jakub Bogusz po: Update Polish translation
a8a8105bc Werner Koch po: Add key-check.c to the list of translatable sources.
cad9955ac Petr Pisar po: Update Czech translation.
896c528ba Werner Koch gpg: Fix segv importing certain keys.
0a9665187 NIIBE Yutaka scd: Fix a regression for OpenPGP card.
bcae9cd4e Nagy Ferenc László po: Minor update to the Hungarian translation.
d2fe2ffd7 Werner Koch sm: Fix a bug in the rfc2253 parser
f799b3ddb Werner Koch Post release updates
(From OE-Core rev: 965683336816eba7cb0548e59faf224f74b306b1)
Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.2.23.bb (renamed from meta/recipes-support/gnupg/gnupg_2.2.22.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.2.22.bb b/meta/recipes-support/gnupg/gnupg_2.2.23.bb index 161add79f4..c624b67a0b 100644 --- a/meta/recipes-support/gnupg/gnupg_2.2.22.bb +++ b/meta/recipes-support/gnupg/gnupg_2.2.23.bb | |||
@@ -20,7 +20,7 @@ SRC_URI_append_class-native = " file://0001-configure.ac-use-a-custom-value-for- | |||
20 | file://relocate.patch" | 20 | file://relocate.patch" |
21 | SRC_URI_append_class-nativesdk = " file://relocate.patch" | 21 | SRC_URI_append_class-nativesdk = " file://relocate.patch" |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "7c1370565e1910b9d8c4e0fb57b9de34aa062ec7bb91abad5803d791f38d855b" | 23 | SRC_URI[sha256sum] = "10b55e49d78b3e49f1edb58d7541ecbdad92ddaeeb885b6f486ed23d1cd1da5c" |
24 | 24 | ||
25 | EXTRA_OECONF = "--disable-ldap \ | 25 | EXTRA_OECONF = "--disable-ldap \ |
26 | --disable-ccid-driver \ | 26 | --disable-ccid-driver \ |