projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740a95c
)
tools/zlib: fix PKG_CPE_ID
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Fri, 26 Apr 2024 08:59:58 +0000
(10:59 +0200)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 9 Jul 2024 16:21:25 +0000
(12:21 -0400)
cpe:/a:zlib:zlib is the correct CPE ID for zlib:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:zlib:zlib
Fixes:
c61a2395140d92cdd37d3d6ee43a765427e8e318
(add PKG_CPE_ID ids to package and tools)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit
e9ecaade6f1f9bd821523a3b731bfaaf5ab5ca35
)
Link:
https://github.com/openwrt/openwrt/pull/15881
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
tools/zlib/Makefile
patch
|
blob
|
history
diff --git
a/tools/zlib/Makefile
b/tools/zlib/Makefile
index 17fe9fa233d128d5d5f0591389261a502c60904d..746186352d6474373c4cc69987f1b07435ef1415 100644
(file)
--- a/
tools/zlib/Makefile
+++ b/
tools/zlib/Makefile
@@
-17,7
+17,7
@@
PKG_HASH:=d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98
PKG_LICENSE:=Zlib
PKG_LICENSE_FILES:=README
-PKG_CPE_ID:=cpe:/a:
gnu
:zlib
+PKG_CPE_ID:=cpe:/a:
zlib
:zlib
HOST_BUILD_PARALLEL:=1