diff mbox series

[AUH] libmicrohttpd: upgrading to 1.0.7 SUCCEEDED

Message ID 0101019fa7370513-7b6fb0e8-2dba-4035-afe2-76cedb1bf77c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libmicrohttpd: upgrading to 1.0.7 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 28, 2026, 5:33 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.7* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libmicrohttpd-upgrade-1.0.6-1.0.7.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 d67b494fcf052aaa0a99b237560dc92e9a118996 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 28 Jul 2026 05:33:45 +0000
Subject: [PATCH] libmicrohttpd: upgrade 1.0.6 -> 1.0.7

Source: ChangeLog

Mon Jul 27 06:12:03 PM CEST 2026
    Fixing various vulnerabilities reported by A. Ramos resulting
    in possible crashes or out-of-bounds stack writes for certain
    requests in specific configurations.
    Releasing GNU libmicrohttpd 1.0.7. -CG
---
 .../{libmicrohttpd_1.0.6.bb => libmicrohttpd_1.0.7.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libmicrohttpd/{libmicrohttpd_1.0.6.bb => libmicrohttpd_1.0.7.bb} (91%)
diff mbox series

Patch

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