CVS commit: src/external/mit/expat/lib/libexpat

2022-02-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 27 12:27:22 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Do not assume we have a SYS_getrandom for the tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.14 src/external/mit/expat/lib/libexpat/expat_config.h:1.15
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.14	Sat Feb 26 18:49:42 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sun Feb 27 12:27:22 2022
@@ -55,8 +55,10 @@
 /* Define to 1 if you have the  header file. */
 #define HAVE_STRING_H 1
 
+#ifndef TOOL_FCCACHE
 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
 #define HAVE_SYSCALL_GETRANDOM 1
+#endif
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_SYS_PARAM_H 1



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-27 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Feb 27 12:27:22 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Do not assume we have a SYS_getrandom for the tools build.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 18:49:42 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
don't require arc4random_buf for tools build


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 18:49:42 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
don't require arc4random_buf for tools build


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.13 src/external/mit/expat/lib/libexpat/expat_config.h:1.14
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.13	Sat Feb 26 10:40:09 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 13:49:42 2022
@@ -11,8 +11,10 @@
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 
+#ifndef TOOL_FCCACHE
 /* Define to 1 if you have the `arc4random_buf' function. */
 #define HAVE_ARC4RANDOM_BUF 1
+#endif
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_DLFCN_H 1



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 15:40:09 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
re-enable getrandom for the non-tools build (thanks martin)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.12 src/external/mit/expat/lib/libexpat/expat_config.h:1.13
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.12	Sat Feb 26 08:17:39 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 10:40:09 2022
@@ -23,8 +23,11 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #define HAVE_GETPAGESIZE 1
 
+/* Host build might not have getrandom */
+#ifndef TOOL_FCCACHE
 /* Define to 1 if you have the `getrandom' function. */
-/* #define HAVE_GETRANDOM 1 */
+#define HAVE_GETRANDOM 1
+#endif
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 15:40:09 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
re-enable getrandom for the non-tools build (thanks martin)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 13:17:39 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
ah, wiz added another endif.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.11 src/external/mit/expat/lib/libexpat/expat_config.h:1.12
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.11	Sat Feb 26 08:15:18 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 08:17:39 2022
@@ -108,7 +108,6 @@
 /* #  undef WORDS_BIGENDIAN */
 # endif
 #endif
-#endif
 
 /* Define to allow retrieving the byte offsets for attribute names and values.
*/



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 13:17:39 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
ah, wiz added another endif.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 13:15:19 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
remove stray #if 0


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.10 src/external/mit/expat/lib/libexpat/expat_config.h:1.11
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.10	Sat Feb 26 05:16:35 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 08:15:18 2022
@@ -99,7 +99,6 @@
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
-#if 0
 #if defined AC_APPLE_UNIVERSAL_BUILD
 # if defined __BIG_ENDIAN__
 #  define WORDS_BIGENDIAN 1



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 26 13:15:19 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
remove stray #if 0


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 26 10:16:35 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Try to fix the build: HAVE_GETRANDOM does not compile


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.9 src/external/mit/expat/lib/libexpat/expat_config.h:1.10
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.9	Fri Feb 25 21:52:47 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Feb 26 10:16:35 2022
@@ -24,7 +24,7 @@
 #define HAVE_GETPAGESIZE 1
 
 /* Define to 1 if you have the `getrandom' function. */
-#define HAVE_GETRANDOM 1
+/* #define HAVE_GETRANDOM 1 */
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-26 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Feb 26 10:16:35 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Try to fix the build: HAVE_GETRANDOM does not compile


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Feb 25 21:52:47 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
libexpat: add matching #endif for #if 0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.8 src/external/mit/expat/lib/libexpat/expat_config.h:1.9
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.8	Fri Feb 25 20:52:49 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Fri Feb 25 21:52:47 2022
@@ -109,6 +109,7 @@
 /* #  undef WORDS_BIGENDIAN */
 # endif
 #endif
+#endif
 
 /* Define to allow retrieving the byte offsets for attribute names and values.
*/



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri Feb 25 21:52:47 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
libexpat: add matching #endif for #if 0


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 25 20:52:49 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Update to latest (thanks rillig)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.7 src/external/mit/expat/lib/libexpat/expat_config.h:1.8
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.7	Sat Sep 21 11:56:09 2019
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Fri Feb 25 15:52:49 2022
@@ -24,7 +24,7 @@
 #define HAVE_GETPAGESIZE 1
 
 /* Define to 1 if you have the `getrandom' function. */
-/* #undef HAVE_GETRANDOM */
+#define HAVE_GETRANDOM 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1
@@ -32,15 +32,15 @@
 /* Define to 1 if you have the `bsd' library (-lbsd). */
 /* #undef HAVE_LIBBSD */
 
-/* Define to 1 if you have the  header file. */
-#define HAVE_MEMORY_H 1
-
 /* Define to 1 if you have a working `mmap' system call. */
 #define HAVE_MMAP 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_STDINT_H 1
 
+/* Define to 1 if you have the  header file. */
+#define HAVE_STDIO_H 1
+
 /* Define to 1 if you have the  header file. */
 #define HAVE_STDLIB_H 1
 
@@ -51,7 +51,7 @@
 #define HAVE_STRING_H 1
 
 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
-/* #undef HAVE_SYSCALL_GETRANDOM */
+#define HAVE_SYSCALL_GETRANDOM 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_SYS_PARAM_H 1
@@ -78,7 +78,7 @@
 #define PACKAGE_NAME "expat"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "expat 2.2.8"
+#define PACKAGE_STRING "expat 2.4.6"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "expat"
@@ -87,13 +87,28 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.2.8"
+#define PACKAGE_VERSION "2.4.6"
 
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+   required in a freestanding environment). This macro is provided for
+   backward compatibility; new code need not use it. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "2.2.8"
+#define VERSION "2.4.6"
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#if 0
+#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 to allow retrieving the byte offsets for attribute names and values.
*/



CVS commit: src/external/mit/expat/lib/libexpat

2022-02-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 25 20:52:49 UTC 2022

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Update to latest (thanks rillig)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-24 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Sep 24 19:19:49 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: Makefile

Log Message:
Unless we add --sysroot, the netbsd src tree headers won't be used.
Do so, so we don't rely on the build machine to have  for
this macro check.

Using ${CPPFLAGS} rather than my own encoding of --sysroot, since it
already includes it.

Tested by agc, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/expat/lib/libexpat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-24 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Tue Sep 24 19:19:49 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: Makefile

Log Message:
Unless we add --sysroot, the netbsd src tree headers won't be used.
Do so, so we don't rely on the build machine to have  for
this macro check.

Using ${CPPFLAGS} rather than my own encoding of --sysroot, since it
already includes it.

Tested by agc, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/expat/lib/libexpat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/Makefile
diff -u src/external/mit/expat/lib/libexpat/Makefile:1.3 src/external/mit/expat/lib/libexpat/Makefile:1.4
--- src/external/mit/expat/lib/libexpat/Makefile:1.3	Mon Sep 23 17:20:41 2019
+++ src/external/mit/expat/lib/libexpat/Makefile	Tue Sep 24 19:19:49 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2019/09/23 17:20:41 maya Exp $
+#	$NetBSD: Makefile,v 1.4 2019/09/24 19:19:49 maya Exp $
 
 .include 
 
@@ -36,7 +36,7 @@ dependall: all
 
 expat.pc: expat_config.h expat.pc.in
 	@(V=$$( (echo '#include '; echo PACKAGE_VERSION) | \
-	${CC} -E -I${.CURDIR} - | tail -1 | tr -d '"') && \
+	${CC} ${CPPFLAGS} -E -I${.CURDIR} - | tail -1 | tr -d '"') && \
 	${TOOL_SED} -e s/@VERSION@/$$V/ < ${.CURDIR}/expat.pc.in \
 	> ${.TARGET})
 



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 23 17:20:41 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: Makefile

Log Message:
Now that expat_config.h uses a header that is OS-specific, using the HOST_CC
breaks for some setups which lack it (netbsd<8, possibly other things).

Use the compiler targetting netbsd that uses netbsd headers to figure out
PACKAGE_VERSION to avoid this problem.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/expat/lib/libexpat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/Makefile
diff -u src/external/mit/expat/lib/libexpat/Makefile:1.2 src/external/mit/expat/lib/libexpat/Makefile:1.3
--- src/external/mit/expat/lib/libexpat/Makefile:1.2	Sat May 14 14:39:39 2016
+++ src/external/mit/expat/lib/libexpat/Makefile	Mon Sep 23 17:20:41 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2016/05/14 14:39:39 spz Exp $
+#	$NetBSD: Makefile,v 1.3 2019/09/23 17:20:41 maya Exp $
 
 .include 
 
@@ -36,7 +36,7 @@ dependall: all
 
 expat.pc: expat_config.h expat.pc.in
 	@(V=$$( (echo '#include '; echo PACKAGE_VERSION) | \
-	${HOST_CC} -E -I${.CURDIR} - | tail -1 | tr -d '"') && \
+	${CC} -E -I${.CURDIR} - | tail -1 | tr -d '"') && \
 	${TOOL_SED} -e s/@VERSION@/$$V/ < ${.CURDIR}/expat.pc.in \
 	> ${.TARGET})
 



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-23 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 23 17:20:41 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: Makefile

Log Message:
Now that expat_config.h uses a header that is OS-specific, using the HOST_CC
breaks for some setups which lack it (netbsd<8, possibly other things).

Use the compiler targetting netbsd that uses netbsd headers to figure out
PACKAGE_VERSION to avoid this problem.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/expat/lib/libexpat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-21 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Sep 21 15:56:09 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Actually define BYTEORDER since it is used.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-21 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Sep 21 15:56:09 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Actually define BYTEORDER since it is used.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.6 src/external/mit/expat/lib/libexpat/expat_config.h:1.7
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.6	Mon Sep 16 11:50:55 2019
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Sat Sep 21 15:56:09 2019
@@ -4,6 +4,10 @@
 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
+/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
+#include 
+#define BYTEORDER _BYTE_ORDER
+
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 16 11:50:55 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Remove unused definitions, as they are architecture-specific.

Thanks joerg for the heads up.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 16 11:50:55 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Remove unused definitions, as they are architecture-specific.

Thanks joerg for the heads up.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.5 src/external/mit/expat/lib/libexpat/expat_config.h:1.6
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.5	Mon Sep 16 06:34:43 2019
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Mon Sep 16 11:50:55 2019
@@ -4,9 +4,6 @@
 /* Define if building universal (internal helper macro) */
 /* #undef AC_APPLE_UNIVERSAL_BUILD */
 
-/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
-#define BYTEORDER 1234
-
 /* Define to 1 if you have the `arc4random' function. */
 /* #undef HAVE_ARC4RANDOM */
 
@@ -94,18 +91,6 @@
 /* Version number of package */
 #define VERSION "2.2.8"
 
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
-   significant byte first (like Motorola and SPARC, unlike Intel). */
-#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 to allow retrieving the byte offsets for attribute names and values.
*/
 /* #undef XML_ATTR_INFO */



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 16 06:34:43 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Regenerate the output of expat configure.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.4 src/external/mit/expat/lib/libexpat/expat_config.h:1.5
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.4	Sat Feb  4 10:56:10 2017
+++ src/external/mit/expat/lib/libexpat/expat_config.h	Mon Sep 16 06:34:43 2019
@@ -1,11 +1,17 @@
 /* expat_config.h.  Generated from expat_config.h.in by configure.  */
 /* expat_config.h.in.  Generated from configure.ac by autoheader.  */
 
-/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
-#define BYTEORDER BYTE_ORDER
+/* Define if building universal (internal helper macro) */
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
 
-/* Define to 1 if you have the `bcopy' function. */
-#define HAVE_BCOPY 1
+/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
+#define BYTEORDER 1234
+
+/* Define to 1 if you have the `arc4random' function. */
+/* #undef HAVE_ARC4RANDOM */
+
+/* Define to 1 if you have the `arc4random_buf' function. */
+#define HAVE_ARC4RANDOM_BUF 1
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_DLFCN_H 1
@@ -16,11 +22,14 @@
 /* Define to 1 if you have the `getpagesize' function. */
 #define HAVE_GETPAGESIZE 1
 
+/* Define to 1 if you have the `getrandom' function. */
+/* #undef HAVE_GETRANDOM */
+
 /* Define to 1 if you have the  header file. */
 #define HAVE_INTTYPES_H 1
 
-/* Define to 1 if you have the `memmove' function. */
-#define HAVE_MEMMOVE 1
+/* Define to 1 if you have the `bsd' library (-lbsd). */
+/* #undef HAVE_LIBBSD */
 
 /* Define to 1 if you have the  header file. */
 #define HAVE_MEMORY_H 1
@@ -40,6 +49,9 @@
 /* Define to 1 if you have the  header file. */
 #define HAVE_STRING_H 1
 
+/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
+/* #undef HAVE_SYSCALL_GETRANDOM */
+
 /* Define to 1 if you have the  header file. */
 #define HAVE_SYS_PARAM_H 1
 
@@ -55,6 +67,9 @@
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
 #define LT_OBJDIR ".libs/"
 
+/* Name of package */
+#define PACKAGE "expat"
+
 /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "expat-b...@libexpat.org"
 
@@ -62,7 +77,7 @@
 #define PACKAGE_NAME "expat"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "expat 2.2.0"
+#define PACKAGE_STRING "expat 2.2.8"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "expat"
@@ -71,27 +86,43 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.2.0"
+#define PACKAGE_VERSION "2.2.8"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
-/* whether byteorder is bigendian */
-/* #undef WORDS_BIGENDIAN */
+/* Version number of package */
+#define VERSION "2.2.8"
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+   significant byte first (like Motorola and SPARC, unlike Intel). */
+#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 to allow retrieving the byte offsets for attribute names and values.
+   */
+/* #undef XML_ATTR_INFO */
 
 /* Define to specify how much context to retain around the current parse
point. */
 #define XML_CONTEXT_BYTES 1024
 
+/* Define to include code reading entropy from `/dev/urandom'. */
+#define XML_DEV_URANDOM 1
+
 /* Define to make parameter entity parsing functionality available. */
 #define XML_DTD 1
 
 /* Define to make XML Namespaces functionality available. */
 #define XML_NS 1
 
-/* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
-/* #undef __func__ */
-
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
 



CVS commit: src/external/mit/expat/lib/libexpat

2019-09-16 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Sep 16 06:34:43 UTC 2019

Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h

Log Message:
Regenerate the output of expat configure.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/expat/lib/libexpat/expat_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.