From: Wang Mingyu Date: Sun, 5 Mar 2023 08:05:00 +0000 (+0800) Subject: libmicrohttpd: upgrade 0.9.75 -> 0.9.76 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b5c77d797ce09e2322ad744f0e4fa3ffd50f19;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libmicrohttpd: upgrade 0.9.75 -> 0.9.76 Changelog: ============ Fix potential DoS vector in MHD_PostProcessor. Releasing GNU libmicrohttpd 0.9.76 hotfix. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb similarity index 90% rename from meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb rename to meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb index 043fed367c6..7bd66f63cf2 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.75.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb @@ -7,7 +7,7 @@ SECTION = "net" DEPENDS = "file" SRC_URI = "${GNU_MIRROR}/libmicrohttpd/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "9278907a6f571b391aab9644fd646a5108ed97311ec66f6359cebbedb0a4e3bb" +SRC_URI[sha256sum] = "f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c" inherit autotools lib_package pkgconfig gettext