mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
tools/zlib: fix PKG_CPE_ID
cpe:/a:zlib:zlib is the correct CPE ID for zlib: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3🅰️zlib:zlib Fixes:c61a239514
(add PKG_CPE_ID ids to package and tools) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> (cherry picked from commite9ecaade6f
) Link: https://github.com/openwrt/openwrt/pull/15881 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
b110c337d3
commit
c587573710
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user