| Message ID | 20260805080358.2604687-1-deeratho@cisco.com |
|---|---|
| State | New |
| Headers | show |
| Series | [scarthgap] nghttp2: set status for CVE-2026-58055 | expand |
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb b/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb index ebba15db28..9ed27b7277 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.61.0.bb @@ -16,6 +16,8 @@ PACKAGECONFIG[manpages] = "" # first place EXTRA_OECMAKE = "-DENABLE_EXAMPLES=OFF -DENABLE_APP=OFF -DENABLE_HPACK_TOOLS=OFF -DENABLE_PYTHON_BINDINGS=OFF" +CVE_STATUS[CVE-2026-58055] = "${@bb.utils.contains('EXTRA_OECMAKE', '-DENABLE_APP=OFF', 'not-applicable-config: nghttpx proxy is not built in the default nghttp2 configuration', 'unpatched', d)}" + PACKAGES =+ "lib${BPN} ${PN}-proxy " RDEPENDS:${PN} = "${PN}-proxy (>= ${PV})"