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:
cd5e19a
)
libs/linenoise: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 14:20:05 +0000
(15:20 +0100)
committer
Alexandru 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
patch
|
blob
|
history
diff --git
a/libs/linenoise/Makefile
b/libs/linenoise/Makefile
index 92f13d30b67ee5a055171003fd8cc27e4ad55b18..ce04f6e02e277ec3e6ff5efbf15ba27ef8245ac6 100644
(file)
--- a/
libs/linenoise/Makefile
+++ b/
libs/linenoise/Makefile
@@
-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