diff options
| author | Michael Forney <mforney@mforney.org> | 2019-05-22 01:16:54 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-05-22 01:16:54 -0700 |
| commit | e434212acae1720d11fe6ea36071ec28fa5a79df (patch) | |
| tree | d599d72f9bbc6817575b60f6995f041fc7bc37c4 /pkg | |
| parent | 682ad1c35ee83c75103b9681609eae0ba5b5792f (diff) | |
file: Update to 5.37
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/file/config.h | 15 | ||||
| -rw-r--r-- | pkg/file/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/file/magic.txt | 3 | ||||
| m--------- | pkg/file/src | 0 | ||||
| -rw-r--r-- | pkg/file/ver | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/pkg/file/config.h b/pkg/file/config.h index 5ed87494..46b91f0f 100644 --- a/pkg/file/config.h +++ b/pkg/file/config.h @@ -25,37 +25,34 @@ /* #undef HAVE_LIBGNURX */ /* #undef HAVE_LIBSECCOMP */ #define HAVE_LIBZ 1 -#define HAVE_LIMITS_H 1 #define HAVE_LOCALTIME_R 1 #define HAVE_MBRTOWC 1 #define HAVE_MBSTATE_T 1 +#define HAVE_MEMMEM 1 #define HAVE_MEMORY_H 1 #define HAVE_MKOSTEMP 1 #define HAVE_MKSTEMP 1 #define HAVE_MMAP 1 #define HAVE_NEWLOCALE 1 #define HAVE_PREAD 1 -#define HAVE_SETLOCALE 1 #define HAVE_SIG_T 1 -#define HAVE_STDDEF_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASESTR 1 -#define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_STRNDUP 1 #define HAVE_STRTOF 1 -#define HAVE_STRTOUL 1 #define HAVE_STRUCT_OPTION 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 -/* #undef HAVE_STRUCT_TM_TM_GMTOFF */ +#define HAVE_STRUCT_TM_TM_GMTOFF 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 /* #undef HAVE_SYS_UTIME_H */ @@ -86,10 +83,10 @@ #define PACKAGE "file" #define PACKAGE_BUGREPORT "christos@astron.com" #define PACKAGE_NAME "file" -#define PACKAGE_STRING "file 5.36" +#define PACKAGE_STRING "file 5.37" #define PACKAGE_TARNAME "file" #define PACKAGE_URL "" -#define PACKAGE_VERSION "5.36" +#define PACKAGE_VERSION "5.37" #define STDC_HEADERS 1 /* #undef TM_IN_SYS_TIME */ #ifndef _ALL_SOURCE @@ -107,7 +104,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "5.36" +#define VERSION "5.37" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua index dea23ffb..0808ddef 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,4 +1,4 @@ -local version = '5.36' +local version = '5.37' cflags{ '-Wall', '-D HAVE_CONFIG_H', diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt index 1fcba658..a327f44c 100644 --- a/pkg/file/magic.txt +++ b/pkg/file/magic.txt @@ -74,6 +74,7 @@ dolby dump dyadic ebml +edid editors efi elf @@ -186,6 +187,7 @@ netscape netware news nitpicker +numpy oasis ocaml octave @@ -226,6 +228,7 @@ riff rinex rpi rpm +rpmsg rtf ruby sc diff --git a/pkg/file/src b/pkg/file/src -Subproject f3a4b9ada3ca99e62c62b9aa78eee4935a8094f +Subproject a0d5b0e4e9f97d74a9911e95cedd579852e2539 diff --git a/pkg/file/ver b/pkg/file/ver index 20a24c3e..9d7e7fe6 100644 --- a/pkg/file/ver +++ b/pkg/file/ver @@ -1 +1 @@ -5.36 r0 +5.37 r0 |
