commit: eff87d8af8bddf718c72ffe4f4e1705c66b7a19e
parent de8bd065151f3d52fb6eac324464fe95a0d16aa3
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 1 Nov 2017 22:15:20 -0700
expat: Update to 2.2.5
Diffstat:
4 files changed, 26 insertions(+), 7 deletions(-)
diff --git a/pkg/expat/README.md b/pkg/expat/README.md
@@ -0,0 +1,8 @@
+# expat
+
+## config.h
+Generated with
+
+ ./configure \
+ CPPFLAGS=-I/src/oasis/pkg/openbsd/include \
+ LIBS='/src/oasis/out/pkg/openbsd/libbsd.a /src/oasis/out/pkg/libressl/libcrypto.a'
diff --git a/pkg/expat/expat_config.h b/pkg/expat/expat_config.h
@@ -1,23 +1,35 @@
-#include <config-posix.h>
-
#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
/* #undef HAVE_GETRANDOM */
+#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
+#define HAVE_STDLIB_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
#define HAVE_SYSCALL_GETRANDOM 1
#define HAVE_SYS_PARAM_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_UNISTD_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "expat"
#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
#define PACKAGE_NAME "expat"
-#define PACKAGE_STRING "expat 2.2.4"
+#define PACKAGE_STRING "expat 2.2.5"
#define PACKAGE_TARNAME "expat"
#define PACKAGE_URL ""
-#define PACKAGE_VERSION "2.2.4"
-#define VERSION "2.2.4"
+#define PACKAGE_VERSION "2.2.5"
+#define STDC_HEADERS 1
+#define VERSION "2.2.5"
/* #undef WORDS_BIGENDIAN */
#define XML_CONTEXT_BYTES 1024
#define XML_DEV_URANDOM 1
diff --git a/pkg/expat/gen.lua b/pkg/expat/gen.lua
@@ -1,6 +1,5 @@
cflags{
'-D HAVE_EXPAT_CONFIG_H',
- '-I include',
'-I $dir',
'-I pkg/openbsd/include',
}
diff --git a/pkg/expat/rev b/pkg/expat/rev
@@ -1 +1 @@
-4
+5