From patchwork Tue Jul 1 16:20:35 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: 66023 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 48C8BCA0EC0 for ; Tue, 1 Jul 2025 16:20:37 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.1428.1751386826930096189 for ; Tue, 01 Jul 2025 09:20:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=QcqQsz7C; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=NqNNO64p; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 01010197c6ca4848-9c9c6b13-7814-4b4b-9932-27015b56112f-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=1751386835; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=j2ZXkzVY5XWM3VX6GocCN6YpB1zdbFJBh2bd+3+8jtw=; b=QcqQsz7CuQ79bfl+e8RzgomHOLBdfurs26e/dPyE5ynclmmLSlVFvauubMDxw+jC 8i/PwMeV7EN3ihI/c+94JYGZ/Dw6ieSukTKqmScthxyW8q0X+Xa9MN7CdBWiiNpivMW FYiW2xawSLkpRR2CFBKhV/DV+nRJtSZskE8o16WM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1751386835; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=j2ZXkzVY5XWM3VX6GocCN6YpB1zdbFJBh2bd+3+8jtw=; b=NqNNO64p+RYOwgQqc5xyqLISasBya5ktTO2cN5ajFCaj3f58fGuRbJSfAyzCgfJz oSvhmXhIeSW3B3jM8JgB8r9WdRVE79fyPwm7ELGbFskwspu57mb7WbJEUss3tnfay4A FYH9uaJiNzNNWXR2S1HbsklIHCBqtTu8BhWWJYsU= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] nghttp2: upgrading to 1.66.0 SUCCEEDED Message-ID: <01010197c6ca4848-9c9c6b13-7814-4b4b-9932-27015b56112f-000000@us-west-2.amazonses.com> Date: Tue, 1 Jul 2025 16:20:35 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.07.01-54.240.27.30 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, 01 Jul 2025 16:20:37 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219710 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *nghttp2* to *1.66.0* has Succeeded. Next steps: - apply the patch: git am 0001-nghttp2-upgrade-1.65.0-1.66.0.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 2dc682529e24c921101dbae7285ec5e24710ca8a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Jul 2025 15:59:59 +0000 Subject: [PATCH] nghttp2: upgrade 1.65.0 -> 1.66.0 --- .../nghttp2/{nghttp2_1.65.0.bb => nghttp2_1.66.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/nghttp2/{nghttp2_1.65.0.bb => nghttp2_1.66.0.bb} (91%) diff --git a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb similarity index 91% rename from meta/recipes-support/nghttp2/nghttp2_1.65.0.bb rename to meta/recipes-support/nghttp2/nghttp2_1.66.0.bb index 008935f165..2886681827 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.65.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.66.0.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=764abdf30b2eadd37ce47dcbce0ea1ec" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/nghttp2-${PV}.tar.xz" -SRC_URI[sha256sum] = "f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331" +SRC_URI[sha256sum] = "00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631" inherit cmake manpages python3native github-releases PACKAGECONFIG[manpages] = ""