From patchwork Fri Aug 15 13:07:11 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: 68585 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 6D134CA0FF0 for ; Fri, 15 Aug 2025 13:07:12 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.web10.11406.1755263217886317834 for ; Fri, 15 Aug 2025 06:07:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=kltDw19b; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=eXbEJyF+; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 01010198add7643d-0124f350-5879-4bd2-a07f-8e243ff7c763-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=1755263231; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cO+klD+DeN7SxOq0e60JAbCd0513+pl/6qEmMZR30l0=; b=kltDw19bdjPEQieiEQ4KXDecMkGBzWWGNOgHN2aaX5Vy01cZ/lGLZszg54EAkmlY quPR93AXjvwo1nNJ9Fudqjde+NUzQDb3ZnRIatQwjqNw5ynG4wkRokARxENF8OwcvfA 60besSQKyONgDsXi1krpTu0PbQ9DayjKm+Pxvg/Q= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1755263231; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cO+klD+DeN7SxOq0e60JAbCd0513+pl/6qEmMZR30l0=; b=eXbEJyF+tuGmbYP1Pv6kQ3A+4hI2Ng94ttu6Z4Qi7pLUdEwIlVAS8diEUs4J4Evd lSwq5aW2p80kITc+KyvH7IWktDlnMI7HUIeMWgfj66L9lQ4Es9e+/aPwGaG6oTgNn0+ hVIqyEEMytVI5vrqs6iMRh7imFiOaHAo+h2rs22c= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] lighttpd: upgrading to 1.4.80 FAILED Message-ID: <01010198add7643d-0124f350-5879-4bd2-a07f-8e243ff7c763-000000@us-west-2.amazonses.com> Date: Fri, 15 Aug 2025 13:07:11 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.08.15-54.240.27.31 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 ; Fri, 15 Aug 2025 13:07:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/221930 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lighttpd* to *1.4.80* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lighttpd-upgrade-1.4.79-1.4.80.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 fb72e8904c5f5d4aa7b72344f67aa49b94c71717 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 Aug 2025 10:23:48 +0000 Subject: [PATCH] lighttpd: upgrade 1.4.79 -> 1.4.80 --- .../lighttpd/{lighttpd_1.4.79.bb => lighttpd_1.4.80.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.79.bb => lighttpd_1.4.80.bb} (97%) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.80.bb similarity index 97% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.80.bb index cd6790dff9..163db443d0 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.79.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.80.bb @@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd \ " -SRC_URI[sha256sum] = "3b29a625b3ad88702d1fea4f5f42bb7d87488f2e4efc977d7f185329ca6084bd" +SRC_URI[sha256sum] = "cc5f0f71e8b2ee6bad545d1e91dfc3f954716c9174e7b352c2147add44f25bf3" DEPENDS = "virtual/crypt"