logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 6792e46d6b08e8099ff74619583ed34c29c8f7a1
parent 37fa366a4acb6d8824cb29fb8250ae47b04afbee
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 15 Dec 2017 18:08:19 -0800

nasm: Update to  2.13.02

Diffstat:

Mpkg/nasm/.gitignore2+-
Mpkg/nasm/config/config.h33+++++++++++++++++++++++++++++++--
Mpkg/nasm/gen.lua1-
Mpkg/nasm/rev2+-
Mpkg/nasm/sha2562+-
Mpkg/nasm/url2+-
6 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/pkg/nasm/.gitignore b/pkg/nasm/.gitignore @@ -1,2 +1,2 @@ -/nasm-2.13.01.tar.xz +/nasm-2.13.02.tar.xz /src diff --git a/pkg/nasm/config/config.h b/pkg/nasm/config/config.h @@ -1,6 +1,5 @@ -#include <config-posix.h> - /* #undef AC_APPLE_UNIVERSAL_BUILD */ +#define HAVE_ACCESS 1 /* #undef HAVE_CANONICALIZE_FILE_NAME */ #define HAVE_DECL_STRCASECMP 1 #define HAVE_DECL_STRICMP 0 @@ -9,6 +8,12 @@ #define HAVE_DECL_STRNICMP 0 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_STRSEP 1 +#define HAVE_FACCESSAT 1 +#define HAVE_FCNTL_H 1 +#define HAVE_FILENO 1 +#define HAVE_FSEEKO 1 +#define HAVE_FSTAT 1 +#define HAVE_FTRUNCATE 1 #define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1 #define HAVE_FUNC_ATTRIBUTE_CONST 1 #define HAVE_FUNC_ATTRIBUTE_ERROR 1 @@ -17,17 +22,40 @@ #define HAVE_FUNC_ATTRIBUTE_NORETURN 1 #define HAVE_FUNC_ATTRIBUTE_PURE 1 #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1 +#define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 +#define HAVE_GETUID 1 +#define HAVE_INTTYPES_H 1 /* #undef HAVE_IO_H */ #define HAVE_MEMORY_H 1 +#define HAVE_MMAP 1 +#define HAVE_PATHCONF 1 +#define HAVE_REALPATH 1 +#define HAVE_SNPRINTF 1 +#define HAVE_STAT 1 +#define HAVE_STDBOOL_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 #define HAVE_STDNORETURN_H 1 +#define HAVE_STRCASECMP 1 /* #undef HAVE_STRICMP */ +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 #define HAVE_STRLCPY 1 +#define HAVE_STRNCASECMP 1 /* #undef HAVE_STRNICMP */ +#define HAVE_STRNLEN 1 #define HAVE_STRSEP 1 #define HAVE_STRUCT_STAT 1 /* #undef HAVE_STRUCT__STATI64 */ +#define HAVE_SYSCONF 1 +#define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_UINTPTR_T 1 +#define HAVE_UNISTD_H 1 +#define HAVE_VSNPRINTF 1 /* #undef HAVE__ACCESS */ #define HAVE__BOOL 1 /* #undef HAVE__CHSIZE */ @@ -50,6 +78,7 @@ #define PACKAGE_TARNAME "" #define PACKAGE_URL "" #define PACKAGE_VERSION "" +#define STDC_HEADERS 1 #ifndef _ALL_SOURCE # define _ALL_SOURCE 1 #endif diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua @@ -1,6 +1,5 @@ cflags{ '-D HAVE_CONFIG_H', - '-I include', '-I $dir', '-I $srcdir', '-I $srcdir/include', diff --git a/pkg/nasm/rev b/pkg/nasm/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/nasm/sha256 b/pkg/nasm/sha256 @@ -1 +1 @@ -aa0213008f0433ecbe07bb628506a5c4be8079be20fc3532a5031fd639db9a5e nasm-2.13.01.tar.xz +8ac3235f49a6838ff7a8d7ef7c19a4430d0deecc0c2d3e3e237b5e9f53291757 nasm-2.13.02.tar.xz diff --git a/pkg/nasm/url b/pkg/nasm/url @@ -1 +1 @@ -url = "http://www.nasm.us/pub/nasm/releasebuilds/2.13.01/nasm-2.13.01.tar.xz" +url = "http://www.nasm.us/pub/nasm/releasebuilds/2.13.02/nasm-2.13.02.tar.xz"