Skip to content

Commit

Permalink
tools/zlib: fix PKG_CPE_ID
Browse files Browse the repository at this point in the history
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: c61a239 (add PKG_CPE_ID ids to package and tools)

Signed-off-by: Fabrice Fontaine <[email protected]>
  • Loading branch information
ffontaine authored and robimarko committed Apr 27, 2024
1 parent 27d1ebb commit e9ecaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/zlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PKG_HASH:=9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23

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

Expand Down

0 comments on commit e9ecaad

Please sign in to comment.