diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 15:40:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | c9ae34c1366279131dc5dbc139d080038e0cc9ed (patch) | |
| tree | d5d6690b9c296193cd32106f6f4209eb4b073459 | |
| parent | ff7ba30a9e292b2362de76e6dc1c04d7c4c775a9 (diff) | |
nasm: Update to 2.14.02
| -rw-r--r-- | pkg/nasm/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/nasm/config/config.h | 1 | ||||
| -rw-r--r-- | pkg/nasm/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/nasm/sha256 | 2 | ||||
| -rw-r--r-- | pkg/nasm/url | 2 | ||||
| -rw-r--r-- | pkg/nasm/ver | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore index 1c169d6e..32cb52f6 100644 --- 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 index 228d901c..8757047f 100644 --- 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 index fa2aae37..96994eb6 100644 --- 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 index b015ab66..f7d8373b 100644 --- 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 index 3ced8c72..e97c87dc 100644 --- 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 index 1e810b16..c2e6c822 100644 --- a/pkg/nasm/ver +++ b/pkg/nasm/ver @@ -1 +1 @@ -2.14 r0 +2.14.02 r0 |
