diff options
| author | Michael Forney <mforney@mforney.org> | 2017-07-15 00:42:37 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-07-15 00:42:37 -0700 |
| commit | 1b0aa2faa5bc1cc697f3506b70aff92db3179959 (patch) | |
| tree | 3fc321b781cb3ad8f7129504cce34dbea1f8e3ec | |
| parent | 84be4fac2163dddf9ac96d040329b285086a5085 (diff) | |
expat: Update to 2.2.2
| -rw-r--r-- | pkg/expat/expat_config.h | 9 | ||||
| -rw-r--r-- | pkg/expat/rev | 2 | ||||
| m--------- | pkg/expat/src | 0 |
3 files changed, 7 insertions, 4 deletions
diff --git a/pkg/expat/expat_config.h b/pkg/expat/expat_config.h index 2fb97f3c..60db771b 100644 --- a/pkg/expat/expat_config.h +++ b/pkg/expat/expat_config.h @@ -1,22 +1,25 @@ #include <config-posix.h> #define BYTEORDER 1234 +/* #undef HAVE_ARC4RANDOM_BUF */ #define HAVE_BCOPY 1 #define HAVE_GETPAGESIZE 1 +/* #undef HAVE_GETRANDOM */ +/* #undef HAVE_LIBBSD */ #define HAVE_MEMORY_H 1 +#define HAVE_SYSCALL_GETRANDOM 1 #define HAVE_SYS_PARAM_H 1 #define LT_OBJDIR ".libs/" #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org" #define PACKAGE_NAME "expat" -#define PACKAGE_STRING "expat 2.2.0" +#define PACKAGE_STRING "expat 2.2.2" #define PACKAGE_TARNAME "expat" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.2.0" +#define PACKAGE_VERSION "2.2.2" /* #undef WORDS_BIGENDIAN */ #define XML_CONTEXT_BYTES 1024 #define XML_DTD 1 #define XML_NS 1 -/* #undef __func__ */ /* #undef const */ /* #undef off_t */ /* #undef size_t */ diff --git a/pkg/expat/rev b/pkg/expat/rev index d00491fd..0cfbf088 100644 --- a/pkg/expat/rev +++ b/pkg/expat/rev @@ -1 +1 @@ -1 +2 diff --git a/pkg/expat/src b/pkg/expat/src -Subproject fbc46fa2be307280648147543c053d05910f7a8 +Subproject 7c3eedb20b287c5b3e026eaebf657e3c3898132 |
