head 1.1; branch 1.1.1; access; symbols netbsd-11-0-RC6:1.1.1.1 expat-2-8-2:1.1.1.1 netbsd-11-0-RC5:1.1.1.1 expat-2-8-1:1.1.1.1 netbsd-11-0-RC4:1.1.1.1 netbsd-11-0-RC3:1.1.1.1 netbsd-11-0-RC2:1.1.1.1 netbsd-11-0-RC1:1.1.1.1 perseant-exfatfs-base-20250801:1.1.1.1 netbsd-11:1.1.1.1.0.18 netbsd-11-base:1.1.1.1 expat-2-7-1:1.1.1.1 expat-2-7-0:1.1.1.1 netbsd-10-1-RELEASE:1.1.1.1 perseant-exfatfs-base-20240630:1.1.1.1 perseant-exfatfs:1.1.1.1.0.16 perseant-exfatfs-base:1.1.1.1 netbsd-8-3-RELEASE:1.1.1.1.2.2 netbsd-9-4-RELEASE:1.1.1.1.4.2 netbsd-10-0-RELEASE:1.1.1.1 netbsd-10-0-RC6:1.1.1.1 netbsd-10-0-RC5:1.1.1.1 netbsd-10-0-RC4:1.1.1.1 netbsd-10-0-RC3:1.1.1.1 netbsd-10-0-RC2:1.1.1.1 netbsd-10-0-RC1:1.1.1.1 netbsd-10:1.1.1.1.0.14 netbsd-10-base:1.1.1.1 netbsd-9-3-RELEASE:1.1.1.1.4.2 expat-2-4-6:1.1.1.1 cjep_sun2x-base1:1.1.1.1 cjep_sun2x:1.1.1.1.0.12 cjep_sun2x-base:1.1.1.1 cjep_staticlib_x-base1:1.1.1.1 netbsd-9-2-RELEASE:1.1.1.1.4.2 cjep_staticlib_x:1.1.1.1.0.10 cjep_staticlib_x-base:1.1.1.1 netbsd-9-1-RELEASE:1.1.1.1.4.2 phil-wifi-20200421:1.1.1.1 phil-wifi:1.1.1.1.0.8 phil-wifi-20200411:1.1.1.1 is-mlppp:1.1.1.1.0.6 is-mlppp-base:1.1.1.1 phil-wifi-20200406:1.1.1.1 netbsd-8-2-RELEASE:1.1.1.1.2.2 netbsd-9-0-RELEASE:1.1.1.1.4.2 netbsd-9-0-RC2:1.1.1.1.4.2 netbsd-9-0-RC1:1.1.1.1.4.2 phil-wifi-20191119:1.1.1.1 netbsd-9:1.1.1.1.0.4 netbsd-8:1.1.1.1.0.2 expat-2-2-8:1.1.1.1 expat:1.1.1; locks; strict; comment @# @; 1.1 date 2019.09.16.06.21.12; author maya; state Exp; branches 1.1.1.1; next ; commitid UzhqcAQ3PxywwcDB; 1.1.1.1 date 2019.09.16.06.21.12; author maya; state Exp; branches 1.1.1.1.2.1 1.1.1.1.4.1 1.1.1.1.8.1; next ; commitid UzhqcAQ3PxywwcDB; 1.1.1.1.2.1 date 2019.09.16.06.21.12; author martin; state dead; branches; next 1.1.1.1.2.2; commitid YklLl72xalI1EoDB; 1.1.1.1.2.2 date 2019.09.17.18.50.06; author martin; state Exp; branches; next ; commitid YklLl72xalI1EoDB; 1.1.1.1.4.1 date 2019.09.16.06.21.12; author martin; state dead; branches; next 1.1.1.1.4.2; commitid JZUctABQ1ZKdZoDB; 1.1.1.1.4.2 date 2019.09.17.19.51.14; author martin; state Exp; branches; next ; commitid JZUctABQ1ZKdZoDB; 1.1.1.1.8.1 date 2019.09.16.06.21.12; author martin; state dead; branches; next 1.1.1.1.8.2; commitid X01YhRUPVUDaec4C; 1.1.1.1.8.2 date 2020.04.13.08.02.22; author martin; state Exp; branches; next ; commitid X01YhRUPVUDaec4C; desc @@ 1.1 log @Initial revision @ text @Output differs: ibm/valid/P02/ibm02v01.xml ibm49i02.dtd: No such file or directory Expected not well-formed: ibm/not-wf/misc/432gewf.xml Expected not well-formed: xmltest/not-wf/not-sa/005.xml Expected not well-formed: sun/not-wf/uri01.xml Expected not well-formed: oasis/p06fail1.xml Expected not well-formed: oasis/p08fail1.xml Expected not well-formed: oasis/p08fail2.xml Passed: 1801 Failed: 8 @ 1.1.1.1 log @Import expat 2.2.8 Release 2.2.8 Fri Septemper 13 2019 Security fixes: #317 #318 CVE-2019-15903 -- Fix heap overflow triggered by XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber), and deny internal entities closing the doctype; fixed in commit c20b758c332d9a13afbbb276d30db1d183a85d43 Bug fixes: #240 Fix cases where XML_StopParser did not have any effect when called from inside of an end element handler #341 xmlwf: Fix exit code for operation without "-d DIRECTORY"; previously, only "-d DIRECTORY" would give you a proper exit code: # xmlwf -d . <<<'' 2>/dev/null ; echo $? 2 # xmlwf <<<'' 2>/dev/null ; echo $? 0 Now both cases return exit code 2. Other changes: #299 #302 Windows: Replace LoadLibrary hack to access unofficial API function SystemFunction036 (RtlGenRandom) by using official API function rand_s (needs WinXP+) #325 Windows: Drop support for Visual Studio <=7.1/2003 and document supported compilers in README.md #286 Windows: Remove COM code from xmlwf; in case it turns out needed later, there will be a dedicated repository below https://github.com/libexpat/ for that code #322 Windows: Remove explicit MSVC solution and project files. You can generate Visual Studio solution files through CMake, e.g.: cmake -G"Visual Studio 15 2017" . #338 xmlwf: Make "xmlwf -h" help output more friendly #339 examples: Improve elements.c #244 #264 Autotools: Add argument --enable-xml-attr-info #239 #301 Autotools: Add arguments --with-getrandom --without-getrandom --with-sys-getrandom --without-sys-getrandom #312 #343 Autotools: Fix linking issues with "./configure LD=clang" Autotools: Fix "make run-xmltest" for out-of-source builds #329 #336 CMake: Pull all options from Expat <=2.2.7 into namespace prefix EXPAT_ with the exception of DOCBOOK_TO_MAN: - BUILD_doc -> EXPAT_BUILD_DOCS (plural) - BUILD_examples -> EXPAT_BUILD_EXAMPLES - BUILD_shared -> EXPAT_SHARED_LIBS - BUILD_tests -> EXPAT_BUILD_TESTS - BUILD_tools -> EXPAT_BUILD_TOOLS - DOCBOOK_TO_MAN -> DOCBOOK_TO_MAN (unchanged) - INSTALL -> EXPAT_ENABLE_INSTALL - MSVC_USE_STATIC_CRT -> EXPAT_MSVC_STATIC_CRT - USE_libbsd -> EXPAT_WITH_LIBBSD - WARNINGS_AS_ERRORS -> EXPAT_WARNINGS_AS_ERRORS - XML_CONTEXT_BYTES -> EXPAT_CONTEXT_BYTES - XML_DEV_URANDOM -> EXPAT_DEV_URANDOM - XML_DTD -> EXPAT_DTD - XML_NS -> EXPAT_NS - XML_UNICODE -> EXPAT_CHAR_TYPE=ushort (!) - XML_UNICODE_WCHAR_T -> EXPAT_CHAR_TYPE=wchar_t (!) #244 #264 CMake: Add argument -DEXPAT_ATTR_INFO=(ON|OFF), default OFF #326 CMake: Add argument -DEXPAT_LARGE_SIZE=(ON|OFF), default OFF #328 CMake: Add argument -DEXPAT_MIN_SIZE=(ON|OFF), default OFF #239 #277 CMake: Add arguments -DEXPAT_WITH_GETRANDOM=(ON|OFF|AUTO), default AUTO -DEXPAT_WITH_SYS_GETRANDOM=(ON|OFF|AUTO), default AUTO #326 CMake: Install expat_config.h to include directory #326 CMake: Generate and install configuration files for future find_package(expat [..] CONFIG [..]) CMake: Now produces a summary of applied configuration CMake: Require C++ compiler only when tests are enabled #330 CMake: Fix compilation for 16bit character types, i.e. ex -DXML_UNICODE=ON (and ex -DXML_UNICODE_WCHAR_T=ON) #265 CMake: Fix linking with MinGW #330 CMake: Add full support for MinGW; to enable, use -DCMAKE_TOOLCHAIN_FILE=[expat]/cmake/mingw-toolchain.cmake #330 CMake: Port "make run-xmltest" from GNU Autotools to CMake #316 CMake: Windows: Make binary postfix match MSVC Old: expat[d].lib New: expat[w][d][MD|MT].lib CMake: Migrate files from Windows to Unix line endings #308 CMake: Integrate OSS-Fuzz fuzzers, option -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF #14 Drop an OpenVMS support leftover #235 #268 .. #270 #310 .. #313 #331 #333 Address compiler warnings #282 #283 .. #284 #285 Address cppcheck warnings #294 #295 Address Clang Static Analyzer warnings #24 #293 Mass-apply clang-format 9 (and ensure conformance during CI) Version info bumped from 7:9:6 to 7:10:6 Special thanks to: David Loffredo Joonun Jang Khajapasha Mohammed Kishore Kunche Marco Maggi Mitch Phillips Rolf Ade xantares Zhongyuan Zhou @ text @@ 1.1.1.1.8.1 log @file xmltest.log.expected was added on branch phil-wifi on 2020-04-13 08:02:22 +0000 @ text @d1 10 @ 1.1.1.1.8.2 log @Mostly merge changes from HEAD upto 20200411 @ text @a0 10 Output differs: ibm/valid/P02/ibm02v01.xml ibm49i02.dtd: No such file or directory Expected not well-formed: ibm/not-wf/misc/432gewf.xml Expected not well-formed: xmltest/not-wf/not-sa/005.xml Expected not well-formed: sun/not-wf/uri01.xml Expected not well-formed: oasis/p06fail1.xml Expected not well-formed: oasis/p08fail1.xml Expected not well-formed: oasis/p08fail2.xml Passed: 1801 Failed: 8 @ 1.1.1.1.4.1 log @file xmltest.log.expected was added on branch netbsd-9 on 2019-09-17 19:51:14 +0000 @ text @d1 10 @ 1.1.1.1.4.2 log @Sync to current and pull up the following revisions, requested by maya in ticket #206: external/mit/expat/dist/conftools/test-driver up to 1.1.1.1 external/mit/expat/dist/conftools/ar-lib up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/compile up to 1.1.1.1 external/mit/expat/dist/conftools/depcomp up to 1.1.1.1 external/mit/expat/dist/conftools/missing up to 1.1.1.1 external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1 external/mit/expat/dist/doc/Makefile.am up to 1.1.1.1 external/mit/expat/dist/doc/Makefile.in up to 1.1.1.1 external/mit/expat/dist/examples/Makefile.am up to 1.1.1.1 external/mit/expat/dist/examples/Makefile.in up to 1.1.1.1 external/mit/expat/dist/lib/Makefile.am up to 1.1.1.1 external/mit/expat/dist/lib/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1 external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/Makefile.am up to 1.1.1.1 external/mit/expat/dist/tests/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/structdata.c up to 1.1.1.1 external/mit/expat/dist/tests/structdata.h up to 1.1.1.1 external/mit/expat/dist/tests/udiffer.py up to 1.1.1.1 external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1 external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1 external/mit/expat/dist/xmlwf/Makefile.am up to 1.1.1.1 external/mit/expat/dist/xmlwf/Makefile.in up to 1.1.1.1 external/mit/expat/dist/xmlwf/xmlwf_helpgen.py up to 1.1.1.1 external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh up to 1.1.1.1 external/mit/expat/dist/Makefile.am up to 1.1.1.1 external/mit/expat/dist/README.md up to 1.1.1.1 external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1 external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1 external/mit/expat/dist/acinclude.m4 up to 1.1.1.1 external/mit/expat/dist/fix-xmltest-log.sh up to 1.1.1.1 external/mit/expat/dist/test-driver-wrapper.sh up to 1.1.1.1 external/mit/expat/dist/MANIFEST delete external/mit/expat/dist/README delete external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete external/mit/expat/dist/conftools/mkinstalldirs delete external/mit/expat/dist/xmlwf/xmlurl.h delete external/mit/expat/dist/xmlwf/xmlwin32url.cxx delete external/mit/expat/dist/CMake.README up to 1.1.1.5 external/mit/expat/dist/CMakeLists.txt up to 1.1.1.5 external/mit/expat/dist/Changes up to 1.1.1.6 external/mit/expat/dist/ConfigureChecks.cmake up to 1.1.1.2 external/mit/expat/dist/Makefile.in up to 1.1.1.6 external/mit/expat/dist/aclocal.m4 up to 1.1.1.4 external/mit/expat/dist/configure up to 1.1.1.6 external/mit/expat/dist/configure.ac up to 1.1.1.4 external/mit/expat/dist/expat_config.h.cmake up to 1.1.1.2 external/mit/expat/dist/expat_config.h.in up to 1.1.1.6 external/mit/expat/dist/conftools/config.guess up to 1.4 external/mit/expat/dist/conftools/config.sub up to 1.4 external/mit/expat/dist/conftools/get-version.sh up to 1.1.1.2 external/mit/expat/dist/conftools/install-sh up to 1.1.1.5 external/mit/expat/dist/conftools/ltmain.sh up to 1.1.1.5 external/mit/expat/dist/doc/reference.html up to 1.1.1.5 external/mit/expat/dist/doc/xmlwf.1 up to 1.1.1.4 external/mit/expat/dist/doc/xmlwf.xml up to 1.1.1.2 external/mit/expat/dist/examples/elements.c up to 1.1.1.5 external/mit/expat/dist/examples/outline.c up to 1.1.1.4 external/mit/expat/dist/lib/ascii.h up to 1.1.1.2 external/mit/expat/dist/lib/asciitab.h up to 1.1.1.2 external/mit/expat/dist/lib/expat.h up to 1.1.1.6 external/mit/expat/dist/lib/expat_external.h up to 1.1.1.4 external/mit/expat/dist/lib/iasciitab.h up to 1.1.1.2 external/mit/expat/dist/lib/internal.h up to 1.1.1.3 external/mit/expat/dist/lib/latin1tab.h up to 1.1.1.2 external/mit/expat/dist/lib/libexpat.def up to 1.1.1.3 external/mit/expat/dist/lib/libexpatw.def up to 1.1.1.3 external/mit/expat/dist/lib/nametab.h up to 1.1.1.2 external/mit/expat/dist/lib/siphash.h up to 1.1.1.2 external/mit/expat/dist/lib/utf8tab.h up to 1.1.1.2 external/mit/expat/dist/lib/winconfig.h up to 1.1.1.3 external/mit/expat/dist/lib/xmlparse.c up to 1.8 external/mit/expat/dist/lib/xmlrole.c up to 1.1.1.5 external/mit/expat/dist/lib/xmlrole.h up to 1.1.1.2 external/mit/expat/dist/lib/xmltok.c up to 1.5 external/mit/expat/dist/lib/xmltok.h up to 1.3 external/mit/expat/dist/lib/xmltok_impl.c up to 1.6 external/mit/expat/dist/lib/xmltok_impl.h up to 1.1.1.2 external/mit/expat/dist/lib/xmltok_ns.c up to 1.1.1.2 external/mit/expat/dist/tests/chardata.c up to 1.1.1.4 external/mit/expat/dist/tests/chardata.h up to 1.1.1.2 external/mit/expat/dist/tests/memcheck.c up to 1.1.1.2 external/mit/expat/dist/tests/memcheck.h up to 1.1.1.2 external/mit/expat/dist/tests/minicheck.c up to 1.1.1.4 external/mit/expat/dist/tests/minicheck.h up to 1.1.1.5 external/mit/expat/dist/tests/runtests.c up to 1.1.1.5 external/mit/expat/dist/tests/runtestspp.cpp up to 1.1.1.2 external/mit/expat/dist/tests/xmltest.sh up to 1.4 external/mit/expat/dist/tests/benchmark/benchmark.c up to 1.1.1.3 external/mit/expat/dist/win32/README.txt up to 1.1.1.5 external/mit/expat/dist/win32/expat.iss up to 1.1.1.6 external/mit/expat/dist/xmlwf/codepage.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/codepage.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/ct.c up to 1.1.1.2 external/mit/expat/dist/xmlwf/filemap.h up to 1.1.1.3 external/mit/expat/dist/xmlwf/readfilemap.c up to 1.1.1.5 external/mit/expat/dist/xmlwf/unixfilemap.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/win32filemap.c up to 1.1.1.3 external/mit/expat/dist/xmlwf/xmlfile.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/xmlfile.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlmime.c up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlmime.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmltchar.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlwf.c up to 1.1.1.6 external/mit/expat/lib/libexpat/expat_config.h up to 1.6 doc/3RDPARTY 1.1649 external/mit/xorg/tools/fc-cache/Makefile 1.18 Update expat to 2.2.8. Define XML_POOR_ENTROPY for the tool version of fc-cache (we can not assume anything about the build host). @ text @a0 10 Output differs: ibm/valid/P02/ibm02v01.xml ibm49i02.dtd: No such file or directory Expected not well-formed: ibm/not-wf/misc/432gewf.xml Expected not well-formed: xmltest/not-wf/not-sa/005.xml Expected not well-formed: sun/not-wf/uri01.xml Expected not well-formed: oasis/p06fail1.xml Expected not well-formed: oasis/p08fail1.xml Expected not well-formed: oasis/p08fail2.xml Passed: 1801 Failed: 8 @ 1.1.1.1.2.1 log @file xmltest.log.expected was added on branch netbsd-8 on 2019-09-17 18:50:06 +0000 @ text @d1 10 @ 1.1.1.1.2.2 log @Sync external/mit/expat to current and pull up the following revisions, requested by maya in ticket #1376: external/mit/expat/dist/conftools/test-driver up to 1.1.1.1 external/mit/expat/dist/conftools/ar-lib up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1 external/mit/expat/dist/conftools/compile up to 1.1.1.1 external/mit/expat/dist/conftools/depcomp up to 1.1.1.1 external/mit/expat/dist/conftools/missing up to 1.1.1.1 external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1 external/mit/expat/dist/doc/Makefile.am up to 1.1.1.1 external/mit/expat/dist/doc/Makefile.in up to 1.1.1.1 external/mit/expat/dist/examples/Makefile.am up to 1.1.1.1 external/mit/expat/dist/examples/Makefile.in up to 1.1.1.1 external/mit/expat/dist/lib/Makefile.am up to 1.1.1.1 external/mit/expat/dist/lib/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1 external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/Makefile.am up to 1.1.1.1 external/mit/expat/dist/tests/Makefile.in up to 1.1.1.1 external/mit/expat/dist/tests/structdata.c up to 1.1.1.1 external/mit/expat/dist/tests/structdata.h up to 1.1.1.1 external/mit/expat/dist/tests/udiffer.py up to 1.1.1.1 external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1 external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1 external/mit/expat/dist/xmlwf/Makefile.am up to 1.1.1.1 external/mit/expat/dist/xmlwf/Makefile.in up to 1.1.1.1 external/mit/expat/dist/xmlwf/xmlwf_helpgen.py up to 1.1.1.1 external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh up to 1.1.1.1 external/mit/expat/dist/Makefile.am up to 1.1.1.1 external/mit/expat/dist/README.md up to 1.1.1.1 external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1 external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1 external/mit/expat/dist/acinclude.m4 up to 1.1.1.1 external/mit/expat/dist/fix-xmltest-log.sh up to 1.1.1.1 external/mit/expat/dist/test-driver-wrapper.sh up to 1.1.1.1 external/mit/expat/dist/MANIFEST delete external/mit/expat/dist/README delete external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete external/mit/expat/dist/conftools/mkinstalldirs delete external/mit/expat/dist/xmlwf/xmlurl.h delete external/mit/expat/dist/xmlwf/xmlwin32url.cxx delete external/mit/expat/dist/CMake.README up to 1.1.1.5 external/mit/expat/dist/CMakeLists.txt up to 1.1.1.5 external/mit/expat/dist/Changes up to 1.1.1.6 external/mit/expat/dist/ConfigureChecks.cmake up to 1.1.1.2 external/mit/expat/dist/Makefile.in up to 1.1.1.6 external/mit/expat/dist/aclocal.m4 up to 1.1.1.4 external/mit/expat/dist/configure up to 1.1.1.6 external/mit/expat/dist/configure.ac up to 1.1.1.4 external/mit/expat/dist/expat_config.h.cmake up to 1.1.1.2 external/mit/expat/dist/expat_config.h.in up to 1.1.1.6 external/mit/expat/dist/conftools/config.guess up to 1.4 external/mit/expat/dist/conftools/config.sub up to 1.4 external/mit/expat/dist/conftools/get-version.sh up to 1.1.1.2 external/mit/expat/dist/conftools/install-sh up to 1.1.1.5 external/mit/expat/dist/conftools/ltmain.sh up to 1.1.1.5 external/mit/expat/dist/doc/reference.html up to 1.1.1.5 external/mit/expat/dist/doc/xmlwf.1 up to 1.1.1.4 external/mit/expat/dist/doc/xmlwf.xml up to 1.1.1.2 external/mit/expat/dist/examples/elements.c up to 1.1.1.5 external/mit/expat/dist/examples/outline.c up to 1.1.1.4 external/mit/expat/dist/lib/ascii.h up to 1.1.1.2 external/mit/expat/dist/lib/asciitab.h up to 1.1.1.2 external/mit/expat/dist/lib/expat.h up to 1.1.1.6 external/mit/expat/dist/lib/expat_external.h up to 1.1.1.4 external/mit/expat/dist/lib/iasciitab.h up to 1.1.1.2 external/mit/expat/dist/lib/internal.h up to 1.1.1.3 external/mit/expat/dist/lib/latin1tab.h up to 1.1.1.2 external/mit/expat/dist/lib/libexpat.def up to 1.1.1.3 external/mit/expat/dist/lib/libexpatw.def up to 1.1.1.3 external/mit/expat/dist/lib/nametab.h up to 1.1.1.2 external/mit/expat/dist/lib/siphash.h up to 1.1.1.2 external/mit/expat/dist/lib/utf8tab.h up to 1.1.1.2 external/mit/expat/dist/lib/winconfig.h up to 1.1.1.3 external/mit/expat/dist/lib/xmlparse.c up to 1.8 external/mit/expat/dist/lib/xmlrole.c up to 1.1.1.5 external/mit/expat/dist/lib/xmlrole.h up to 1.1.1.2 external/mit/expat/dist/lib/xmltok.c up to 1.5 external/mit/expat/dist/lib/xmltok.h up to 1.3 external/mit/expat/dist/lib/xmltok_impl.c up to 1.6 external/mit/expat/dist/lib/xmltok_impl.h up to 1.1.1.2 external/mit/expat/dist/lib/xmltok_ns.c up to 1.1.1.2 external/mit/expat/dist/tests/chardata.c up to 1.1.1.4 external/mit/expat/dist/tests/chardata.h up to 1.1.1.2 external/mit/expat/dist/tests/memcheck.c up to 1.1.1.2 external/mit/expat/dist/tests/memcheck.h up to 1.1.1.2 external/mit/expat/dist/tests/minicheck.c up to 1.1.1.4 external/mit/expat/dist/tests/minicheck.h up to 1.1.1.5 external/mit/expat/dist/tests/runtests.c up to 1.1.1.5 external/mit/expat/dist/tests/runtestspp.cpp up to 1.1.1.2 external/mit/expat/dist/tests/xmltest.sh up to 1.4 external/mit/expat/dist/tests/benchmark/benchmark.c up to 1.1.1.3 external/mit/expat/dist/win32/README.txt up to 1.1.1.5 external/mit/expat/dist/win32/expat.iss up to 1.1.1.6 external/mit/expat/dist/xmlwf/codepage.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/codepage.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/ct.c up to 1.1.1.2 external/mit/expat/dist/xmlwf/filemap.h up to 1.1.1.3 external/mit/expat/dist/xmlwf/readfilemap.c up to 1.1.1.5 external/mit/expat/dist/xmlwf/unixfilemap.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/win32filemap.c up to 1.1.1.3 external/mit/expat/dist/xmlwf/xmlfile.c up to 1.1.1.4 external/mit/expat/dist/xmlwf/xmlfile.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlmime.c up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlmime.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmltchar.h up to 1.1.1.2 external/mit/expat/dist/xmlwf/xmlwf.c up to 1.1.1.6 external/mit/expat/lib/libexpat/expat_config.h up to 1.6 doc/3RDPARTY 1.1649 (patch) external/mit/xorg/tools/fc-cache/Makefile 1.18 (patch) Update expat to 2.2.8. Define XML_POOR_ENTROPY for the tool version of fc-cache (we can not assume anything about the build host). @ text @a0 10 Output differs: ibm/valid/P02/ibm02v01.xml ibm49i02.dtd: No such file or directory Expected not well-formed: ibm/not-wf/misc/432gewf.xml Expected not well-formed: xmltest/not-wf/not-sa/005.xml Expected not well-formed: sun/not-wf/uri01.xml Expected not well-formed: oasis/p06fail1.xml Expected not well-formed: oasis/p08fail1.xml Expected not well-formed: oasis/p08fail2.xml Passed: 1801 Failed: 8 @