summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gpgme
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-03 15:08:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-05 11:28:38 +0000
commit5d2c1b95ffceb78f6517e2e1ed05afceb3464070 (patch)
treecf57e59113e8056c361e43f5b603d16f8f12ea95 /meta/recipes-support/gpgme
parentfd86231bdf0535e0d78032d54c1ea9151cfd7f23 (diff)
downloadpoky-5d2c1b95ffceb78f6517e2e1ed05afceb3464070.tar.gz
gpgme: upgrade 1.22.0 -> 1.23.1
Changelog: ========== * w32: Change gpgme-w32-spawn to use Unicode arguments. * Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. * New keylist mode GPGME_KEYLIST_MODE_WITH_V5FPR. * New key capability flags has_*. * gpgme-tool: Support use of Windows HANDLE. * qt: Support refreshing keys via WKD. * qt: Handle cancel in changeexpiryjob. (From OE-Core rev: 213a7948f832f3a37d025f5fb32f80722e50b95e) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gpgme')
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.23.1.bb (renamed from meta/recipes-support/gpgme/gpgme_1.22.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.22.0.bb b/meta/recipes-support/gpgme/gpgme_1.23.1.bb
index 84c8fa9f8a..e029b73a8f 100644
--- a/meta/recipes-support/gpgme/gpgme_1.22.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.23.1.bb
@@ -24,7 +24,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
24 file://0001-autogen.sh-remove-unknown-in-version.patch \ 24 file://0001-autogen.sh-remove-unknown-in-version.patch \
25 " 25 "
26 26
27SRC_URI[sha256sum] = "9551e37081ad3bde81018a0d24f245c3f8206990549598fb31a97a68380a7b71" 27SRC_URI[sha256sum] = "a0c316f7ab7d3bfb01a8753c3370dc906e5b61436021f3b54ff1483b513769bd"
28 28
29PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}" 29PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}"
30 30