diff mbox series

[AUH] lighttpd: upgrading to 1.4.80 FAILED

Message ID 01010198add7643d-0124f350-5879-4bd2-a07f-8e243ff7c763-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] lighttpd: upgrading to 1.4.80 FAILED | expand

Commit Message

auh@yoctoproject.org Aug. 15, 2025, 1:07 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"