aboutsummaryrefslogtreecommitdiff
path: root/lib/libmagic
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-02-11 07:02:48 +0000
committerXin LI <delphij@FreeBSD.org>2020-02-11 07:02:48 +0000
commitd38c30c092828f4882ce13b08d0bd3fd6dc7afb5 (patch)
tree954253dbf94dfa43cd00e229a051803d0ed03195 /lib/libmagic
parente9104c31422d8a98f5039d19e8cdf230a4f0ba35 (diff)
parentf210d1e9efd4183d390c24c9ea576896222d4540 (diff)
downloadsrc-d38c30c092828f4882ce13b08d0bd3fd6dc7afb5.tar.gz
src-d38c30c092828f4882ce13b08d0bd3fd6dc7afb5.zip
Notes
Diffstat (limited to 'lib/libmagic')
-rw-r--r--lib/libmagic/Makefile1
-rw-r--r--lib/libmagic/config.h12
2 files changed, 5 insertions, 8 deletions
diff --git a/lib/libmagic/Makefile b/lib/libmagic/Makefile
index 73064b68a9a8..2187efff6e59 100644
--- a/lib/libmagic/Makefile
+++ b/lib/libmagic/Makefile
@@ -15,6 +15,7 @@ MAN= libmagic.3 magic.5
SRCS= apprentice.c apptype.c ascmagic.c buffer.c cdf.c cdf_time.c \
compress.c der.c encoding.c fsmagic.c funcs.c is_json.c \
+ is_csv.c \
is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c
INCS= magic.h
diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h
index ce5810043428..ff48b26f9213 100644
--- a/lib/libmagic/config.h
+++ b/lib/libmagic/config.h
@@ -259,8 +259,7 @@
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
@@ -281,7 +280,7 @@
#define PACKAGE_NAME "file"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "file 5.37"
+#define PACKAGE_STRING "file 5.38"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "file"
@@ -290,7 +289,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "5.37"
+#define PACKAGE_VERSION "5.38"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -321,7 +320,7 @@
/* Version number of package */
-#define VERSION "5.37"
+#define VERSION "5.38"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -377,9 +376,6 @@
#define below would cause a syntax error. */
/* #undef _UINT8_T */
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
/* Define to the type of a signed integer type of width exactly 32 bits if
such a type exists and the standard includes do not define it. */
/* #undef int32_t */