Skip to content

Commit

Permalink
toolchain/nasm: fix PKG_CPE_ID
Browse files Browse the repository at this point in the history
cpe:/a:nasm:netwide_assembler is the correct CPE ID for nasm:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:nasm:netwide_assembler

Fixes: bcf02c5 (toolchain: assign PKG_CPE_ID)

Signed-off-by: Fabrice Fontaine <[email protected]>
  • Loading branch information
ffontaine authored and robimarko committed Apr 27, 2024
1 parent 832460b commit e1ca085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/nasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PKG_VERSION:=2.16.01
PKG_SOURCE_URL:=https://www.nasm.us/pub/nasm/releasebuilds/$(PKG_VERSION)/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
PKG_CPE_ID:=cpe:/a:nasm:nasm
PKG_CPE_ID:=cpe:/a:nasm:netwide_assembler

HOST_BUILD_PARALLEL:=1

Expand Down

0 comments on commit e1ca085

Please sign in to comment.