From: Richard Purdie Date: Wed, 29 Jul 2026 07:24:20 +0000 (+0000) Subject: libmicrohttpd: upgrade 1.0.6 -> 1.0.8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd90e7de8a7739d452115e51edf2bd5e56a694d0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libmicrohttpd: upgrade 1.0.6 -> 1.0.8 Source: ChangeLog Tue Jul 28 06:12:03 PM CEST 2026 Fixing additional vulnerabilities inspired by reviewing the code for similar issues like the ones reported by A. Ramos; expand the test suite to cover these and other issues. Releasing GNU libmicrohttpd 1.0.8. -CG 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.bb similarity index 91% rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.bb index 30344bf13f..998f282a35 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.6.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.8.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] = "0763970a0e39f8f382123366e3cf5d03f70aa1e2208d3101e84da3e2cd674703" inherit autotools lib_package pkgconfig gettext