diff options
| author | Michael Forney <mforney@mforney.org> | 2022-09-08 12:27:54 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2022-09-08 12:27:54 -0700 |
| commit | 1fa0f436fb58f6804f63668262c34b8f7046fb6d (patch) | |
| tree | 93f5106d7af3c065c4b89434f0a69a82c5eef319 /pkg | |
| parent | f4c1fda4063fc1fe18b435401550ac23dbfcc5a5 (diff) | |
file: Update to 5.42
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/file/config.h | 11 | ||||
| -rw-r--r-- | pkg/file/gen.lua | 3 | ||||
| -rw-r--r-- | pkg/file/magic.txt | 6 | ||||
| m--------- | pkg/file/src | 0 | ||||
| -rw-r--r-- | pkg/file/ver | 2 |
5 files changed, 17 insertions, 5 deletions
diff --git a/pkg/file/config.h b/pkg/file/config.h index 25632995..f9e8e9b9 100644 --- a/pkg/file/config.h +++ b/pkg/file/config.h @@ -4,6 +4,7 @@ #define ELFCORE 1 #define HAVE_ASCTIME_R 1 #define HAVE_ASPRINTF 1 +#define HAVE_BYTESWAP_H 1 /* #undef HAVE_BZLIB_H */ #define HAVE_CTIME_R 1 #define HAVE_DAYLIGHT 1 @@ -40,8 +41,10 @@ #define HAVE_MMAP 1 #define HAVE_NEWLOCALE 1 #define HAVE_PIPE2 1 +#define HAVE_POSIX_SPAWNP 1 #define HAVE_PREAD 1 #define HAVE_SIG_T 1 +#define HAVE_SPAWN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASESTR 1 @@ -55,6 +58,8 @@ #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_STRUCT_TM_TM_GMTOFF 1 #define HAVE_STRUCT_TM_TM_ZONE 1 +/* #undef HAVE_SYS_BSWAP_H */ +#define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STAT_H 1 @@ -89,10 +94,10 @@ #define PACKAGE "file" #define PACKAGE_BUGREPORT "christos@astron.com" #define PACKAGE_NAME "file" -#define PACKAGE_STRING "file 5.41" +#define PACKAGE_STRING "file 5.42" #define PACKAGE_TARNAME "file" #define PACKAGE_URL "" -#define PACKAGE_VERSION "5.41" +#define PACKAGE_VERSION "5.42" #define STDC_HEADERS 1 /* #undef TM_IN_SYS_TIME */ #ifndef _ALL_SOURCE @@ -110,7 +115,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "5.41" +#define VERSION "5.42" #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 b945a3f5..8d2d3cd1 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,6 +1,7 @@ -local version = '5.41' +local version = '5.42' cflags{ '-Wall', + '-Wno-maybe-uninitialized', -- false positive in src/readelf.c '-D HAVE_CONFIG_H', ([[-D 'MAGIC="%s/share/file/magic"']]):format(config.prefix), '-D _GNU_SOURCE', diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt index ad0f096e..3b1c6885 100644 --- a/pkg/file/magic.txt +++ b/pkg/file/magic.txt @@ -18,6 +18,7 @@ application applix apt archive +aria arm asf assembler @@ -47,6 +48,7 @@ c64 cad cafebabe cbor +ccf cddb chord cisco @@ -78,6 +80,7 @@ dif diff digital dolby +dsf dump dyadic ebml @@ -196,6 +199,7 @@ netbsd netscape netware news +nifty nim-lang nitpicker numpy @@ -206,6 +210,7 @@ ole2compounddocs olf openfst opentimestamps +oric os2 os400 os9 @@ -218,6 +223,7 @@ pbf pbm pc88 pc98 +pci_ids pcjr pdf pdp diff --git a/pkg/file/src b/pkg/file/src -Subproject 504206e53a89fd6eed71aeaf878aa3512418eab +Subproject a42b38690579de23403e0aff9b7b2f9cdf55f53 diff --git a/pkg/file/ver b/pkg/file/ver index 9d33d476..cf26e66b 100644 --- a/pkg/file/ver +++ b/pkg/file/ver @@ -1 +1 @@ -5.41 r0 +5.42 r0 |
