diff options
| -rw-r--r-- | meta-networking/recipes-support/ntopng/ndpi_4.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb index f0175167a4..ae6efa802e 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb | |||
| @@ -13,7 +13,6 @@ SRC_URI = "git://github.com/ntop/nDPI.git;branch=4.2-stable;protocol=https \ | |||
| 13 | file://0001-autogen.sh-not-generate-configure.patch \ | 13 | file://0001-autogen.sh-not-generate-configure.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | |||
| 17 | inherit autotools-brokensep pkgconfig | 16 | inherit autotools-brokensep pkgconfig |
| 18 | 17 | ||
| 19 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" | 18 | CPPFLAGS += "${SELECTED_OPTIMIZATION}" |
| @@ -25,3 +24,5 @@ do_configure:prepend() { | |||
| 25 | EXTRA_OEMAKE = " \ | 24 | EXTRA_OEMAKE = " \ |
| 26 | libdir=${libdir} \ | 25 | libdir=${libdir} \ |
| 27 | " | 26 | " |
| 27 | |||
| 28 | CVE_STATUS[CVE-2025-25066] = "cpe-incorrect: Version 4.2 is not vulnerable yet" | ||
