commit: e25cd518528e30b1d21ae890fe9e67637159da78
parent 64891f260860236e3fbbb116acb6c15178503ca4
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 1 Nov 2018 22:53:55 -0700
file: Update to 5.35
Diffstat:
4 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/pkg/file/config.h b/pkg/file/config.h
@@ -26,7 +26,6 @@
/* #undef HAVE_LIBSECCOMP */
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
-#define HAVE_LOCALE_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MBRTOWC 1
#define HAVE_MBSTATE_T 1
@@ -37,7 +36,6 @@
#define HAVE_NEWLOCALE 1
#define HAVE_PREAD 1
#define HAVE_SETLOCALE 1
-#define HAVE_SIGNAL_H 1
#define HAVE_SIG_T 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
@@ -74,6 +72,7 @@
#define HAVE_VASPRINTF 1
#define HAVE_VFORK 1
/* #undef HAVE_VFORK_H */
+#define HAVE_VISIBILITY 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_WCWIDTH 1
@@ -84,14 +83,13 @@
#define LT_OBJDIR ".libs/"
/* #undef MAJOR_IN_MKDEV */
/* #undef MAJOR_IN_SYSMACROS */
-/* #undef NO_MINUS_C_MINUS_O */
#define PACKAGE "file"
#define PACKAGE_BUGREPORT "christos@astron.com"
#define PACKAGE_NAME "file"
-#define PACKAGE_STRING "file 5.34"
+#define PACKAGE_STRING "file 5.35"
#define PACKAGE_TARNAME "file"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "5.34"
+#define PACKAGE_VERSION "5.35"
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
#ifndef _ALL_SOURCE
@@ -109,7 +107,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "5.34"
+#define VERSION "5.35"
#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.34'
+local version = '5.35'
cflags{
'-Wall',
'-D HAVE_CONFIG_H',
@@ -27,7 +27,7 @@ pkg.deps = {'$dir/headers', 'pkg/zlib/headers'}
lib('libmagic.a', [[src/(
buffer.c magic.c apprentice.c softmagic.c ascmagic.c
- encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c
+ encoding.c compress.c is_json.c is_tar.c readelf.c print.c fsmagic.c
funcs.c apptype.c der.c
cdf.c cdf_time.c readcdf.c
diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt
@@ -28,6 +28,7 @@ ber
bflt
bhl
bioinformatics
+biosig
blackberry
blcr
blender
@@ -97,6 +98,7 @@ gconv
geo
geos
gimp
+glibc
gnome
gnu
gnumeric
@@ -106,6 +108,7 @@ grace
graphviz
gringotts
guile
+hardware
hitachi-sh
hp
human68k
@@ -127,6 +130,7 @@ karma
kde
keepass
kerberos
+kicad
kml
lecter
lex
diff --git a/pkg/file/rev b/pkg/file/rev
@@ -1 +1 @@
-7
+8