To: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [AUH] libmicrohttpd: upgrading to 1.0.0 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240215045438/all/libmicrohttpd/0001-libmicrohttpd-upgrade-0.9.77-1.0.0.patch /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240215045438/all/libmicrohttpd/buildhistory-diff-full.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240215045438/all/libmicrohttpd/buildhistory-diff.txt

Hello,

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

Next steps:
    - apply the patch: git am 0001-libmicrohttpd-upgrade-0.9.77-1.0.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 eca163ba579c93e38f1e5833c93014373d978cf6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Feb 2024 17:14:43 +0000
Subject: [PATCH] libmicrohttpd: upgrade 0.9.77 -> 1.0.0

---
 .../{libmicrohttpd_0.9.77.bb => libmicrohttpd_1.0.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_0.9.77.bb => libmicrohttpd_1.0.0.bb} (90%)

diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb
similarity index 90%
rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb
rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb
index 792ac24726..8ef5251e1a 100644
--- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.77.bb
+++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.0.bb
@@ -7,7 +7,7 @@ SECTION = "net"
 DEPENDS = "file"
 
 SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0"
+SRC_URI[sha256sum] = "a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96"
 
 inherit autotools lib_package pkgconfig gettext
 
-- 
2.42.0


