diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-04 21:14:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-05 21:52:27 -0700 |
| commit | fbf17d5f9bc2d0fbaa4847ed995497d1559c4b8d (patch) | |
| tree | aa7a1d3450c5c3679888b2001c65e8872783ded7 /meta-networking/recipes-connectivity | |
| parent | 11fc309ae95bc221d44fb85515ab5df7afd59c26 (diff) | |
| download | meta-openembedded-fbf17d5f9bc2d0fbaa4847ed995497d1559c4b8d.tar.gz | |
civetweb: update to the latest revision
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb index bbf284474c..1d0207edb1 100644 --- a/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb +++ b/meta-networking/recipes-connectivity/civetweb/civetweb_1.16.bb | |||
| @@ -2,14 +2,15 @@ SUMMARY = "Civetweb embedded web server" | |||
| 2 | HOMEPAGE = "https://github.com/civetweb/civetweb" | 2 | HOMEPAGE = "https://github.com/civetweb/civetweb" |
| 3 | 3 | ||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=ce6ce6eb1b2fd59ee6bab219470442a3" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e5f28949b2d9ec1f4da8bb00aff8b6d4" |
| 6 | 6 | ||
| 7 | SRCREV = "5864b55a94f4b5238155cbf2baec707f0fa2ba6d" | 7 | SRCREV = "b6ef58f4c4c7fbe90fd1065bccf45b143345f1a6" |
| 8 | PV .= "+git" | 8 | PV .= "+git" |
| 9 | SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/civetweb/civetweb.git;branch=master;protocol=https \ |
| 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ | 10 | file://0001-Unittest-Link-librt-and-libm-using-l-option.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | CVE_STATUS[CVE-2025-55763] = "cpe-incorrect: The vulnerability is fixed in the used revision" | ||
| 13 | 14 | ||
| 14 | # civetweb supports building with make or cmake (although cmake lacks few features) | 15 | # civetweb supports building with make or cmake (although cmake lacks few features) |
| 15 | inherit cmake | 16 | inherit cmake |
