commit bb53f84

hovercats  ·  2024-01-01 20:31:40 +0000 UTC
parent 083f2de
file: 5.45
4 files changed,  +21, -25
+15, -17
 1@@ -27,15 +27,18 @@
 2 #define HAVE_INTTYPES_H 1
 3 /* #undef HAVE_LIBBZ2 */
 4 /* #undef HAVE_LIBGNURX */
 5+/* #undef HAVE_LIBLZ */
 6 /* #undef HAVE_LIBLZMA */
 7 /* #undef HAVE_LIBSECCOMP */
 8 #define HAVE_LIBZ 1
 9+/* #undef HAVE_LIBZSTD */
10 #define HAVE_LOCALTIME_R 1
11+/* #undef HAVE_LZLIB_H */
12 /* #undef HAVE_LZMA_H */
13 #define HAVE_MBRTOWC 1
14 #define HAVE_MBSTATE_T 1
15 #define HAVE_MEMMEM 1
16-#define HAVE_MEMORY_H 1
17+/* #undef HAVE_MINIX_CONFIG_H */
18 #define HAVE_MKOSTEMP 1
19 #define HAVE_MKSTEMP 1
20 #define HAVE_MMAP 1
21@@ -46,6 +49,7 @@
22 #define HAVE_SIG_T 1
23 #define HAVE_SPAWN_H 1
24 #define HAVE_STDINT_H 1
25+#define HAVE_STDIO_H 1
26 #define HAVE_STDLIB_H 1
27 #define HAVE_STRCASESTR 1
28 #define HAVE_STRINGS_H 1
29@@ -68,8 +72,11 @@
30 #define HAVE_SYS_TYPES_H 1
31 /* #undef HAVE_SYS_UTIME_H */
32 #define HAVE_SYS_WAIT_H 1
33+/* HAVE_TM_ISDST */
34 #define HAVE_TM_ISDST 1
35+/* HAVE_TM_ZONE */
36 #define HAVE_TM_ZONE 1
37+/* HAVE_TZNAME */
38 #define HAVE_TZNAME 1
39 #define HAVE_UINTPTR_T 1
40 #define HAVE_UNISTD_H 1
41@@ -88,16 +95,19 @@
42 #define HAVE_WORKING_VFORK 1
43 /* #undef HAVE_XLOCALE_H */
44 #define HAVE_ZLIB_H 1
45+/* #undef HAVE_ZSTD_ERRORS_H */
46+/* #undef HAVE_ZSTD_H */
47 #define LT_OBJDIR ".libs/"
48+/* #undef LZLIBSUPPORT */
49 /* #undef MAJOR_IN_MKDEV */
50 #define MAJOR_IN_SYSMACROS 1
51 #define PACKAGE "file"
52 #define PACKAGE_BUGREPORT "christos@astron.com"
53 #define PACKAGE_NAME "file"
54-#define PACKAGE_STRING "file 5.42"
55+#define PACKAGE_STRING "file 5.45"
56 #define PACKAGE_TARNAME "file"
57 #define PACKAGE_URL ""
58-#define PACKAGE_VERSION "5.42"
59+#define PACKAGE_VERSION "5.45"
60 #define STDC_HEADERS 1
61 /* #undef TM_IN_SYS_TIME */
62 #ifndef _ALL_SOURCE
63@@ -109,33 +119,21 @@
64 #ifndef _POSIX_PTHREAD_SEMANTICS
65 # define _POSIX_PTHREAD_SEMANTICS 1
66 #endif
67-#ifndef _TANDEM_SOURCE
68-# define _TANDEM_SOURCE 1
69-#endif
70-#ifndef __EXTENSIONS__
71-# define __EXTENSIONS__ 1
72-#endif
73-#define VERSION "5.42"
74+#define VERSION "5.45"
75 #if defined AC_APPLE_UNIVERSAL_BUILD
76 # if defined __BIG_ENDIAN__
77 #  define WORDS_BIGENDIAN 1
78 # endif
79 #else
80 # ifndef WORDS_BIGENDIAN
81-/* #  undef WORDS_BIGENDIAN */
82 # endif
83 #endif
84 /* #undef XZLIBSUPPORT */
85 #define ZLIBSUPPORT 1
86-#ifndef _DARWIN_USE_64_BIT_INODE
87-# define _DARWIN_USE_64_BIT_INODE 1
88-#endif
89+/* #undef ZSTDLIBSUPPORT */
90 /* #undef _FILE_OFFSET_BITS */
91 /* #undef _LARGEFILE_SOURCE */
92 /* #undef _LARGE_FILES */
93-/* #undef _MINIX */
94-/* #undef _POSIX_1_SOURCE */
95-/* #undef _POSIX_SOURCE */
96 /* #undef _UINT32_T */
97 /* #undef _UINT64_T */
98 /* #undef _UINT8_T */
+4, -6
 1@@ -27,12 +27,10 @@ pkg.hdrs = {'$outdir/include/magic.h'}
 2 pkg.deps = {'$gendir/headers', 'pkg/zlib/headers'}
 3 
 4 lib('libmagic.a', [[src/(
 5-	buffer.c magic.c apprentice.c softmagic.c ascmagic.c
 6-	encoding.c compress.c is_csv.c is_json.c is_tar.c readelf.c print.c
 7-	fsmagic.c funcs.c apptype.c der.c
 8-	cdf.c cdf_time.c readcdf.c
 9-
10-	fmtcheck.c
11+	buffer.c magic.c apprentice.c softmagic.c
12+	ascmagic.c encoding.c compress.c is_csv.c is_json.c
13+	is_simh.c is_tar.c readelf.c print.c fsmagic.c funcs.c
14+	apptype.c der.c cdf.c cdf_time.c readcdf.c fmtcheck.c
15 )]])
16 
17 exe('file', {'src/file.c', 'src/seccomp.c', 'libmagic.a', '$builddir/pkg/zlib/libz.a'})
+1, -1
1@@ -1 +1 @@
2-Subproject commit a42b38690579de23403e0aff9b7b2f9cdf55f534
3+Subproject commit 4cbd5c8f0851201d203755b76cb66ba991ffd8be
+1, -1
1@@ -1 +1 @@
2-5.42 r0
3+5.45 r0