Roll libxml from ad338ca7 to e85f9b98
This patch also removes the without-run-debug option from roll.py
because it was breaking the windows configure script.
2022-10-19 wellnhofer@aevum.de xmllint: Improve handling of empty XPath node sets
2022-10-18 wellnhofer@aevum.de cmake: Build static library with -DLIBXML_STATIC
2022-10-18 wellnhofer@aevum.de xinclude: Fix regression with nested includes
2022-08-31 wellnhofer@aevum.de [CVE-2022-40304] Fix dict corruption caused by entity reference cycles
2022-08-25 wellnhofer@aevum.de Fix integer overflows with XML_PARSE_HUGE
2022-10-11 wellnhofer@aevum.de parser: Fix potential memory leak in xmlParseAttValueInternal
2022-10-11 wellnhofer@aevum.de win32: Fix build with VS2013
2022-09-20 wellnhofer@aevum.de autotools: Don't use version script on Windows
2022-09-20 wellnhofer@aevum.de cmake: Set SOVERSION
2022-09-13 wellnhofer@aevum.de schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK
2022-09-09 wellnhofer@aevum.de gitlab-ci: Allow cast-align warnings from clang
2022-09-09 wellnhofer@aevum.de error: Don't use initGenericErrorDefaultFunc
2022-09-07 wellnhofer@aevum.de xpath: Lower XPath recursion limit on Windows
2022-09-07 wellnhofer@aevum.de autotools: Fix winsock detection
2022-09-07 wellnhofer@aevum.de autotools: Only add network libraries if HTTP/FTP enabled
2022-09-07 wellnhofer@aevum.de gitlab-ci: Fix tar invocation
2022-09-06 wellnhofer@aevum.de gitlab-ci: Move MSVC test to separate script
2022-09-06 wellnhofer@aevum.de gitlab-ci: Fix SUFFIX, remove MINGW_PATH
2022-09-06 wellnhofer@aevum.de gitlab-ci: Consolidate CMake test scripts
2022-09-06 wellnhofer@aevum.de gitlab-ci: Only install MinGW autotools if needed
2022-09-06 wellnhofer@aevum.de python: Create .pyd on Windows
2022-09-06 wellnhofer@aevum.de gitlab-ci: Only install cmake MinGW package if needed
2022-09-06 wellnhofer@aevum.de gitlab-ci: Install 7-Zip using the .msi
2022-09-06 wellnhofer@aevum.de xmllint: Document --quiet option
2022-09-06 wellnhofer@aevum.de autotools: Disable parallel Python build
2022-09-06 wellnhofer@aevum.de python: Don't output missing generators during build
2022-09-05 wellnhofer@aevum.de build: Remove check for broken ss_family
2022-09-05 wellnhofer@aevum.de gitlab-ci: Disable MSan for now
2022-09-05 wellnhofer@aevum.de autotools: Fix bug with multiline arguments
2022-09-05 wellnhofer@aevum.de autotools: Try to fix bug with multiline arguments
2022-09-05 wellnhofer@aevum.de http: Simplify IPv6 checks
2022-09-05 wellnhofer@aevum.de autotools: Fix network checks on Windows
2022-09-04 wellnhofer@aevum.de Use $MSYSTEM and 'bash -lc' in MinGW CI
2022-09-04 wellnhofer@aevum.de Fix detection of GNU libiconv
2022-09-04 wellnhofer@aevum.de Add CI job for MinGW/Autotools
2022-09-04 wellnhofer@aevum.de Consolidate CI scripts
2022-09-04 wellnhofer@aevum.de Allow empty MINGW_PACKAGE_PREFIX
2022-09-04 wellnhofer@aevum.de Move Dockerfile to .gitlab-ci directory
2022-09-04 wellnhofer@aevum.de cmake: Fix Python installation
2022-09-04 wellnhofer@aevum.de cmake: Don't check for Python 2
2022-09-04 wellnhofer@aevum.de testapi: Disable on Windows for now
2022-09-04 wellnhofer@aevum.de configure.ac: Also check for MSYS host
2022-09-04 wellnhofer@aevum.de Disable fuzzer tests if glob.h wasn't found
2022-09-04 wellnhofer@aevum.de Fix Python build on Windows
2022-09-04 wellnhofer@aevum.de Improve network library detection
2022-09-04 wellnhofer@aevum.de Fix Windows compiler warnings in python/types.c
2022-09-04 wellnhofer@aevum.de Fix libxml_PyFileGet
2022-09-04 wellnhofer@aevum.de Revert "CI job for MingW64/Autotools"
2022-09-04 wellnhofer@aevum.de CI job for MingW64/Autotools
2022-09-04 wellnhofer@aevum.de Detect ws2_32 with AC_SEARCH_LIBS
2022-09-04 wellnhofer@aevum.de Rework network configure checks
2022-09-04 wellnhofer@aevum.de Remove arg cast configure checks
2022-09-04 wellnhofer@aevum.de Fix dlopen check
2022-09-04 wellnhofer@aevum.de Remove HAVE_WIN32_THREADS configuration flag
2022-09-04 wellnhofer@aevum.de Remove BeOS support
2022-09-04 wellnhofer@aevum.de Rework dlopen and pthread detection
2022-09-04 wellnhofer@aevum.de Fix test in configure.ac
2022-09-01 wellnhofer@aevum.de cmake: Enable GCC compiler warnings
2022-09-02 wellnhofer@aevum.de Fix compiler warnings in SAX2.c
2022-09-02 wellnhofer@aevum.de Move automata test to runtest.c
2022-09-02 wellnhofer@aevum.de Always link with -no-undefined
2022-09-02 wellnhofer@aevum.de Use AM_CFLAGS and AM_LDFLAGS consistently
2022-09-02 wellnhofer@aevum.de Fix unused variable warning in python/types.c
2022-09-02 wellnhofer@aevum.de Fix compiler warning in examples
2022-09-02 wellnhofer@aevum.de Fix compiler warnings in fuzzing code
2022-09-02 wellnhofer@aevum.de Remove -Wredundant-decls
2022-09-02 wellnhofer@aevum.de Call AC_CHECK_* with multiple arguments
2022-09-02 wellnhofer@aevum.de Remove unused code in nanohttp.c
2022-09-02 wellnhofer@aevum.de Stop including sys/types.h
2022-09-02 wellnhofer@aevum.de configure.ac: Remove checks for unused programs
2022-09-02 wellnhofer@aevum.de Don't define WIN32 macro
2022-09-02 wellnhofer@aevum.de Rework library detection in configure.ac
2022-09-02 wellnhofer@aevum.de Rearrange configure.ac
2022-09-02 wellnhofer@aevum.de Consolidate zlib and lzma detection
2022-09-02 wellnhofer@aevum.de Remove "runtime debugging"
2022-09-02 wellnhofer@aevum.de Consolidate simple API modules in configure.ac
2022-09-01 wellnhofer@aevum.de Fix dependency resolution in configure.ac
2022-09-01 wellnhofer@aevum.de Fix --with-valid --without-regexps build
2022-09-01 wellnhofer@aevum.de Fix --with-schemas --without-xpath build
2022-09-01 wellnhofer@aevum.de Don't build unneeded .c source files
2022-09-01 wellnhofer@aevum.de Move xmlIsXHTML to tree.c
2022-09-01 wellnhofer@aevum.de Remove or annotate char casts
2022-09-01 wellnhofer@aevum.de Don't use sizeof(xmlChar) or sizeof(char)
Bug: 934413
Change-Id: I7378159bdecd11c5d9860f03f23a0c4d8c683aa6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3966853
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Auto-Submit: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1061793}
NOKEYCHECK=True
GitOrigin-RevId: edaa18c262318d1476d1ec10c3a05a2821d58b8f
55 files changed