* [ptxdist] [PATCH] nasm: Version bump. 2.16.03 -> 3.01
@ 2025-12-26 16:31 Christian Melki
0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2025-12-26 16:31 UTC (permalink / raw)
To: ptxdist
Looks bigger by the numbers than it actually is.
Some new insns and bug fixes.
https://www.nasm.us/docs/3.00/nasmac.html
https://www.nasm.us/docs/3.01/nasmac.html
* License hash changed. License info was SPDX-ified.
No change to actual license.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/cross-nasm.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/cross-nasm.make b/rules/cross-nasm.make
index ea419af71..ca0cd62bb 100644
--- a/rules/cross-nasm.make
+++ b/rules/cross-nasm.make
@@ -15,9 +15,9 @@ CROSS_PACKAGES-$(PTXCONF_CROSS_NASM) += cross-nasm
#
# Paths and names
#
-CROSS_NASM_VERSION := 2.16.03
+CROSS_NASM_VERSION := 3.01
ifdef PTXCONF_ARCH_X86
-CROSS_NASM_MD5 := 2b8c72c52eee4f20085065e68ac83b55
+CROSS_NASM_MD5 := 8414016d6ad0e113958c29066dfcc550
CROSS_NASM := nasm-$(CROSS_NASM_VERSION)
CROSS_NASM_SUFFIX := tar.xz
CROSS_NASM_URL := \
@@ -27,7 +27,7 @@ CROSS_NASM_SOURCE := $(SRCDIR)/$(CROSS_NASM).$(CROSS_NASM_SUFFIX)
CROSS_NASM_DIR := $(CROSS_BUILDDIR)/$(CROSS_NASM)
CROSS_NASM_LICENSE := BSD-2-Clause
CROSS_NASM_LICENSE_FILES := \
- file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe
+ file://LICENSE;md5=6178dc4f5355e40552448080e67a214b
# ----------------------------------------------------------------------------
# Prepare
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-12-26 16:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-26 16:31 [ptxdist] [PATCH] nasm: Version bump. 2.16.03 -> 3.01 Christian Melki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox