commit: 1fa0f436fb58f6804f63668262c34b8f7046fb6d
parent f4c1fda4063fc1fe18b435401550ac23dbfcc5a5
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 8 Sep 2022 12:27:54 -0700
file: Update to 5.42
Diffstat:
4 files changed, 17 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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/ver b/pkg/file/ver
@@ -1 +1 @@
-5.41 r0
+5.42 r0