libs/linenoise: assign PKG_CPE_ID
authorFabrice Fontaine <redacted>
Sat, 14 Mar 2026 14:20:05 +0000 (15:20 +0100)
committerAlexandru Ardelean <redacted>
Sun, 15 Mar 2026 07:22:21 +0000 (09:22 +0200)
cpe:/a:antirez:linenoise is the correct CPE ID for linenoise:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:antirez:linenoise

Signed-off-by: Fabrice Fontaine <redacted>
libs/linenoise/Makefile

index 92f13d30b67ee5a055171003fd8cc27e4ad55b18..ce04f6e02e277ec3e6ff5efbf15ba27ef8245ac6 100644 (file)
@@ -17,6 +17,7 @@ PKG_MIRROR_HASH:=e32bcc55c6fb1d849883d03a2ec6bc869d3cab5da827e1d7560e712be718e50
 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
 PKG_LICENSE:=BSD-2-Clause
 PKG_LICENSE_FILES:=LICENSE
+PKG_CPE_ID:=cpe:/a:antirez:linenoise
 
 include $(INCLUDE_DIR)/package.mk
 
git clone https://git.99rst.org/PROJECT