From patchwork Wed Jul 1 06:34:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 91456 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58083C44500 for ; Wed, 1 Jul 2026 06:34:30 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.39124.1782887655167342801 for ; Tue, 30 Jun 2026 23:34:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=DjFplyYg; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=ZiWUiAvk; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019f1c62a335-a730d138-d855-4832-9853-eef3301df141-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1782887654; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=HeG5zT9kS+vAVuECl4yLJprlMywaR5eRlZNZuX6Kzck=; b=DjFplyYgq8Zfrq17HbqbTNjkw5AP4f59U3Xvi0W5rAif7Lf/6RiwPK+rQNd4YdH/ 1e0iHP0kouLEpbxhhnb2s/376BxjaNwzfbULkJ6/k4bxrDQzgtf8vKH3JfLQuj9D48u nVDnmHL7spOTpQTZ/TqZq7OSuQQv+ARRJrgFi7Wk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1782887654; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=HeG5zT9kS+vAVuECl4yLJprlMywaR5eRlZNZuX6Kzck=; b=ZiWUiAvkqiE8ocMThv77TIbJzWuvLHgzRr7n5+BzyeEKBjKNEt1FqsJW536jc0px wEgyIkrVXnlnUJAEBcl6sFrDX3YgAE3ff57iMAXG95wDGtmNGJex7D3CsjX93x3LSxS 3Q9N1XX23/H+SWwmzrXJWBqej+1kOf+K4ZU2WAfQ= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gpgme: upgrading to 2.1.2 SUCCEEDED Message-ID: <0101019f1c62a335-a730d138-d855-4832-9853-eef3301df141-000000@us-west-2.amazonses.com> Date: Wed, 1 Jul 2026 06:34:14 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.01-54.240.27.193 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 01 Jul 2026 06:34:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/239943 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gpgme* to *2.1.2* has Succeeded. Next steps: - apply the patch: git am 0001-gpgme-upgrade-2.1.0-2.1.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 811b3da1c77be26b6ef3f85cfcdaa223d81a5c1d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jul 2026 06:34:04 +0000 Subject: [PATCH] gpgme: upgrade 2.1.0 -> 2.1.2 --- ...e-gpgme.m4-use-gpgrt-config-with-.pc.patch | 11 +++----- ...autogen.sh-remove-unknown-in-version.patch | 6 ++--- .../gpgme/gpgme/0001-pkgconfig.patch | 17 ++++++------- ...ix-io.c-Use-off_t-instead-of-off64_t.patch | 4 +-- ...se-closefrom-on-linux-and-glibc-2.34.patch | 6 ++--- ...p-all-lib-or-usr-lib-directories-in-.patch | 2 +- .../gpgme/{gpgme_2.1.0.bb => gpgme_2.1.2.bb} | 25 +++++++++++++++++-- 7 files changed, 43 insertions(+), 28 deletions(-) rename meta/recipes-support/gpgme/{gpgme_2.1.0.bb => gpgme_2.1.2.bb} (74%) diff --git a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch index 4b8d1ceecd..ec0c423961 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-Revert-build-Make-gpgme.m4-use-gpgrt-config-with-.pc.patch @@ -1,4 +1,4 @@ -From 6ad1ac8c03ae3acc0539fc1566070e2468c7df0a Mon Sep 17 00:00:00 2001 +From 11991439661faba92e2a3966084d40fc8757557f Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 14 Oct 2025 14:12:55 +0800 Subject: [PATCH] Revert "build: Make gpgme.m4 use gpgrt-config with *.pc." @@ -15,7 +15,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 8 insertions(+), 46 deletions(-) diff --git a/src/gpgme.m4 b/src/gpgme.m4 -index acbfc1c..5f689e1 100644 +index 5fbb5db..13b43a4 100644 --- a/src/gpgme.m4 +++ b/src/gpgme.m4 @@ -122,24 +122,10 @@ AC_REQUIRE([_AM_PATH_GPGRT_CONFIG])dnl @@ -77,7 +77,7 @@ index acbfc1c..5f689e1 100644 if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no -@@ -370,11 +348,7 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], +@@ -371,11 +349,7 @@ AC_DEFUN([AM_PATH_GPGME_GLIB],[ # If we have a recent GPGME, we should also check that the # API is compatible. if test "$req_gpgme_api" -gt 0 ; then @@ -90,7 +90,7 @@ index acbfc1c..5f689e1 100644 if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no -@@ -383,20 +357,8 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], +@@ -384,20 +358,8 @@ AC_DEFUN([AM_PATH_GPGME_GLIB],[ fi fi if test $ok = yes; then @@ -113,6 +113,3 @@ index acbfc1c..5f689e1 100644 AC_MSG_RESULT(yes) ifelse([$2], , :, [$2]) _AM_PATH_GPGME_CONFIG_HOST_CHECK --- -2.34.1 - diff --git a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch index 890909dd5e..579f47c173 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-autogen.sh-remove-unknown-in-version.patch @@ -1,4 +1,4 @@ -From 0bb7fddb6a768bbc46695de4c6e0256a3580ccbb Mon Sep 17 00:00:00 2001 +From 7f374b5827f3d5d7f57e9045259f5aca703fb1d3 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 26 Nov 2024 23:23:42 -0800 Subject: [PATCH] autogen.sh: remove '-unknown' in version @@ -20,10 +20,10 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh -index 9f91297..9f7559b 100755 +index 71f89e2..6b407e2 100755 --- a/autogen.sh +++ b/autogen.sh -@@ -271,7 +271,7 @@ if [ "$myhost" = "find-version" ]; then +@@ -286,7 +286,7 @@ if [ "$myhost" = "find-version" ]; then else ingit=no beta=yes diff --git a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch index 67b65157d1..ed3b3db261 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-pkgconfig.patch @@ -1,4 +1,4 @@ -From 4b4e6fc898dd249387bbed4924fa22c1c494327a Mon Sep 17 00:00:00 2001 +From 04838f9ce25f6964254310b66069ed1b37b019ce Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 21 Jul 2025 12:43:29 +0800 Subject: [PATCH] pkgconfig @@ -29,10 +29,10 @@ Signed-off-by: Hongxu Jia create mode 100644 src/gpgme-pthread.pc.in diff --git a/configure.ac b/configure.ac -index d4dcb1c..293fcc2 100644 +index cd0af89..5ee3891 100644 --- a/configure.ac +++ b/configure.ac -@@ -844,6 +844,7 @@ AC_CONFIG_FILES(Makefile src/Makefile +@@ -845,6 +845,7 @@ AC_CONFIG_FILES(Makefile src/Makefile src/gpgme.pc src/gpgme-glib.pc src/gpgme.h) @@ -41,7 +41,7 @@ index d4dcb1c..293fcc2 100644 AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd]) AC_CONFIG_FILES([lang/js/Makefile lang/js/src/Makefile diff --git a/src/Makefile.am b/src/Makefile.am -index edc239b..d427044 100644 +index 4f45dfe..3c49190 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,11 +20,11 @@ @@ -80,7 +80,7 @@ index 0000000..074bbf6 +Cflags: -I${includedir} +Requires: libassuan gpg-error diff --git a/src/gpgme.m4 b/src/gpgme.m4 -index 5f689e1..249e8c9 100644 +index 13b43a4..851e866 100644 --- a/src/gpgme.m4 +++ b/src/gpgme.m4 @@ -166,7 +166,6 @@ dnl is added to the gpg_config_script_warn variable. @@ -225,7 +225,7 @@ index 5f689e1..249e8c9 100644 ]) -@@ -319,36 +249,12 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], +@@ -320,36 +250,12 @@ AC_DEFUN([AM_PATH_GPGME_GLIB],[ min_gpgme_version="$tmp" fi @@ -264,7 +264,7 @@ index 5f689e1..249e8c9 100644 if test "$tmp" -gt 0 ; then if test "$req_gpgme_api" -ne "$tmp" ; then ok=no -@@ -357,17 +263,9 @@ AC_DEFUN([AM_PATH_GPGME_GLIB], +@@ -358,17 +264,9 @@ AC_DEFUN([AM_PATH_GPGME_GLIB],[ fi fi if test $ok = yes; then @@ -295,6 +295,3 @@ index 9ddef5c..932645b 100644 +Cflags: -I${includedir} +Libs: -L${libdir} -lgpgme URL: https://www.gnupg.org/software/gpgme/index.html --- -2.34.1 - diff --git a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch index 932fb9c962..16df7fff1b 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-posix-io.c-Use-off_t-instead-of-off64_t.patch @@ -1,4 +1,4 @@ -From 417036051c84b02fe43f162ee378278a44636451 Mon Sep 17 00:00:00 2001 +From c069f75821abe4fa7765556f2bcf3af8b04a6eaf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Dec 2022 08:44:13 -0800 Subject: [PATCH] posix-io.c: Use off_t instead of off64_t @@ -26,7 +26,7 @@ Signed-off-by: Khem Raj 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/posix-io.c b/src/posix-io.c -index 0d0a98b..286a626 100644 +index 4dee776..3b99500 100644 --- a/src/posix-io.c +++ b/src/posix-io.c @@ -74,8 +74,8 @@ diff --git a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch index ed2edabd63..0c00cb00f8 100644 --- a/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch +++ b/meta/recipes-support/gpgme/gpgme/0001-use-closefrom-on-linux-and-glibc-2.34.patch @@ -1,4 +1,4 @@ -From aaed03b76505b1feaeeb5a4a3c6bdcc7dd089f01 Mon Sep 17 00:00:00 2001 +From 116b3ecc954387f141f7cf9f5e01185919130f18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Jul 2021 12:33:13 -0700 Subject: [PATCH] use closefrom() on linux and glibc 2.34+ @@ -13,10 +13,10 @@ Signed-off-by: Wang Mingyu 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix-io.c b/src/posix-io.c -index a422d8f..0d0a98b 100644 +index f8196f9..4dee776 100644 --- a/src/posix-io.c +++ b/src/posix-io.c -@@ -577,7 +577,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags, +@@ -599,7 +599,7 @@ _gpgme_io_spawn (const char *path, char *const argv[], unsigned int flags, if (fd_list[i].fd > fd) fd = fd_list[i].fd; fd++; diff --git a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch index c021e48be9..a71ec8e762 100644 --- a/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch +++ b/meta/recipes-support/gpgme/gpgme/0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch @@ -1,4 +1,4 @@ -From 9ea685f1b898ee703b85b705c35b9cbd77cca17f Mon Sep 17 00:00:00 2001 +From 101b5ffa3742d7e71e75f5e22aa3efe0f4c283b5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 13 Apr 2017 16:40:27 +0300 Subject: [PATCH] gpgme-config: skip all /lib* or /usr/lib* directories in diff --git a/meta/recipes-support/gpgme/gpgme_2.1.0.bb b/meta/recipes-support/gpgme/gpgme_2.1.2.bb similarity index 74% rename from meta/recipes-support/gpgme/gpgme_2.1.0.bb rename to meta/recipes-support/gpgme/gpgme_2.1.2.bb index 269070b10b..cd48ac1647 100644 --- a/meta/recipes-support/gpgme/gpgme_2.1.0.bb +++ b/meta/recipes-support/gpgme/gpgme_2.1.2.bb @@ -1,3 +1,24 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- src/gpgme.h.in +# +++ src/gpgme.h.in +# @@ -1,6 +1,6 @@ +# /* gpgme.h - Public interface to GnuPG Made Easy. -*- c -*- +# * Copyright (C) 2000 Werner Koch (dd9jn) +# - * Copyright (C) 2001-2025 g10 Code GmbH +# + * Copyright (C) 2001-2026 g10 Code GmbH +# * +# * This file is part of GPGME. +# * +# +# + SUMMARY = "High-level GnuPG encryption/signing API" DESCRIPTION = "GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management" HOMEPAGE = "http://www.gnupg.org/gpgme.html" @@ -9,7 +30,7 @@ LICENSE:${PN}-tool = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LESSER;md5=bbb461211a33b134d42ed5ee802b37ff \ - file://src/gpgme.h.in;endline=23;md5=c0d051fa63f5a5514f4ab190d7ca495e \ + file://src/gpgme.h.in;endline=23;md5=3b8e9a6fe45f4aef6306036aa21d3b89 \ file://src/engine.h;endline=21;md5=f58f7a0b6488edae41b925ac9c890068 \ file://src/gpgme-tool.c;endline=21;md5=66c5381e0e05475792e24982d15e7ce8 \ " @@ -24,7 +45,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ file://0001-autogen.sh-remove-unknown-in-version.patch \ " -SRC_URI[sha256sum] = "841c5ea53fc26259f4fbf0e8bde982dea1b8a1ca0cb77e681c82b050566bf92b" +SRC_URI[sha256sum] = "0687a95b299871c4141f507c0f740de6b429c9ac067d0fa4e062e3264df5fb77" DEPENDS = "libgpg-error-native libgpg-error libassuan"