From patchwork Tue Jul 15 15:55:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 66894 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 A8E19C87FCC for ; Tue, 15 Jul 2025 15:56:02 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.12482.1752594935884226447 for ; Tue, 15 Jul 2025 08:55:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=ABU7nTV8; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=eX/NFxj0; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101980eccbc92-c1661567-b8bd-40ea-ad9c-d22ab5d74569-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1752594955; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=+xubqDAiRMDkQ7Vk/gHXA2etiCehLL6GvM0H3m9e+SY=; b=ABU7nTV8Fh4yPx0ATwOEvccya3CVjq2WPQbEenzFPuanmiwFpC0ScXRHAbIudXc/ ZePo3QKS31S3QW1Hkh/J5zn5M1cE422QkUr67oh9YH/5gVoOUHN32RGA3LRoUx8cWNd BcAC0m4bwCJcebqIJcHgbCNYkyI4pRw99QjkNpH0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1752594955; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=+xubqDAiRMDkQ7Vk/gHXA2etiCehLL6GvM0H3m9e+SY=; b=eX/NFxj0VAJOh1bi20ios/lsPrJK4Vkzq4S/+SFP4pb8C6u8wD+om7J+Hkdt3Eoi dFmHEhHJMF8/wkmoCuaVp2J9XTNAy3+k09wlk+1sxLTq+QAD7Mt+K08T35xzZcxOk7g a0FkGOnzLQZrVSCaBnLw4Y6H1/MNzpIeaBqy07/8= MIME-Version: 1.0 From: auh@yoctoproject.org To: =?utf-8?q?Simone_Wei=C3=9F_=3Csimone=2Ep=2Eweiss=40posteo=2Enet=3E?= @yoctoproject.org Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gnutls: upgrading to 3.8.10 SUCCEEDED Message-ID: <010101980eccbc92-c1661567-b8bd-40ea-ad9c-d22ab5d74569-000000@us-west-2.amazonses.com> Date: Tue, 15 Jul 2025 15:55:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.15-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 15 Jul 2025 15:56:02 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/220398 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gnutls* to *3.8.10* has Succeeded. Next steps: - apply the patch: git am 0001-gnutls-upgrade-3.8.9-3.8.10.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 6d120ca30dd7867e7b321908c7c43a7a6126e2f4 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Jul 2025 15:20:32 +0000 Subject: [PATCH] gnutls: upgrade 3.8.9 -> 3.8.10 --- ....hmac-file-should-be-excuted-in-target-envi.patch | 6 +++--- .../gnutls/gnutls/Add-ptest-support.patch | 12 ++++++------ meta/recipes-support/gnutls/gnutls/arm_eabi.patch | 2 +- .../gnutls/{gnutls_3.8.9.bb => gnutls_3.8.10.bb} | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-support/gnutls/{gnutls_3.8.9.bb => gnutls_3.8.10.bb} (97%) diff --git a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch index 2dccea7859..fd623b7883 100644 --- a/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch +++ b/meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch @@ -1,4 +1,4 @@ -From c4f6cb380471b5e5478ae6f7f8c5604a6a64ec1c Mon Sep 17 00:00:00 2001 +From 1bab9373f3a1a7b056c034a294965cedca58cb3a Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Mon, 23 May 2022 10:44:43 +0900 Subject: [PATCH] Creating .hmac file should be excuted in target environment, @@ -11,10 +11,10 @@ Signed-off-by: Lei Maohui 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am -index a50d311..193ea19 100644 +index b28c623..1561139 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am -@@ -272,8 +272,7 @@ hmac_file = .libs/.$(gnutls_so).hmac +@@ -265,8 +265,7 @@ hmac_file = .libs/.$(gnutls_so).hmac all-local: $(hmac_file) diff --git a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch index 339d3d2f9e..210766cc17 100644 --- a/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch +++ b/meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch @@ -1,4 +1,4 @@ -From 6abc86acecff5a30173eb78a971ec5b65f77e1de Mon Sep 17 00:00:00 2001 +From 1b6242dfcdef9506d5d39701974feed62af1a4ee Mon Sep 17 00:00:00 2001 From: Ravineet Singh Date: Tue, 10 Jan 2023 16:11:10 +0100 Subject: [PATCH] gnutls: add ptest support @@ -12,7 +12,7 @@ Signed-off-by: Ravineet Singh 3 files changed, 11 insertions(+) diff --git a/Makefile.am b/Makefile.am -index 843193f..816b09f 100644 +index b59b9e1..835ca91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,6 +194,9 @@ dist-hook: @@ -26,10 +26,10 @@ index 843193f..816b09f 100644 include $(top_srcdir)/cligen/cligen.mk diff --git a/configure.ac b/configure.ac -index 1744813..efb9e34 100644 +index 5ad2c1a..63e8921 100644 --- a/configure.ac +++ b/configure.ac -@@ -1491,6 +1491,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS) +@@ -1436,6 +1436,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS) AM_CONDITIONAL(NEEDS_LIBRT, test "$gnutls_needs_librt" = "yes") @@ -39,10 +39,10 @@ index 1744813..efb9e34 100644 hw_features= diff --git a/tests/Makefile.am b/tests/Makefile.am -index 189d068..8430b05 100644 +index 9e5c7de..c8de449 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -678,6 +678,12 @@ SH_LOG_COMPILER = $(SHELL) +@@ -703,6 +703,12 @@ SH_LOG_COMPILER = $(SHELL) AM_VALGRINDFLAGS = --suppressions=$(srcdir)/suppressions.valgrind LOG_COMPILER = $(LOG_VALGRIND) diff --git a/meta/recipes-support/gnutls/gnutls/arm_eabi.patch b/meta/recipes-support/gnutls/gnutls/arm_eabi.patch index d493448aab..bc8fd30e08 100644 --- a/meta/recipes-support/gnutls/gnutls/arm_eabi.patch +++ b/meta/recipes-support/gnutls/gnutls/arm_eabi.patch @@ -1,4 +1,4 @@ -From 46b3079095c5ceb0dc742785853bbaf288f325c6 Mon Sep 17 00:00:00 2001 +From 258b061f8a86537b2bed86bff3f4556d48547def Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 25 Jan 2017 13:52:59 -0800 Subject: [PATCH] gnutls: account for ARM_EABI diff --git a/meta/recipes-support/gnutls/gnutls_3.8.9.bb b/meta/recipes-support/gnutls/gnutls_3.8.10.bb similarity index 97% rename from meta/recipes-support/gnutls/gnutls_3.8.9.bb rename to meta/recipes-support/gnutls/gnutls_3.8.10.bb index f2b7ac7bb8..600f23683e 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.9.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.10.bb @@ -25,7 +25,7 @@ SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar file://Add-ptest-support.patch \ " -SRC_URI[sha256sum] = "69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed" +SRC_URI[sha256sum] = "db7fab7cce791e7727ebbef2334301c821d79a550ec55c9ef096b610b03eb6b7" inherit autotools texinfo pkgconfig gettext lib_package gtk-doc ptest