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:
fdbc5b4
)
toolchain/nasm: fix PKG_CPE_ID
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Fri, 26 Apr 2024 08:41:15 +0000
(10:41 +0200)
committer
RISCi_ATOM
<bob@bobcall.me>
Tue, 9 Jul 2024 16:22:05 +0000
(12:22 -0400)
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:
bcf02c5d3123a99c717ca33f1d7c6250acf0f33f
(toolchain: assign PKG_CPE_ID)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
(cherry picked from commit
e1ca08518e96ccf088119fbc9930c5e4beef86cc
)
Link:
https://github.com/openwrt/openwrt/pull/15881
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
toolchain/nasm/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/nasm/Makefile
b/toolchain/nasm/Makefile
index 27cd4764196e54a3708091d26ebd40713c8cb625..bdca35b7fc71d5b7449af2eb73d6235f8ba81a46 100644
(file)
--- a/
toolchain/nasm/Makefile
+++ b/
toolchain/nasm/Makefile
@@
-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:n
asm
+PKG_CPE_ID:=cpe:/a:nasm:n
etwide_assembler
HOST_BUILD_PARALLEL:=1