git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6e408ea
)
libs/libndpi: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 17:20:56 +0000
(18:20 +0100)
committer
Alexandru Ardelean
<redacted>
Thu, 19 Mar 2026 12:33:01 +0000
(14:33 +0200)
cpe:/a:ntop:ndpi is the correct CPE ID for libndpi:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:ntop:ndpi
Signed-off-by: Fabrice Fontaine <redacted>
libs/libndpi/Makefile
patch
|
blob
|
history
diff --git
a/libs/libndpi/Makefile
b/libs/libndpi/Makefile
index 9c46a4c6057e97772008c09f5c2e476eb1a3a29c..32224ebbf783bca238ebc89c87082875b5c4740a 100644
(file)
--- a/
libs/libndpi/Makefile
+++ b/
libs/libndpi/Makefile
@@
-19,6
+19,7
@@
PKG_BUILD_DIR:=$(BUILD_DIR)/nDPI-$(PKG_VERSION)
PKG_MAINTAINER:=Banglang Huang <banglang.huang@foxmail.com>, Toni Uhlig <matzeton@googlemail.com>
PKG_LICENSE:=LGPL-3.0-or-later
PKG_LICENSE_FILES:=COPYING
+PKG_CPE_ID:=cpe:/a:ntop:ndpi
PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=autogen.sh
git clone https://git.99rst.org/PROJECT