@@ -2,14 +2,15 @@ SUMMARY = "Civetweb embedded web server"
HOMEPAGE = "https://github.com/civetweb/civetweb"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ce6ce6eb1b2fd59ee6bab219470442a3"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e5f28949b2d9ec1f4da8bb00aff8b6d4"
-SRCREV = "5864b55a94f4b5238155cbf2baec707f0fa2ba6d"
+SRCREV = "b6ef58f4c4c7fbe90fd1065bccf45b143345f1a6"
PV .= "+git"
SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \
file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \
"
+CVE_STATUS[CVE-2025-55763] = "cpe-incorrect: The vulnerability is fixed in the used revision"
# civetweb supports building with make or cmake (although cmake lacks few features)
inherit cmake
This update contains a fix for CVE-2025-55763. License-Update: copyright year bump to 2025. Shortlog since last update: https://github.com/civetweb/civetweb/compare/5864b55a94f4b5238155cbf2baec707f0fa2ba6d...b6ef58f4c4c7fbe90fd1065bccf45b143345f1a6 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- .../recipes-connectivity/civetweb/civetweb_1.16.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)