diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-01 22:53:55 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-03 01:16:52 -0700 |
| commit | e25cd518528e30b1d21ae890fe9e67637159da78 (patch) | |
| tree | 2acaf5f26bf5ea7b57c610ac881e0b804d7425c0 /pkg | |
| parent | 64891f260860236e3fbbb116acb6c15178503ca4 (diff) | |
file: Update to 5.35
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/file/config.h | 10 | ||||
| -rw-r--r-- | pkg/file/gen.lua | 4 | ||||
| -rw-r--r-- | pkg/file/magic.txt | 4 | ||||
| -rw-r--r-- | pkg/file/rev | 2 | ||||
| m--------- | pkg/file/src | 0 |
5 files changed, 11 insertions, 9 deletions
diff --git a/pkg/file/config.h b/pkg/file/config.h index 333ed514..4589a5a7 100644 --- 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 index be4b7a72..a5af4bd1 100644 --- 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 index 1db96d04..49be67f0 100644 --- 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 index 7f8f011e..45a4fb75 100644 --- a/pkg/file/rev +++ b/pkg/file/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/file/src b/pkg/file/src -Subproject 315cef2f699da3c31a54bd3c6c6070680fbaf1f +Subproject d1ff3af7a2c6b38bdbdde7af26b59e3c50a48ff |
