| Message ID | 20260805080334.2604235-1-deeratho@cisco.com |
|---|---|
| State | New |
| Headers | show |
| Series | [wrynose] nghttp2: set status for CVE-2026-58055 | expand |
diff --git a/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb b/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb index 71d5eef8d6..29a7d26819 100644 --- a/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb +++ b/meta/recipes-support/nghttp2/nghttp2_1.68.1.bb @@ -17,4 +17,6 @@ PACKAGECONFIG[manpages] = "-DENABLE_DOC=ON,-DENABLE_DOC=OFF" EXTRA_OECMAKE = "-DENABLE_LIB_ONLY=ON -DENABLE_PYTHON_BINDINGS=OFF" +CVE_STATUS[CVE-2026-58055] = "${@bb.utils.contains('EXTRA_OECMAKE', '-DENABLE_LIB_ONLY=ON', 'not-applicable-config: nghttpx proxy is not built in the default nghttp2 configuration', 'unpatched', d)}" + BBCLASSEXTEND = "native nativesdk"