diff mbox series

[AUH] libmicrohttpd: upgrading to 1.0.6 SUCCEEDED

Message ID 0101019f4b00cf5a-243107a1-9ce4-4dac-9d7e-b78916f6a130-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libmicrohttpd: upgrading to 1.0.6 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 10, 2026, 7:49 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libmicrohttpd* to *1.0.6* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libmicrohttpd-upgrade-1.0.5-1.0.6.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 db40aded33aafc7dab57af519b647696cc653637 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 10 Jul 2026 07:49:22 +0000
Subject: [PATCH] libmicrohttpd: upgrade 1.0.5 -> 1.0.6

---
 .../{libmicrohttpd_1.0.5.bb => libmicrohttpd_1.0.6.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_1.0.5.bb => libmicrohttpd_1.0.6.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.5.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb
similarity index 91%
rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.5.bb
rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb
index 935fbfcf89..30344bf13f 100644
--- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.5.bb
+++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb
@@ -7,7 +7,7 @@  SECTION = "net"
 DEPENDS = "file"
 
 SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "b46d00f58efa6f497b97d2e782c4ee66301d412ddd855dd3068518b3a2cd3ea2"
+SRC_URI[sha256sum] = "bb5cfcadfc52dbd5eb512d6e2995e0361351c33e97a87aba426d3a4a7ba6cf70"
 
 inherit autotools lib_package pkgconfig gettext