commit: 34d0e44d5eb16f83ec0a845b95010c6b0d1a691b
parent 1087fa3fcba30d314e2575888a68a1a58e4954e6
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 26 Jun 2019 22:07:20 -0700
expat: Update to 2.2.7
Diffstat:
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/pkg/expat/expat_config.h b/pkg/expat/expat_config.h
@@ -1,14 +1,13 @@
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
#define BYTEORDER 1234
/* #undef HAVE_ARC4RANDOM */
#define HAVE_ARC4RANDOM_BUF 1
-#define HAVE_BCOPY 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRANDOM 1
#define HAVE_INTTYPES_H 1
/* #undef HAVE_LIBBSD */
-#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MMAP 1
#define HAVE_STDINT_H 1
@@ -24,13 +23,21 @@
#define PACKAGE "expat"
#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
#define PACKAGE_NAME "expat"
-#define PACKAGE_STRING "expat 2.2.6"
+#define PACKAGE_STRING "expat 2.2.7"
#define PACKAGE_TARNAME "expat"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "2.2.6"
+#define PACKAGE_VERSION "2.2.7"
#define STDC_HEADERS 1
-#define VERSION "2.2.6"
-/* #undef WORDS_BIGENDIAN */
+#define VERSION "2.2.7"
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+/* # undef WORDS_BIGENDIAN */
+# endif
+#endif
#define XML_CONTEXT_BYTES 1024
#define XML_DEV_URANDOM 1
#define XML_DTD 1
diff --git a/pkg/expat/ver b/pkg/expat/ver
@@ -1 +1 @@
-2.2.6 r0
+2.2.7 r0