From patchwork Sun Aug 2 06:00:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 94183 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 EDD05C55175 for ; Sun, 2 Aug 2026 06:00:10 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.18785.1785650406279996430 for ; Sat, 01 Aug 2026 23:00:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Peqc1U1X; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Iq4M7/7B; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019fc10eeaa5-9a71a029-d929-4b85-82d2-3da8d1c7aed9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1785650408; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=QUwfu37Mm7yNN1XJRUprDoR8QJVFQeHQDupZ7r7E484=; b=Peqc1U1XbsIMcnSDnnII6saCZsDAqktq6kMvlxDUgOFlc04oAxTIdxHZRsOcJdk6 ai553RH8jbD1oRCDxTtFDtWBp7sH2PI2Tf8+ZLxSKoJWE8OxPN+saeN2uoMv+5lw8eH kV17MH1fV8ZeC2VRNALD0aH7mDT0tuIh9g/whFZw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785650408; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=QUwfu37Mm7yNN1XJRUprDoR8QJVFQeHQDupZ7r7E484=; b=Iq4M7/7BYeqOMdn6RxDhIQQzDd6/aJ/R73IWFinyv/flFEcQ1YmQuufMQBYDHhqN 4sLqYG0sS4AV7U2r/CIqrj1XO6mEj+BDFTMdgyh3g2IfTZJKWbGfAzMRuzirh7UyX3C KM3h3utSOlUiJk09OupdVoiiImXeI8d3T/apGlOw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libmicrohttpd: upgrading to 1.0.9 SUCCEEDED Message-ID: <0101019fc10eeaa5-9a71a029-d929-4b85-82d2-3da8d1c7aed9-000000@us-west-2.amazonses.com> Date: Sun, 2 Aug 2026 06:00:08 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.02-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 02 Aug 2026 06:00:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242519 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libmicrohttpd* to *1.0.9* has Succeeded. Next steps: - apply the patch: git am 0001-libmicrohttpd-upgrade-1.0.8-1.0.9.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 876ddaf7d382957e33e1941f0b00d1cddb9381a1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 2 Aug 2026 05:49:27 +0000 Subject: [PATCH] libmicrohttpd: upgrade 1.0.8 -> 1.0.9 Source: ChangeLog Thu Jul 30 05:32:00 PM CEST 2026 Enfocing a minimal size on the PSK. Fix support for red zones in memorypool. Fix rare over-writing of HTTP version string with network data after parsing header. Fix rare crash from adding connection manually followed by immediate daemon shutdown. Releasing GNU libmicrohttpd 1.0.9. -CG --- .../{libmicrohttpd_1.0.8.bb => libmicrohttpd_1.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_1.0.8.bb => libmicrohttpd_1.0.9.bb} (91%) diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.9.bb similarity index 91% rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.bb rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.9.bb index 998f282a35..4ce99da52a 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.9.bb @@ -7,7 +7,7 @@ SECTION = "net" DEPENDS = "file" SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "0763970a0e39f8f382123366e3cf5d03f70aa1e2208d3101e84da3e2cd674703" +SRC_URI[sha256sum] = "6e9adc446b08083ec03d40317fb66ca6f2e03e4f6170aef33a6e59bb08db2012" inherit autotools lib_package pkgconfig gettext