diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-03 15:08:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 11:21:02 +0000 |
commit | 213a7948f832f3a37d025f5fb32f80722e50b95e (patch) | |
tree | cf19ac1f3472a53b1478cb824ab50f1f64ae039b | |
parent | f117a244f41aeef7b01fef5c06ec158e4fb0cd5d (diff) | |
download | openembedded-core-213a7948f832f3a37d025f5fb32f80722e50b95e.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.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-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 \ file://0001-autogen.sh-remove-unknown-in-version.patch \ " -SRC_URI[sha256sum] = "9551e37081ad3bde81018a0d24f245c3f8206990549598fb31a97a68380a7b71" +SRC_URI[sha256sum] = "a0c316f7ab7d3bfb01a8753c3370dc906e5b61436021f3b54ff1483b513769bd" PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}" |