commit: c9ae34c1366279131dc5dbc139d080038e0cc9ed
parent ff7ba30a9e292b2362de76e6dc1c04d7c4c775a9
Author: Michael Forney <mforney@mforney.org>
Date: Mon, 18 Mar 2019 15:40:45 -0700
nasm: Update to 2.14.02
Diffstat:
6 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore
@@ -1,2 +1,2 @@
-/nasm-2.14.tar.xz
+/nasm-2.14.02.tar.xz
/src
diff --git a/pkg/nasm/config/config.h b/pkg/nasm/config/config.h
@@ -32,6 +32,7 @@
#define CFLAG_WLONG_LONG 1
/* #undef CFLAG_WL_GC_SECTIONS */
/* #undef CFLAG_WPEDANTIC_MS_FORMAT */
+#define CFLAG_WSHIFT_NEGATIVE_VALUE 1
#define CFLAG_WSTRINGOP_TRUNCATION 1
#define HAVE_ACCESS 1
/* #undef HAVE_CANONICALIZE_FILE_NAME */
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua
@@ -13,7 +13,7 @@ lib('libnasm.a', [[
stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c strrchrnul.c)
nasmlib/(
ver.c
- crc64.c malloc.c
+ crc64.c malloc.c errfile.c
md5c.c string.c
file.c mmap.c ilog2.c
realpath.c path.c
diff --git a/pkg/nasm/sha256 b/pkg/nasm/sha256
@@ -1 +1 @@
-97c615dbf02ef80e4e2b6c385f7e28368d51efc214daa98e600ca4572500eec0 nasm-2.14.tar.xz
+e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 nasm-2.14.02.tar.xz
diff --git a/pkg/nasm/url b/pkg/nasm/url
@@ -1 +1 @@
-url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14/nasm-2.14.tar.xz"
+url = "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.xz"
diff --git a/pkg/nasm/ver b/pkg/nasm/ver
@@ -1 +1 @@
-2.14 r0
+2.14.02 r0