From patchwork Wed Jan 1 09:32:37 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: 54863 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 0EA9FE77194 for ; Wed, 1 Jan 2025 09:32:47 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.11333.1735723940986855423 for ; Wed, 01 Jan 2025 01:32:38 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=G5WF4jSI; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=MBCOmLM3; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101942135bdc1-2b745563-450c-4bda-b706-4ce848e1d095-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1735723957; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=T40hlLvGnUpUUDDFMvKRXKDf0Py58wyYtGcVPYYI7Ow=; b=G5WF4jSI4PZMauFWP/7d5NCi55/VdiVe7citdLIriZokjzhQlf5KfHKfJ84Nvkzn bRhutLMadVFEKhNGsLjvDGur7/tvrvOGKcNzaQJ2qVh+1QPtyqjwTfAyJulED1gn9wc tSsz1jfseC6Znm63Cy/rT7O1A164JEGNo4RaPae4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1735723957; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=T40hlLvGnUpUUDDFMvKRXKDf0Py58wyYtGcVPYYI7Ow=; b=MBCOmLM37Xl3dfF+DfQwKV8qhLX2Aq+OhJ1AXc+xU0o6SMChy5ec+RKYhC3tw47A SRvn5N9Rwy7pZ0yH5C04Qn5fsS0QMDrGO0tClLIBy7+wyYmFaCRGrJ7OI0iaMAJLn6T LYFpHR9ZpAq0ON03sesbaV3WOGhQwl+fEJHTT5V4= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] nettle: upgrading to 3.10.1 SUCCEEDED Message-ID: <010101942135bdc1-2b745563-450c-4bda-b706-4ce848e1d095-000000@us-west-2.amazonses.com> Date: Wed, 1 Jan 2025 09:32:37 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.01.01-54.240.27.45 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 ; Wed, 01 Jan 2025 09:32:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/209248 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nettle* to *3.10.1* has Succeeded. Next steps: - apply the patch: git am 0001-nettle-upgrade-3.10-3.10.1.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 58094e7d629e35d25b6131f5955564fc9c2ba896 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Jan 2025 09:29:22 +0000 Subject: [PATCH] nettle: upgrade 3.10 -> 3.10.1 --- .../Add-target-to-only-build-tests-not-run-them.patch | 9 +++------ .../check-header-files-of-openssl-only-if-enable_.patch | 7 ++----- .../nettle/{nettle_3.10.bb => nettle_3.10.1.bb} | 2 +- 3 files changed, 6 insertions(+), 12 deletions(-) rename meta/recipes-support/nettle/{nettle_3.10.bb => nettle_3.10.1.bb} (96%) diff --git a/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch b/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch index 345fc43ebe..ee3e74c43b 100644 --- a/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch +++ b/meta/recipes-support/nettle/nettle/Add-target-to-only-build-tests-not-run-them.patch @@ -1,4 +1,4 @@ -From e9fcb2177fda228ac065d189240e2d992e86e5bf Mon Sep 17 00:00:00 2001 +From 3ea3eaf5bda21529fc8a8da3d8b07ebc3875ba7e Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 2 Aug 2024 09:48:43 -0400 Subject: [PATCH] Makefile.in: Add target to only build tests (not run them) @@ -21,7 +21,7 @@ Signed-off-by: Trevor Gamblin 2 files changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in -index 2bf7f1e8..403a868a 100644 +index 71ad761..0f239f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,9 @@ clean distclean mostlyclean maintainer-clean tags: @@ -35,7 +35,7 @@ index 2bf7f1e8..403a868a 100644 true diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in -index 0699fa0d..8ac9983c 100644 +index 0699fa0..8ac9983 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -137,6 +137,8 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../non-nettle.$(OBJEXT) \ @@ -47,6 +47,3 @@ index 0699fa0d..8ac9983c 100644 check: $(TS_ALL) $(TS_ALL:sc-%=%) TEST_SHLIB_DIR="$(TEST_SHLIB_DIR)" \ srcdir="$(srcdir)" \ --- -2.39.2 - diff --git a/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch b/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch index 49d633b5f7..89b5c7bec4 100644 --- a/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch +++ b/meta/recipes-support/nettle/nettle/check-header-files-of-openssl-only-if-enable_.patch @@ -1,4 +1,4 @@ -From 5f7cdd2b878298577accade43a38e1a0951d17b4 Mon Sep 17 00:00:00 2001 +From ec2ca7e505e6bfe1fff2a7d6e6bb39b60b93e19a Mon Sep 17 00:00:00 2001 From: Haiqing Bai Date: Fri, 9 Dec 2016 15:23:17 +0800 Subject: [PATCH] nettle: check header files of openssl only if @@ -23,7 +23,7 @@ Signed-off-by: Trevor Gamblin 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac -index 4f27e663..673c1492 100644 +index 7c003bb..779f7ff 100644 --- a/configure.ac +++ b/configure.ac @@ -197,9 +197,11 @@ AC_TYPE_SIZE_T @@ -41,6 +41,3 @@ index 4f27e663..673c1492 100644 # For use by the testsuite AC_CHECK_HEADERS([valgrind/memcheck.h]) --- -2.39.2 - diff --git a/meta/recipes-support/nettle/nettle_3.10.bb b/meta/recipes-support/nettle/nettle_3.10.1.bb similarity index 96% rename from meta/recipes-support/nettle/nettle_3.10.bb rename to meta/recipes-support/nettle/nettle_3.10.1.bb index 92bc78263c..85c470b10d 100644 --- a/meta/recipes-support/nettle/nettle_3.10.bb +++ b/meta/recipes-support/nettle/nettle_3.10.1.bb @@ -20,7 +20,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ file://check-header-files-of-openssl-only-if-enable_.patch \ " -SRC_URI[sha256sum] = "b4c518adb174e484cb4acea54118f02380c7133771e7e9beb98a0787194ee47c" +SRC_URI[sha256sum] = "b0fcdd7fc0cdea6e80dcf1dd85ba794af0d5b4a57e26397eee3bc193272d9132" UPSTREAM_CHECK_REGEX = "nettle-(?P\d+(\.\d+)+)\.tar"