summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.15.05.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-06 10:21:17 +0800
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:17:51 -1000
commitda06aaf91027bea860882255ec9a3edb72bd77f3 (patch)
treed22b687965a10c4161f714d31c6f0b2637daa375 /meta/recipes-devtools/nasm/nasm_2.15.05.bb
parent4d9612b31cb976bcb65bfba85705c5cecd60c3c8 (diff)
downloadpoky-da06aaf91027bea860882255ec9a3edb72bd77f3.tar.gz
nasm: update 2.15.03 -> 2.15.05
Use autotools-brokensep as new version needs that. upgrade include fix for CVE-2020-21686 and CVE-2022-29654 (cherry picked from commit c9c724ffa36757b56e70bc8d7b880c0c5777b153) (From OE-Core rev: ed262f94b81cbf78e6a335912875bee8a65ca7c6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.15.05.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.15.05.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.15.05.bb b/meta/recipes-devtools/nasm/nasm_2.15.05.bb
new file mode 100644
index 0000000000..c5638debdd
--- /dev/null
+++ b/meta/recipes-devtools/nasm/nasm_2.15.05.bb
@@ -0,0 +1,24 @@
1SUMMARY = "General-purpose x86 assembler"
2SECTION = "devel"
3HOMEPAGE = "http://www.nasm.us/"
4DESCRIPTION = "The Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture."
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
7
8SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
9 file://0001-stdlib-Add-strlcat.patch \
10 file://0002-Add-debug-prefix-map-option.patch \
11 file://CVE-2022-44370.patch \
12 "
13
14SRC_URI[sha256sum] = "3c4b8339e5ab54b1bcb2316101f8985a5da50a3f9e504d43fa6f35668bee2fd0"
15
16EXTRA_AUTORECONF_append = " -I autoconf/m4"
17
18inherit autotools-brokensep
19
20BBCLASSEXTEND = "native"
21
22DEPENDS = "groff-native"
23
24CVE_PRODUCT = "netwide_assembler"