commit: 3163d5418deaf88c13c957dca21d198132ba9eca
parent bf4acc611a620d9579969a90e4187b759ddb8a99
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 13 Apr 2021 16:01:27 -0700
file: Update to 5.40
Diffstat:
4 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/pkg/file/config.h b/pkg/file/config.h
@@ -39,6 +39,7 @@
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_NEWLOCALE 1
+#define HAVE_PIPE2 1
#define HAVE_PREAD 1
#define HAVE_SIG_T 1
#define HAVE_STDINT_H 1
@@ -88,10 +89,10 @@
#define PACKAGE "file"
#define PACKAGE_BUGREPORT "christos@astron.com"
#define PACKAGE_NAME "file"
-#define PACKAGE_STRING "file 5.39"
+#define PACKAGE_STRING "file 5.40"
#define PACKAGE_TARNAME "file"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "5.39"
+#define PACKAGE_VERSION "5.40"
#define STDC_HEADERS 1
/* #undef TM_IN_SYS_TIME */
#ifndef _ALL_SOURCE
@@ -109,7 +110,7 @@
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
-#define VERSION "5.39"
+#define VERSION "5.40"
#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.39'
+local version = '5.40'
cflags{
'-Wall',
'-D HAVE_CONFIG_H',
diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt
@@ -2,6 +2,7 @@
acorn
adi
adventure
+aes
algol68
allegro
alliant
@@ -23,6 +24,7 @@ assembler
asterix
att3b
audio
+avm
basis
beetle
ber
@@ -34,6 +36,7 @@ blackberry
blcr
blender
blit
+bm
bout
bsdi
bsi
@@ -59,6 +62,7 @@ console
convex
coverage
cracklib
+crypto
ctags
ctf
cubemap
@@ -139,12 +143,14 @@ keepass
kerberos
kicad
kml
+lammps
lecter
lex
lif
linux
lisp
llvm
+locoscript
lua
luks
m4
@@ -212,11 +218,13 @@ pbf
pbm
pc88
pc98
+pcjr
pdf
pdp
perl
pgf
pgp
+pgp-binary-keys
pkgadd
plan9
plus5
@@ -264,6 +272,7 @@ spectrum
sql
ssh
ssl
+statistics
sun
sylk
symbos
diff --git a/pkg/file/ver b/pkg/file/ver
@@ -1 +1 @@
-5.39 r0
+5.40 r0