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:
c65017b
)
lang/rust: assign PKG_CPE_ID
author
Fabrice Fontaine
<redacted>
Sat, 14 Mar 2026 13:17:53 +0000
(14:17 +0100)
committer
Alexandru Ardelean
<redacted>
Sun, 15 Mar 2026 07:08:57 +0000
(09:08 +0200)
cpe:/a:rust-lang:rust is the correct CPE ID for rust:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:rust-lang:rust
Signed-off-by: Fabrice Fontaine <redacted>
lang/rust/Makefile
patch
|
blob
|
history
diff --git
a/lang/rust/Makefile
b/lang/rust/Makefile
index 7ab3d1333d9dc2952e3a20a4d2194c3e5400ef21..f8c2305ce5643320e93addd59728bb03b4ddd9f5 100644
(file)
--- a/
lang/rust/Makefile
+++ b/
lang/rust/Makefile
@@
-16,6
+16,7
@@
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
PKG_LICENSE:=Apache-2.0 MIT
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
+PKG_CPE_ID:=cpe:/a:rust-lang:rust
PKG_HOST_ONLY:=1
PKG_BUILD_FLAGS:=no-mips16
git clone https://git.99rst.org/PROJECT