commit: e434212acae1720d11fe6ea36071ec28fa5a79df
parent 682ad1c35ee83c75103b9681609eae0ba5b5792f
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 22 May 2019 01:16:54 -0700
file: Update to 5.37
Diffstat:
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git 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
@@ -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
@@ -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/ver b/pkg/file/ver
@@ -1 +1 @@
-5.36 r0
+5.37 r0