projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab1007
)
toolchain: musl: add PKG_CPE_ID
author
Arne Zachlod
<arne@nerdkeller.org>
Wed, 13 Sep 2023 16:20:03 +0000
(18:20 +0200)
committer
Arne Zachlod
<arne@nerdkeller.org>
Wed, 27 Sep 2023 15:25:40 +0000
(17:25 +0200)
Vulnerabilities of musl libc are tracked as
cpe:/a:musl-libc:musl
Signed-off-by: Arne Zachlod <arne@nerdkeller.org>
toolchain/musl/common.mk
patch
|
blob
|
history
diff --git
a/toolchain/musl/common.mk
b/toolchain/musl/common.mk
index 68098f5c6ab78241d95b961d484fd63b51ee3d60..f3bf34820a0b29c702d931dc34a19cda24ecee7e 100644
(file)
--- a/
toolchain/musl/common.mk
+++ b/
toolchain/musl/common.mk
@@
-14,6
+14,7
@@
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://musl.libc.org/releases/
PKG_HASH:=1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
+PKG_CPE_ID:=cpe:/a:musl-libc:musl
LIBC_SO_VERSION:=$(PKG_VERSION)
PATCH_DIR:=$(PATH_PREFIX)/patches