diff options
| author | Michael Forney <mforney@mforney.org> | 2021-04-13 16:01:27 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-04-13 16:03:43 -0700 |
| commit | 3163d5418deaf88c13c957dca21d198132ba9eca (patch) | |
| tree | 658d5b02f568995641b2ee7f7a6ab59407360a51 /pkg | |
| parent | bf4acc611a620d9579969a90e4187b759ddb8a99 (diff) | |
file: Update to 5.40
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/file/config.h | 7 | ||||
| -rw-r--r-- | pkg/file/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/file/magic.txt | 9 | ||||
| m--------- | pkg/file/src | 0 | ||||
| -rw-r--r-- | pkg/file/ver | 2 |
5 files changed, 15 insertions, 5 deletions
diff --git a/pkg/file/config.h b/pkg/file/config.h index 722209bd..c61ce022 100644 --- 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 index a1c9e112..402292dd 100644 --- 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 index 6e11f758..729150d8 100644 --- 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/src b/pkg/file/src -Subproject 87731415de945660b00f02207d8e9d986ef9b82 +Subproject f49fda6f52a9477d817dbd9c06afab02daf025f diff --git a/pkg/file/ver b/pkg/file/ver index 2ca444b8..91cdce7e 100644 --- a/pkg/file/ver +++ b/pkg/file/ver @@ -1 +1 @@ -5.39 r0 +5.40 r0 |
