<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in install-sh</title>
    <link>http://nxr.netbsd.org/rss/src/external/mit/expat/dist/conftools/install-sh</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1</description>
    <pubDate>Sat Feb 11 18:18:24 UTC 2012</pubDate>
    <dc:creator>tron</dc:creator>
</item>

<item>
    <title>Upgrade expat from 2.2.8 -&gt; 2.4.6 to include the security fixes from 2.4.5<br/><br/>Release 2.4.6 Sun February 20 2022<br/>        Bug fixes:<br/>            #566  Fix a regression introduced by the fix for CVE-2022-25313<br/>                    in release 2.4.5 that affects applications that (1)<br/>                    call function XML_SetElementDeclHandler and (2) are<br/>                    parsing XML that contains nested element declarations<br/>                    (e.g. "&lt;!ELEMENT junk ((bar|foo|xyz+), zebra*)&gt;").<br/><br/>        Other changes:<br/>       #567 #568  Version info bumped from 9:5:8 to 9:6:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Special thanks to:<br/>            Matt Sergeant<br/>            Samanta Navarro<br/>            Sergei Trofimovich<br/>                 and<br/>            NixOS<br/>            Perl XML::Parser<br/><br/>Release 2.4.5 Fri February 18 2022<br/>        Security fixes:<br/>            #562  CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8<br/>                    sequences (e.g. from start tag names) to the XML<br/>                    processing application on top of Expat can cause<br/>                    arbitrary damage (e.g. code execution) depending<br/>                    on how invalid UTF-8 is handled inside the XML<br/>                    processor; validation was not their job but Expat's.<br/>                    Exploits with code execution are known to exist.<br/>            #561  CVE-2022-25236 -- Passing (one or more) namespace separator<br/>                    characters in "xmlns[:prefix]" attribute values<br/>                    made Expat send malformed tag names to the XML<br/>                    processor on top of Expat which can cause<br/>                    arbitrary damage (e.g. code execution) depending<br/>                    on such unexpectable cases are handled inside the XML<br/>                    processor; validation was not their job but Expat's.<br/>                    Exploits with code execution are known to exist.<br/>            #558  CVE-2022-25313 -- Fix stack exhaustion in doctype parsing<br/>                    that could be triggered by e.g. a 2 megabytes<br/>                    file with a large number of opening braces.<br/>                    Expected impact is denial of service or potentially<br/>                    arbitrary code execution.<br/>            #560  CVE-2022-25314 -- Fix integer overflow in function copyString;<br/>                    only affects the encoding name parameter at parser creation<br/>                    time which is often hardcoded (rather than user input),<br/>                    takes a value in the gigabytes to trigger, and a 64-bit<br/>                    machine.  Expected impact is denial of service.<br/>            #559  CVE-2022-25315 -- Fix integer overflow in function storeRawNames;<br/>                    needs input in the gigabytes and a 64-bit machine.<br/>                    Expected impact is denial of service or potentially<br/>                    arbitrary code execution.<br/><br/>        Other changes:<br/>       #557 #564  Version info bumped from 9:4:8 to 9:5:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Special thanks to:<br/>            Ivan Fratric<br/>            Samanta Navarro<br/>                 and<br/>            Google Project Zero<br/>            JetBrains<br/><br/>Release 2.4.4 Sun January 30 2022<br/>        Security fixes:<br/>            #550  CVE-2022-23852 -- Fix signed integer overflow<br/>                    (undefined behavior) in function XML_GetBuffer<br/>                    (that is also called by function XML_Parse internally)<br/>                    for when XML_CONTEXT_BYTES is defined to &gt;0 (which is both<br/>                    common and default).<br/>                    Impact is denial of service or more.<br/>            #551  CVE-2022-23990 -- Fix unsigned integer overflow in function<br/>                    doProlog triggered by large content in element type<br/>                    declarations when there is an element declaration handler<br/>                    present (from a prior call to XML_SetElementDeclHandler).<br/>                    Impact is denial of service or more.<br/><br/>        Bug fixes:<br/>       #544 #545  xmlwf: Fix a memory leak on output file opening error<br/><br/>        Other changes:<br/>            #546  Autotools: Fix broken CMake support under Cygwin<br/>            #554  Windows: Add missing files to the installer to fix<br/>                    compilation with CMake from installed sources<br/>       #552 #554  Version info bumped from 9:3:8 to 9:4:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Special thanks to:<br/>            Carlo Bramini<br/>            hwt0415<br/>            Roland Illig<br/>            Samanta Navarro<br/>                 and<br/>            Clang LeakSan and the Clang team<br/><br/>Release 2.4.3 Sun January 16 2022<br/>        Security fixes:<br/>       #531 #534  CVE-2021-45960 -- Fix issues with left shifts by &gt;=29 places<br/>                    resulting in<br/>                      a) realloc acting as free<br/>                      b) realloc allocating too few bytes<br/>                      c) undefined behavior<br/>                    depending on architecture and precise value<br/>                    for XML documents with &gt;=2^27+1 prefixed attributes<br/>                    on a single XML tag a la<br/>                    "&lt;r xmlns:a='[..]' a:a123='[..]' [..] /&gt;"<br/>                    where XML_ParserCreateNS is used to create the parser<br/>                    (which needs argument "-n" when running xmlwf).<br/>                    Impact is denial of service, or more.<br/>       #532 #538  CVE-2021-46143 (ZDI-CAN-16157) -- Fix integer overflow<br/>                    on variable m_groupSize in function doProlog leading<br/>                    to realloc acting as free.<br/>                    Impact is denial of service or more.<br/>            #539  CVE-2022-22822 to CVE-2022-22827 -- Prevent integer overflows<br/>                    near memory allocation at multiple places.  Mitre assigned<br/>                    a dedicated CVE for each involved internal C function:<br/>                    - CVE-2022-22822 for function addBinding<br/>                    - CVE-2022-22823 for function build_model<br/>                    - CVE-2022-22824 for function defineAttribute<br/>                    - CVE-2022-22825 for function lookup<br/>                    - CVE-2022-22826 for function nextScaffoldPart<br/>                    - CVE-2022-22827 for function storeAtts<br/>                    Impact is denial of service or more.<br/><br/>        Other changes:<br/>            #535  CMake: Make call to file(GENERATE [..]) work for CMake &lt;3.19<br/>            #541  Autotools|CMake: MinGW: Make run.sh(.in) work for Cygwin<br/>                    and MSYS2 by not going through Wine on these platforms<br/>       #527 #528  Address compiler warnings<br/>       #533 #543  Version info bumped from 9:2:8 to 9:3:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Infrastructure:<br/>            #536  CI: Check for realistic minimum CMake version<br/>       #529 #539  CI: Cover compilation with -m32<br/>            #529  CI: Store coverage reports as artifacts for download<br/>            #528  CI: Upgrade Clang from 11 to 13<br/><br/>        Special thanks to:<br/>            An anonymous whitehat<br/>            Christopher Degawa<br/>            J. Peter Mugaas<br/>            Tyson Smith<br/>                 and<br/>            GCC Farm Project<br/>            Trend Micro Zero Day Initiative<br/><br/>Release 2.4.2 Sun December 19 2021<br/>        Other changes:<br/>       #509 #510  Link againgst libm for function "isnan"<br/>       #513 #514  Include expat_config.h as early as possible<br/>            #498  Autotools: Include files with release archives:<br/>                    - buildconf.sh<br/>                    - fuzz/*.c<br/>       #507 #519  Autotools: Sync CMake templates<br/>       #495 #524  CMake: MinGW: Fix pkg-config section "Libs" for<br/>                    - non-release build types (e.g. -DCMAKE_BUILD_TYPE=Debug)<br/>                    - multi-config CMake generators (e.g. Ninja Multi-Config)<br/>       #502 #503  docs: Document that function XML_GetBuffer may return NULL<br/>                    when asking for a buffer of 0 (zero) bytes size<br/>       #522 #523  docs: Fix return value docs for both<br/>                    XML_SetBillionLaughsAttackProtection* functions<br/>       #525 #526  Version info bumped from 9:1:8 to 9:2:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Special thanks to:<br/>            Dong-hee Na<br/>            Joergen Ibsen<br/>            Kai Pastor<br/><br/>Release 2.4.1 Sun May 23 2021<br/>        Bug fixes:<br/>       #488 #490  Autotools: Fix installed header expat_config.h for multilib<br/>                    systems; regression introduced in 2.4.0 by pull request #486<br/><br/>        Other changes:<br/>       #491 #492  Version info bumped from 9:0:8 to 9:1:8;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Special thanks to:<br/>            Gentoo's QA check "multilib_check_headers"<br/><br/>Release 2.4.0 Sun May 23 2021<br/>        Security fixes:<br/>   #34 #466 #484  CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks<br/>                    (denial-of-service; flavors targeting CPU time or RAM or both,<br/>                    leveraging general entities or parameter entities or both)<br/>                    by tracking and limiting the input amplification factor<br/>                    (&lt;amplification&gt; := (&lt;direct&gt; + &lt;indirect&gt;) / &lt;direct&gt;).<br/>                    By conservative default, amplification up to a factor of 100.0<br/>                    is tolerated and rejection only starts after 8 MiB of output bytes<br/>                    (=&lt;direct&gt; + &lt;indirect&gt;) have been processed.<br/>                    The fix adds the following to the API:<br/>                    - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to<br/>                      signals this specific condition.<br/>                    - Two new API functions ..<br/>                      - XML_SetBillionLaughsAttackProtectionMaximumAmplification and<br/>                      - XML_SetBillionLaughsAttackProtectionActivationThreshold<br/>                      .. to further tighten billion laughs protection parameters<br/>                      when desired.  Please see file "doc/reference.html" for details.<br/>                      If you ever need to increase the defaults for non-attack XML<br/>                      payload, please file a bug report with libexpat.<br/>                    - Two new XML_FEATURE_* constants ..<br/>                      - that can be queried using the XML_GetFeatureList function, and<br/>                      - that are shown in "xmlwf -v" output.<br/>                    - Two new environment variable switches ..<br/>                      - EXPAT_ACCOUNTING_DEBUG=(0|1|2|3) and<br/>                      - EXPAT_ENTITY_DEBUG=(0|1)<br/>                      .. for runtime debugging of accounting and entity processing.<br/>                      Specific behavior of these values may change in the future.<br/>                    - Two new command line arguments "-a FACTOR" and "-b BYTES"<br/>                      for xmlwf to further tighten billion laughs protection<br/>                      parameters when desired.<br/>                      If you ever need to increase the defaults for non-attack XML<br/>                      payload, please file a bug report with libexpat.<br/><br/>        Bug fixes:<br/>       #332 #470  For (non-default) compilation with -DEXPAT_MIN_SIZE=ON (CMake)<br/>                    or CPPFLAGS=-DXML_MIN_SIZE (GNU Autotools): Fix segfault<br/>                    for UTF-16 payloads containing CDATA sections.<br/>       #485 #486  Autotools: Fix generated CMake files for non-64bit and<br/>                    non-Linux platforms (e.g. macOS and MinGW in particular)<br/>                    that were introduced with release 2.3.0<br/><br/>        Other changes:<br/>       #468 #469  xmlwf: Improve help output and the xmlwf man page<br/>            #463  xmlwf: Improve maintainability through some refactoring<br/>            #477  xmlwf: Fix man page DocBook validity<br/>       #458 #459  CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR<br/>                    and CMAKE_INSTALL_INCLUDEDIR<br/>       #471 #481  CMake: Add support for standard variable BUILD_SHARED_LIBS<br/>            #457  Unexpose symbol _INTERNAL_trim_to_complete_utf8_characters<br/>            #467  Resolve macro HAVE_EXPAT_CONFIG_H<br/>            #472  Delete unused legacy helper file "conftools/PrintPath"<br/>       #473 #483  Improve attribution<br/>  #464 #465 #477  doc/reference.html: Fix XHTML validity<br/>       #475 #478  doc/reference.html: Replace the 90s look by OK.css<br/>            #479  Version info bumped from 8:0:7 to 9:0:8<br/>                    due to addition of new symbols and error codes;<br/>                    see https://verbump.de/ for what these numbers do<br/><br/>        Infrastructure:<br/>            #456  CI: Enable periodic runs<br/>            #457  CI: Start covering the list of exported symbols<br/>            #474  CI: Isolate coverage task<br/>       #476 #482  CI: Adapt to breaking changes in image "ubuntu-18.04"<br/>            #477  CI: Cover well-formedness and DocBook/XHTML validity<br/>                    of doc/reference.html and doc/xmlwf.xml<br/><br/>        Special thanks to:<br/>            Dimitry Andric<br/>            Eero Helenius<br/>            Nick Wellnhofer<br/>            Rhodri James<br/>            Tomas Korbar<br/>            Yury Gribov<br/>                 and<br/>            Clang LeakSan<br/>            JetBrains<br/>            OSS-Fuzz<br/><br/>Release 2.3.0 Thu March 25 2021<br/>        Bug fixes:<br/>            #438  When calling XML_ParseBuffer without a prior successful call to<br/>                    XML_GetBuffer as a user, no longer trigger undefined behavior<br/>                    (by adding an integer to a NULL pointer) but rather return<br/>                    XML_STATUS_ERROR and set the error code to (new) code<br/>                    XML_ERROR_NO_BUFFER. Found by UBSan (UndefinedBehaviorSanitizer)<br/>                    of Clang 11 (but not Clang 9).<br/>            #444  xmlwf: Exit status 2 was used for both:<br/>                    - malformed input files (documented) and<br/>                    - invalid command-line arguments (undocumented).<br/>                    The case of invalid command-line arguments now<br/>                    has its own exit status 4, resolving the ambiguity.<br/><br/>        Other changes:<br/>            #439  xmlwf: Add argument -k to allow continuing after<br/>                    non-fatal errors<br/>            #439  xmlwf: Add section about exit status to the -h help output<br/>  #422 #426 #447  Windows: Drop support for Visual Studio &lt;=14.0/2015<br/>            #434  Windows: CMake: Detect unsupported Visual Studio at<br/>                    configure time (rather than at compile time)<br/>       #382 #428  testrunner: Make verbose mode (argument "-v") report<br/>                    about passed tests, and make default mode report about<br/>                    failures, as well.<br/>            #442  CMake: Call "enable_language(CXX)" prior to tinkering<br/>                    with CMAKE_CXX_* variables<br/>            #448  Document use of libexpat from a CMake-based project<br/>            #451  Autotools: Install CMake files as generated by CMake 3.19.6<br/>                    so that users with "find_package(expat [..] CONFIG [..])"<br/>                    are served on distributions that are *not* using the CMake<br/>                    build system inside for libexpat packaging<br/>       #436 #437  Autotools: Drop obsolescent macro AC_HEADER_STDC<br/>       #450 #452  Autotools: Resolve use of obsolete macro AC_CONFIG_HEADER<br/>            #441  Address compiler warnings<br/>            #443  Version info bumped from 7:12:6 to 8:0:7<br/>                    due to addition of error code XML_ERROR_NO_BUFFER<br/>                    (see https://verbump.de/ for what these numbers do)<br/><br/>        Infrastructure:<br/>       #435 #446  Replace Travis CI by GitHub Actions<br/><br/>        Special thanks to:<br/>            Alexander Richardson<br/>            Oleksandr Popovych<br/>            Thomas Beutlich<br/>            Tim Bray<br/>                 and<br/>            Clang LeakSan, Clang 11 UBSan and the Clang team<br/><br/>Release 2.2.10 Sat October 3 2020<br/>        Bug fixes:<br/>  #390 #395 #398  Fix undefined behavior during parsing caused by<br/>                    pointer arithmetic with NULL pointers<br/>       #404 #405  Fix reading uninitialized variable during parsing<br/>            #406  xmlwf: Add missing check for malloc NULL return<br/><br/>        Other changes:<br/>            #396  Windows: Drop support for Visual Studio &lt;=8.0/2005<br/>            #409  Windows: Add missing file "Changes" to the installer<br/>                    to fix compilation with CMake from installed sources<br/>            #403  xmlwf: Document exit codes in xmlwf manpage and<br/>                    exit with code 3 (rather than code 1) for output errors<br/>                    when used with "-d DIRECTORY"<br/>       #356 #359  MinGW: Provide declaration of rand_s for mingwrt &lt;5.3.0<br/>       #383 #392  Autotools: Use -Werror while configure tests the compiler<br/>                    for supported compile flags to avoid false positives<br/>  #383 #393 #394  Autotools: Improve handling of user (C|CPP|CXX|LD)FLAGS,<br/>                    e.g. ensure that they have the last word over flags added<br/>                    while running ./configure<br/>            #360  CMake: Create libexpatw.{dll,so} and expatw.pc (with emphasis<br/>                    on suffix "w") with -DEXPAT_CHAR_TYPE=(ushort|wchar_t)<br/>            #360  CMake: Detect and deny unsupported build combinations<br/>                    involving -DEXPAT_CHAR_TYPE=(ushort|wchar_t)<br/>            #360  CMake: Install pre-compiled shipped xmlwf.1 manpage in case<br/>                    of -DEXPAT_BUILD_DOCS=OFF<br/>  #375 #380 #419  CMake: Fix use of Expat by means of add_subdirectory<br/>       #407 #408  CMake: Keep expat target name constant at "expat"<br/>                    (i.e. refrain from using the target name to control<br/>                    build artifact filenames)<br/>            #385  CMake: Fix compilation with -DEXPAT_SHARED_LIBS=OFF for<br/>                    Windows<br/>                  CMake: Expose man page compilation as target "xmlwf-manpage"<br/>       #413 #414  CMake: Introduce option EXPAT_BUILD_PKGCONFIG<br/>                    to control generation of pkg-config file "expat.pc"<br/>            #424  CMake: Add minimalistic support for building binary packages<br/>                    with CMake target "package"; based on CPack<br/>            #366  CMake: Add option -DEXPAT_OSSFUZZ_BUILD=(ON|OFF) with<br/>                    default OFF to build fuzzer code against OSS-Fuzz and<br/>                    related environment variable LIB_FUZZING_ENGINE<br/>            #354  Fix testsuite for -DEXPAT_DTD=OFF and -DEXPAT_NS=OFF, each<br/>    #354 #355 ..<br/>       #356 #412  Address compiler warnings<br/>       #368 #369  Address pngcheck warnings with doc/*.png images<br/>            #425  Version info bumped from 7:11:6 to 7:12:6<br/><br/>        Special thanks to:<br/>            asavah<br/>            Ben Wagner<br/>            Bhargava Shastry<br/>            Frank Landgraf<br/>            Jeffrey Walton<br/>            Joe Orton<br/>            Kleber Tarc�sio<br/>            Ma Lin<br/>            Maciej Sroczy#ski<br/>            Mohammed Khajapasha<br/>            Vadim Zeitlin<br/>                 and<br/>            Cppcheck 2.0 and the Cppcheck team<br/><br/>Release 2.2.9 Wed September 25 2019<br/>        Other changes:<br/>                  examples: Drop executable bits from elements.c<br/>            #349  Windows: Change the name of the Windows DLLs from expat*.dll<br/>                    to libexpat*.dll once more (regression from 2.2.8, first<br/>                    fixed in 1.95.3, issue #61 on SourceForge today,<br/>                    was issue #432456 back then); needs a fix due<br/>                    case-insensitive file systems on Windows and the fact that<br/>                    Perl's XML::Parser::Expat compiles into Expat.dll.<br/>            #347  Windows: Only define _CRT_RAND_S if not defined<br/>                  Version info bumped from 7:10:6 to 7:11:6<br/><br/>        Special thanks to:<br/>            Ben Wagner</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.6</description>
    <pubDate>Wed Feb 23 15:21:35 UTC 2022</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import expat 2.2.8<br/><br/>Release 2.2.8 Fri Septemper 13 2019<br/>        Security fixes:<br/>       #317 #318  CVE-2019-15903 -- Fix heap overflow triggered by<br/>                    XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber),<br/>                    and deny internal entities closing the doctype;<br/>                    fixed in commit c20b758c332d9a13afbbb276d30db1d183a85d43<br/><br/>        Bug fixes:<br/>            #240  Fix cases where XML_StopParser did not have any effect<br/>                    when called from inside of an end element handler<br/>            #341  xmlwf: Fix exit code for operation without "-d DIRECTORY";<br/>                    previously, only "-d DIRECTORY" would give you a proper<br/>                    exit code:<br/>                      # xmlwf -d . &lt;&lt;&lt;'&lt;not well-formed&gt;' 2&gt;/dev/null ; echo $?<br/>                      2<br/>                      # xmlwf &lt;&lt;&lt;'&lt;not well-formed&gt;' 2&gt;/dev/null ; echo $?<br/>                      0<br/>                    Now both cases return exit code 2.<br/><br/>        Other changes:<br/>       #299 #302  Windows: Replace LoadLibrary hack to access<br/>                    unofficial API function SystemFunction036 (RtlGenRandom)<br/>                    by using official API function rand_s (needs WinXP+)<br/>            #325  Windows: Drop support for Visual Studio &lt;=7.1/2003<br/>                    and document supported compilers in README.md<br/>            #286  Windows: Remove COM code from xmlwf; in case it turns<br/>                    out needed later, there will be a dedicated repository<br/>                    below https://github.com/libexpat/ for that code<br/>            #322  Windows: Remove explicit MSVC solution and project files.<br/>                    You can generate Visual Studio solution files through<br/>                    CMake, e.g.: cmake -G"Visual Studio 15 2017" .<br/>            #338  xmlwf: Make "xmlwf -h" help output more friendly<br/>            #339  examples: Improve elements.c<br/>       #244 #264  Autotools: Add argument --enable-xml-attr-info<br/>       #239 #301  Autotools: Add arguments<br/>                    --with-getrandom<br/>                    --without-getrandom<br/>                    --with-sys-getrandom<br/>                    --without-sys-getrandom<br/>       #312 #343  Autotools: Fix linking issues with "./configure LD=clang"<br/>                  Autotools: Fix "make run-xmltest" for out-of-source builds<br/>       #329 #336  CMake: Pull all options from Expat &lt;=2.2.7 into namespace<br/>                    prefix EXPAT_ with the exception of DOCBOOK_TO_MAN:<br/>                    - BUILD_doc            -&gt; EXPAT_BUILD_DOCS (plural)<br/>                    - BUILD_examples       -&gt; EXPAT_BUILD_EXAMPLES<br/>                    - BUILD_shared         -&gt; EXPAT_SHARED_LIBS<br/>                    - BUILD_tests          -&gt; EXPAT_BUILD_TESTS<br/>                    - BUILD_tools          -&gt; EXPAT_BUILD_TOOLS<br/>                    - DOCBOOK_TO_MAN       -&gt; DOCBOOK_TO_MAN (unchanged)<br/>                    - INSTALL              -&gt; EXPAT_ENABLE_INSTALL<br/>                    - MSVC_USE_STATIC_CRT  -&gt; EXPAT_MSVC_STATIC_CRT<br/>                    - USE_libbsd           -&gt; EXPAT_WITH_LIBBSD<br/>                    - WARNINGS_AS_ERRORS   -&gt; EXPAT_WARNINGS_AS_ERRORS<br/>                    - XML_CONTEXT_BYTES    -&gt; EXPAT_CONTEXT_BYTES<br/>                    - XML_DEV_URANDOM      -&gt; EXPAT_DEV_URANDOM<br/>                    - XML_DTD              -&gt; EXPAT_DTD<br/>                    - XML_NS               -&gt; EXPAT_NS<br/>                    - XML_UNICODE          -&gt; EXPAT_CHAR_TYPE=ushort (!)<br/>                    - XML_UNICODE_WCHAR_T  -&gt; EXPAT_CHAR_TYPE=wchar_t (!)<br/>       #244 #264  CMake: Add argument -DEXPAT_ATTR_INFO=(ON|OFF),<br/>                    default OFF<br/>            #326  CMake: Add argument -DEXPAT_LARGE_SIZE=(ON|OFF),<br/>                    default OFF<br/>            #328  CMake: Add argument -DEXPAT_MIN_SIZE=(ON|OFF),<br/>                    default OFF<br/>       #239 #277  CMake: Add arguments<br/>                    -DEXPAT_WITH_GETRANDOM=(ON|OFF|AUTO), default AUTO<br/>                    -DEXPAT_WITH_SYS_GETRANDOM=(ON|OFF|AUTO), default AUTO<br/>            #326  CMake: Install expat_config.h to include directory<br/>            #326  CMake: Generate and install configuration files for<br/>                    future find_package(expat [..] CONFIG [..])<br/>                  CMake: Now produces a summary of applied configuration<br/>                  CMake: Require C++ compiler only when tests are enabled<br/>            #330  CMake: Fix compilation for 16bit character types,<br/>                    i.e. ex -DXML_UNICODE=ON (and ex -DXML_UNICODE_WCHAR_T=ON)<br/>            #265  CMake: Fix linking with MinGW<br/>            #330  CMake: Add full support for MinGW; to enable, use<br/>                    -DCMAKE_TOOLCHAIN_FILE=[expat]/cmake/mingw-toolchain.cmake<br/>            #330  CMake: Port "make run-xmltest" from GNU Autotools to CMake<br/>            #316  CMake: Windows: Make binary postfix match MSVC<br/>                    Old: expat[d].lib<br/>                    New: expat[w][d][MD|MT].lib<br/>                  CMake: Migrate files from Windows to Unix line endings<br/>            #308  CMake: Integrate OSS-Fuzz fuzzers, option<br/>                    -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF<br/>             #14  Drop an OpenVMS support leftover<br/>    #235 #268 ..<br/>    #270 #310 ..<br/>  #313 #331 #333  Address compiler warnings<br/>    #282 #283 ..<br/>       #284 #285  Address cppcheck warnings<br/>       #294 #295  Address Clang Static Analyzer warnings<br/>        #24 #293  Mass-apply clang-format 9 (and ensure conformance during CI)<br/>                  Version info bumped from 7:9:6 to 7:10:6<br/><br/>        Special thanks to:<br/>            David Loffredo<br/>            Joonun Jang<br/>            Khajapasha Mohammed<br/>            Kishore Kunche<br/>            Marco Maggi<br/>            Mitch Phillips<br/>            Rolf Ade<br/>            xantares<br/>            Zhongyuan Zhou</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.5</description>
    <pubDate>Mon Sep 16 06:21:04 UTC 2019</pubDate>
    <dc:creator>maya</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.4.4;  1.1.1.4.12;  1.1.1.4.14;<br/>from Changes:<br/>    Release 2.2.0 Tue June 21 2016<br/>        Security fixes:<br/>            #537  CVE-2016-0718 -- Fix crash on malformed input<br/>                  CVE-2016-4472 -- Improve insufficient fix to CVE-2015-1283 /<br/>                                   CVE-2015-2716 introduced with Expat 2.1.1<br/>            #499  CVE-2016-5300 -- Use more entropy for hash initialization<br/>                                   than the original fix to CVE-2012-0876<br/>            #519  CVE-2012-6702 -- Resolve troublesome internal call to srand<br/>                                   that was introduced with Expat 2.1.0<br/>                                   when addressing CVE-2012-0876 (issue #496)<br/><br/>        Bug fixes:<br/>                  Fix uninitialized reads of size 1<br/>                    (e.g. in little2_updatePosition)<br/>                  Fix detection of UTF-8 character boundaries<br/><br/>        Other changes:<br/>            #532  Fix compilation for Visual Studio 2010 (keyword "C99")<br/>                  Autotools: Resolve use of "$&lt;" to better support bmake<br/>                  Autotools: Add QA script "qa.sh" (and make target "qa")<br/>                  Autotools: Respect CXXFLAGS if given<br/>                  Autotools: Fix "make run-xmltest"<br/>                  Autotools: Have "make run-xmltest" check for expected output<br/>             p90  CMake: Fix static build (BUILD_shared=OFF) on Windows<br/>            #536  CMake: Add soversion, support -DNO_SONAME=yes to bypass<br/>            #323  CMake: Add suffix "d" to differentiate debug from release<br/>                  CMake: Define WIN32 with CMake on Windows<br/>                  Annotate memory allocators for GCC<br/>                  Address all currently known compile warnings<br/>                  Make sure that API symbols remain visible despite<br/>                    -fvisibility=hidden<br/>                  Remove executable flag from source files<br/>                  Resolve COMPILED_FROM_DSP in favor of WIN32</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.4</description>
    <pubDate>Sat Feb 04 10:16:05 UTC 2017</pubDate>
    <dc:creator>spz</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.3.2;  1.1.1.3.4;<br/>Import of a new expat version. Upstream Changes:<br/><br/>Release 2.1.1 Sat March 12 2016<br/>        Security fixes:<br/>            #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer<br/><br/>        Bug fixes:<br/>            #502: Fix potential null pointer dereference<br/>            #520: Symbol XML_SetHashSalt was not exported<br/>            Output of "xmlwf -h" was incomplete<br/><br/>        Other changes<br/>            #503: Document behavior of calling XML_SetHashSalt with salt 0<br/>            Minor improvements to man page xmlwf(1)<br/>            Improvements to the experimental CMake build system<br/>            libtool now invoked with --verbose</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.3</description>
    <pubDate>Sat May 14 14:30:42 UTC 2016</pubDate>
    <dc:creator>spz</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.2;  1.1.1.2.12;  1.1.1.2.14;<br/>import of expat 2.1.0<br/>Fixes CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security<br/>issues have been previously fixed in our tree)<br/><br/>relevant Changes:<br/>Release 2.1.0 Sat March 24 2012<br/>        - Bug Fixes:<br/>          #1742315: Harmful XML_ParserCreateNS suggestion.<br/>          #2895533: CVE-2012-1147 - Resource leak in readfilemap.c.<br/>          #1785430: Expat build fails on linux-amd64 with gcc version&gt;=4.1 -O3.<br/>          #1983953, 2517952, 2517962, 2649838:<br/>                Build modifications using autoreconf instead of buildconf.sh.<br/>          #2815947, #2884086: OBJEXT and EXEEXT support while building.<br/>          #1990430: CVE-2009-3720 - Parser crash with special UTF-8 sequences.<br/>          #2517938: xmlwf should return non-zero exit status if not well-formed.<br/>          #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.<br/>          #2855609: Dangling positionPtr after error.<br/>          #2894085: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8().<br/>          #2958794: CVE-2012-1148 - Memory leak in poolGrow.<br/>          #2990652: CMake support.<br/>          #3010819: UNEXPECTED_STATE with a trailing "%" in entity value.<br/>          #3206497: Unitialized memory returned from XML_Parse.<br/>          #3287849: make check fails on mingw-w64.<br/>          #3496608: CVE-2012-0876 - Hash DOS attack.<br/>        - Patches:<br/>          #1749198: pkg-config support.<br/>          #3010222: Fix for bug #3010819.<br/>          #3312568: CMake support.<br/>          #3446384: Report byte offsets for attr names and values.<br/>        - New Features / API changes:<br/>          Added new API member XML_SetHashSalt() that allows setting an intial<br/>                value (salt) for hash calculations. This is part of the fix for<br/>                bug #3496608 to randomize hash parameters.<br/>          When compiled with XML_ATTR_INFO defined, adds new API member<br/>                XML_GetAttributeInfo() that allows retrieving the byte<br/>                offsets for attribute names and values (patch #3446384).<br/>          Added CMake build system.<br/>                See bug #2990652 and patch #3312568.<br/>          Added run-benchmark target to Makefile.in - relies on testdata module<br/>                present in the same relative location as in the repository.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2</description>
    <pubDate>Fri Apr 06 10:23:13 UTC 2012</pubDate>
    <dc:creator>spz</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.2;  1.1.1.1.6;  1.1.1.1.8;<br/>Initial import of "expat" 2.0.1 into base:<br/>This is James Clark's expat XML parser library in C. It is a stream<br/>oriented parser that requires setting handlers to deal with the<br/>structure that the parser discovers in the document.<br/><br/>This is the first part of the fix for PR lib/40346.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.1</description>
    <pubDate>Sat Feb 11 18:18:24 UTC 2012</pubDate>
    <dc:creator>tron</dc:creator>
</item>

<item>
    <title>Sync to current and pull up the following revisions, requested by maya<br/>in ticket #206:<br/><br/>	external/mit/expat/dist/conftools/test-driver   up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ar-lib        up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/compile       up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/depcomp       up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/missing       up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/doc/Makefile.am         up to 1.1.1.1<br/>	external/mit/expat/dist/doc/Makefile.in         up to 1.1.1.1<br/>	external/mit/expat/dist/examples/Makefile.am    up to 1.1.1.1<br/>	external/mit/expat/dist/examples/Makefile.in    up to 1.1.1.1<br/>	external/mit/expat/dist/lib/Makefile.am         up to 1.1.1.1<br/>	external/mit/expat/dist/lib/Makefile.in         up to 1.1.1.1<br/>	external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1<br/>	external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1<br/>	external/mit/expat/dist/tests/Makefile.am       up to 1.1.1.1<br/>	external/mit/expat/dist/tests/Makefile.in       up to 1.1.1.1<br/>	external/mit/expat/dist/tests/structdata.c      up to 1.1.1.1<br/>	external/mit/expat/dist/tests/structdata.h      up to 1.1.1.1<br/>	external/mit/expat/dist/tests/udiffer.py        up to 1.1.1.1<br/>	external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1<br/>	external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/Makefile.am       up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/Makefile.in       up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/xmlwf_helpgen.py  up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh  up to 1.1.1.1<br/>	external/mit/expat/dist/Makefile.am             up to 1.1.1.1<br/>	external/mit/expat/dist/README.md               up to 1.1.1.1<br/>	external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1<br/>	external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1<br/>	external/mit/expat/dist/acinclude.m4            up to 1.1.1.1<br/>	external/mit/expat/dist/fix-xmltest-log.sh      up to 1.1.1.1<br/>	external/mit/expat/dist/test-driver-wrapper.sh  up to 1.1.1.1<br/>	external/mit/expat/dist/MANIFEST                delete<br/>	external/mit/expat/dist/README                  delete<br/>	external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete<br/>	external/mit/expat/dist/conftools/mkinstalldirs delete<br/>	external/mit/expat/dist/xmlwf/xmlurl.h          delete<br/>	external/mit/expat/dist/xmlwf/xmlwin32url.cxx   delete<br/>	external/mit/expat/dist/CMake.README            up to 1.1.1.5<br/>	external/mit/expat/dist/CMakeLists.txt          up to 1.1.1.5<br/>	external/mit/expat/dist/Changes                 up to 1.1.1.6<br/>	external/mit/expat/dist/ConfigureChecks.cmake   up to 1.1.1.2<br/>	external/mit/expat/dist/Makefile.in             up to 1.1.1.6<br/>	external/mit/expat/dist/aclocal.m4              up to 1.1.1.4<br/>	external/mit/expat/dist/configure               up to 1.1.1.6<br/>	external/mit/expat/dist/configure.ac            up to 1.1.1.4<br/>	external/mit/expat/dist/expat_config.h.cmake    up to 1.1.1.2<br/>	external/mit/expat/dist/expat_config.h.in       up to 1.1.1.6<br/>	external/mit/expat/dist/conftools/config.guess  up to 1.4<br/>	external/mit/expat/dist/conftools/config.sub    up to 1.4<br/>	external/mit/expat/dist/conftools/get-version.sh up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/install-sh    up to 1.1.1.5<br/>	external/mit/expat/dist/conftools/ltmain.sh     up to 1.1.1.5<br/>	external/mit/expat/dist/doc/reference.html      up to 1.1.1.5<br/>	external/mit/expat/dist/doc/xmlwf.1             up to 1.1.1.4<br/>	external/mit/expat/dist/doc/xmlwf.xml           up to 1.1.1.2<br/>	external/mit/expat/dist/examples/elements.c     up to 1.1.1.5<br/>	external/mit/expat/dist/examples/outline.c      up to 1.1.1.4<br/>	external/mit/expat/dist/lib/ascii.h             up to 1.1.1.2<br/>	external/mit/expat/dist/lib/asciitab.h          up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat.h             up to 1.1.1.6<br/>	external/mit/expat/dist/lib/expat_external.h    up to 1.1.1.4<br/>	external/mit/expat/dist/lib/iasciitab.h         up to 1.1.1.2<br/>	external/mit/expat/dist/lib/internal.h          up to 1.1.1.3<br/>	external/mit/expat/dist/lib/latin1tab.h         up to 1.1.1.2<br/>	external/mit/expat/dist/lib/libexpat.def        up to 1.1.1.3<br/>	external/mit/expat/dist/lib/libexpatw.def       up to 1.1.1.3<br/>	external/mit/expat/dist/lib/nametab.h           up to 1.1.1.2<br/>	external/mit/expat/dist/lib/siphash.h           up to 1.1.1.2<br/>	external/mit/expat/dist/lib/utf8tab.h           up to 1.1.1.2<br/>	external/mit/expat/dist/lib/winconfig.h         up to 1.1.1.3<br/>	external/mit/expat/dist/lib/xmlparse.c          up to 1.8<br/>	external/mit/expat/dist/lib/xmlrole.c           up to 1.1.1.5<br/>	external/mit/expat/dist/lib/xmlrole.h           up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok.c            up to 1.5<br/>	external/mit/expat/dist/lib/xmltok.h            up to 1.3<br/>	external/mit/expat/dist/lib/xmltok_impl.c       up to 1.6<br/>	external/mit/expat/dist/lib/xmltok_impl.h       up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok_ns.c         up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c        up to 1.1.1.4<br/>	external/mit/expat/dist/tests/chardata.h        up to 1.1.1.2<br/>	external/mit/expat/dist/tests/memcheck.c        up to 1.1.1.2<br/>	external/mit/expat/dist/tests/memcheck.h        up to 1.1.1.2<br/>	external/mit/expat/dist/tests/minicheck.c       up to 1.1.1.4<br/>	external/mit/expat/dist/tests/minicheck.h       up to 1.1.1.5<br/>	external/mit/expat/dist/tests/runtests.c        up to 1.1.1.5<br/>	external/mit/expat/dist/tests/runtestspp.cpp    up to 1.1.1.2<br/>	external/mit/expat/dist/tests/xmltest.sh        up to 1.4<br/>	external/mit/expat/dist/tests/benchmark/benchmark.c up to 1.1.1.3<br/>	external/mit/expat/dist/win32/README.txt        up to 1.1.1.5<br/>	external/mit/expat/dist/win32/expat.iss         up to 1.1.1.6<br/>	external/mit/expat/dist/xmlwf/codepage.c        up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/codepage.h        up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/ct.c              up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/filemap.h         up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/readfilemap.c     up to 1.1.1.5<br/>	external/mit/expat/dist/xmlwf/unixfilemap.c     up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/win32filemap.c    up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/xmlfile.c         up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/xmlfile.h         up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlmime.c         up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlmime.h         up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmltchar.h        up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c           up to 1.1.1.6<br/>	external/mit/expat/lib/libexpat/expat_config.h  up to 1.6<br/>	doc/3RDPARTY					1.1649<br/>	external/mit/xorg/tools/fc-cache/Makefile	1.18<br/><br/>Update expat to 2.2.8.<br/>Define XML_POOR_ENTROPY for the tool version of fc-cache<br/>(we can not assume anything about the build host).</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.4.14.1</description>
    <pubDate>Tue Sep 17 19:51:13 UTC 2019</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.4.12.1</description>
    <pubDate>Mon Apr 13 08:02:21 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync external/mit/expat to current and pull up the following revisions,<br/>requested by maya in ticket #1376:<br/><br/>	external/mit/expat/dist/conftools/test-driver	up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ar-lib	up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-compile-flags.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-append-link-flags.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-check-compile-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-check-link-flag.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/ax-require-defined.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/compile	up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/depcomp	up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/missing	up to 1.1.1.1<br/>	external/mit/expat/dist/conftools/expatcfg-compiler-supports-visibility.m4 up to 1.1.1.1<br/>	external/mit/expat/dist/doc/Makefile.am 	up to 1.1.1.1<br/>	external/mit/expat/dist/doc/Makefile.in 	up to 1.1.1.1<br/>	external/mit/expat/dist/examples/Makefile.am	up to 1.1.1.1<br/>	external/mit/expat/dist/examples/Makefile.in	up to 1.1.1.1<br/>	external/mit/expat/dist/lib/Makefile.am 	up to 1.1.1.1<br/>	external/mit/expat/dist/lib/Makefile.in 	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/benchmark/Makefile.am up to 1.1.1.1<br/>	external/mit/expat/dist/tests/benchmark/Makefile.in up to 1.1.1.1<br/>	external/mit/expat/dist/tests/Makefile.am	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/Makefile.in	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/structdata.c	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/structdata.h	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/udiffer.py	up to 1.1.1.1<br/>	external/mit/expat/dist/tests/xmltest.log.expected up to 1.1.1.1<br/>	external/mit/expat/dist/win32/build_expat_iss.bat up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/Makefile.am	up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/Makefile.in	up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/xmlwf_helpgen.py	up to 1.1.1.1<br/>	external/mit/expat/dist/xmlwf/xmlwf_helpgen.sh	up to 1.1.1.1<br/>	external/mit/expat/dist/Makefile.am		up to 1.1.1.1<br/>	external/mit/expat/dist/README.md		up to 1.1.1.1<br/>	external/mit/expat/dist/cmake/expat-config.cmake.in up to 1.1.1.1<br/>	external/mit/expat/dist/cmake/mingw-toolchain.cmake up to 1.1.1.1<br/>	external/mit/expat/dist/acinclude.m4		up to 1.1.1.1<br/>	external/mit/expat/dist/fix-xmltest-log.sh	up to 1.1.1.1<br/>	external/mit/expat/dist/test-driver-wrapper.sh	up to 1.1.1.1<br/>	external/mit/expat/dist/MANIFEST		delete<br/>	external/mit/expat/dist/README			delete<br/>	external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4 delete<br/>	external/mit/expat/dist/conftools/mkinstalldirs delete<br/>	external/mit/expat/dist/xmlwf/xmlurl.h		delete<br/>	external/mit/expat/dist/xmlwf/xmlwin32url.cxx	delete<br/>	external/mit/expat/dist/CMake.README		up to 1.1.1.5<br/>	external/mit/expat/dist/CMakeLists.txt		up to 1.1.1.5<br/>	external/mit/expat/dist/Changes 		up to 1.1.1.6<br/>	external/mit/expat/dist/ConfigureChecks.cmake	up to 1.1.1.2<br/>	external/mit/expat/dist/Makefile.in		up to 1.1.1.6<br/>	external/mit/expat/dist/aclocal.m4		up to 1.1.1.4<br/>	external/mit/expat/dist/configure		up to 1.1.1.6<br/>	external/mit/expat/dist/configure.ac		up to 1.1.1.4<br/>	external/mit/expat/dist/expat_config.h.cmake	up to 1.1.1.2<br/>	external/mit/expat/dist/expat_config.h.in	up to 1.1.1.6<br/>	external/mit/expat/dist/conftools/config.guess	up to 1.4<br/>	external/mit/expat/dist/conftools/config.sub	up to 1.4<br/>	external/mit/expat/dist/conftools/get-version.sh up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/install-sh	up to 1.1.1.5<br/>	external/mit/expat/dist/conftools/ltmain.sh	up to 1.1.1.5<br/>	external/mit/expat/dist/doc/reference.html	up to 1.1.1.5<br/>	external/mit/expat/dist/doc/xmlwf.1		up to 1.1.1.4<br/>	external/mit/expat/dist/doc/xmlwf.xml		up to 1.1.1.2<br/>	external/mit/expat/dist/examples/elements.c	up to 1.1.1.5<br/>	external/mit/expat/dist/examples/outline.c	up to 1.1.1.4<br/>	external/mit/expat/dist/lib/ascii.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/asciitab.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat.h		up to 1.1.1.6<br/>	external/mit/expat/dist/lib/expat_external.h	up to 1.1.1.4<br/>	external/mit/expat/dist/lib/iasciitab.h 	up to 1.1.1.2<br/>	external/mit/expat/dist/lib/internal.h		up to 1.1.1.3<br/>	external/mit/expat/dist/lib/latin1tab.h 	up to 1.1.1.2<br/>	external/mit/expat/dist/lib/libexpat.def	up to 1.1.1.3<br/>	external/mit/expat/dist/lib/libexpatw.def	up to 1.1.1.3<br/>	external/mit/expat/dist/lib/nametab.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/siphash.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/utf8tab.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/winconfig.h 	up to 1.1.1.3<br/>	external/mit/expat/dist/lib/xmlparse.c		up to 1.8<br/>	external/mit/expat/dist/lib/xmlrole.c		up to 1.1.1.5<br/>	external/mit/expat/dist/lib/xmlrole.h		up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok.c		up to 1.5<br/>	external/mit/expat/dist/lib/xmltok.h		up to 1.3<br/>	external/mit/expat/dist/lib/xmltok_impl.c	up to 1.6<br/>	external/mit/expat/dist/lib/xmltok_impl.h	up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok_ns.c 	up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c	up to 1.1.1.4<br/>	external/mit/expat/dist/tests/chardata.h	up to 1.1.1.2<br/>	external/mit/expat/dist/tests/memcheck.c	up to 1.1.1.2<br/>	external/mit/expat/dist/tests/memcheck.h	up to 1.1.1.2<br/>	external/mit/expat/dist/tests/minicheck.c	up to 1.1.1.4<br/>	external/mit/expat/dist/tests/minicheck.h	up to 1.1.1.5<br/>	external/mit/expat/dist/tests/runtests.c	up to 1.1.1.5<br/>	external/mit/expat/dist/tests/runtestspp.cpp	up to 1.1.1.2<br/>	external/mit/expat/dist/tests/xmltest.sh	up to 1.4<br/>	external/mit/expat/dist/tests/benchmark/benchmark.c up to 1.1.1.3<br/>	external/mit/expat/dist/win32/README.txt	up to 1.1.1.5<br/>	external/mit/expat/dist/win32/expat.iss 	up to 1.1.1.6<br/>	external/mit/expat/dist/xmlwf/codepage.c	up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/codepage.h	up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/ct.c		up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/filemap.h 	up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/readfilemap.c	up to 1.1.1.5<br/>	external/mit/expat/dist/xmlwf/unixfilemap.c	up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/win32filemap.c	up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/xmlfile.c 	up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/xmlfile.h 	up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlmime.c 	up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlmime.h         up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmltchar.h        up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c           up to 1.1.1.6<br/>	external/mit/expat/lib/libexpat/expat_config.h  up to 1.6<br/>	doc/3RDPARTY					1.1649 (patch)<br/>	external/mit/xorg/tools/fc-cache/Makefile	1.18 (patch)<br/><br/>Update expat to 2.2.8.<br/>Define XML_POOR_ENTROPY for the tool version of fc-cache<br/>(we can not assume anything about the build host).</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.4.4.1</description>
    <pubDate>Tue Sep 17 18:50:05 UTC 2019</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.3.4.1</description>
    <pubDate>Fri Apr 21 16:52:56 UTC 2017</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.3.2.1</description>
    <pubDate>Mon Mar 20 06:56:46 UTC 2017</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by spz in ticket #1361):<br/>	doc/3RDPARTY: 1.398, 1.1407<br/>	external/mit/expat/dist/CMake.README: up to 1.1.1.3<br/>	external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/COPYING: up to 1.1.1.2<br/>	external/mit/expat/dist/Changes: up to 1.1.1.4<br/>	external/mit/expat/dist/MANIFEST: up to 1.1.1.4<br/>	external/mit/expat/dist/Makefile.in: up to 1.1.1.4<br/>	external/mit/expat/dist/README: up to 1.1.1.4<br/>	external/mit/expat/dist/aclocal.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/xmlwf.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/xmlwf.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/configure: up to 1.1.1.4<br/>	external/mit/expat/dist/configure.ac: up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/config.guess: up to 1.3<br/>	external/mit/expat/dist/conftools/config.sub: up to 1.3<br/>	external/mit/expat/dist/conftools/install-sh: up to 1.1.1.4<br/>	external/mit/expat/dist/conftools/ltmain.sh: up to 1.1.1.4<br/>	external/mit/expat/dist/doc/expat.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/valid-xhtml10.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/xmlwf.1: up to 1.1.1.3<br/>	external/mit/expat/dist/doc/xmlwf.sgml          delete<br/>	external/mit/expat/dist/doc/xmlwf.xml: up to 1.1.1.1<br/>	external/mit/expat/dist/examples/elements.c: up to 1.1.1.3<br/>	external/mit/expat/dist/examples/outline.c: up to 1.1.1.2<br/>	external/mit/expat/dist/expat_config.h.in: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expat.h: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat_external.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat_static.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw_static.dsp: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/internal.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmlparse.c: up to 1.6<br/>	external/mit/expat/dist/lib/xmlrole.c: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/xmltok.c: up to 1.3<br/>	external/mit/expat/dist/lib/xmltok_impl.c: up to 1.5<br/>	external/mit/expat/dist/m4/libtool.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltoptions.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltsugar.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltversion.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/lt~obsolete.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/minicheck.c: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/minicheck.h: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/runtests.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/xmltest.sh: up to 1.2<br/>	external/mit/expat/dist/win32/README.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/win32/expat.iss: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/codepage.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/readfilemap.c: up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/xmlfile.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/xmlwf.dsp: up to 1.1.1.3<br/>	external/mit/expat/lib/libexpat/expat_config.h: up to 1.4<br/>Update expat to 2.2.0, fixing CVE-2016-0718, CVE-2016-4472, CVE-2016-5300,<br/>and CVE-2012-6702.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.14.2</description>
    <pubDate>Sun Feb 19 04:52:28 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by spz in ticket #1169):<br/>	distrib/sets/lists/base/ad.aarch64: patch<br/>	distrib/sets/lists/base/ad.arm: patch<br/>	distrib/sets/lists/base/ad.mips: patch<br/>	distrib/sets/lists/base/ad.powerpc: patch<br/>	distrib/sets/lists/base/md.amd64: patch<br/>	distrib/sets/lists/base/md.sparc64: patch<br/>	distrib/sets/lists/base/shl.mi: 1.771, 1.772 via patch<br/>	distrib/sets/lists/comp/mi: 1.2035<br/>	distrib/sets/lists/debug/ad.aarch64: patch<br/>	distrib/sets/lists/debug/ad.arm: patch<br/>	distrib/sets/lists/debug/ad.mips: patch<br/>	distrib/sets/lists/debug/ad.powerpc: patch<br/>	distrib/sets/lists/debug/md.amd64: patch<br/>	distrib/sets/lists/debug/md.sparc64: patch<br/>	distrib/sets/lists/debug/shl.mi: 1.133, 1.134 via patch<br/>	doc/3RDPARTY: 1.1316, 1.1330<br/>	external/mit/expat/dist/CMake.README: up to 1.1.1.2<br/>	external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.2<br/>	external/mit/expat/dist/Changes: up to 1.1.1.3<br/>	external/mit/expat/dist/MANIFEST: up to 1.1.1.3<br/>	external/mit/expat/dist/Makefile.in: up to 1.1.1.3<br/>	external/mit/expat/dist/README: up to 1.1.1.3<br/>	external/mit/expat/dist/aclocal.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/configure: up to 1.1.1.3<br/>	external/mit/expat/dist/configure.ac: up to 1.1.1.1<br/>	external/mit/expat/dist/expat_config.h.in: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/elements.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat_static.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw_static.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/outline.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/xmlwf.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4: up to 1.4<br/>	external/mit/expat/dist/conftools/config.guess: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/config.sub: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/install-sh: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/ltmain.sh: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/mkinstalldirs: up to 1.4<br/>	external/mit/expat/dist/doc/reference.html: up to 1.1.1.3<br/>	external/mit/expat/dist/doc/xmlwf.1: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/xmlwf.sgml: up to 1.1.1.3<br/>	external/mit/expat/dist/examples/elements.c: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/amigaconfig.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat.h: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/libexpat.def: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/libexpatw.def: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmlparse.c: up to 1.4<br/>	external/mit/expat/dist/lib/xmltok.c: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok.h: up to 1.1.1.1<br/>	external/mit/expat/dist/lib/xmltok_impl.c: up to 1.3<br/>	external/mit/expat/dist/m4/libtool.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltoptions.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltversion.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/benchmark/README.txt: up to 1.1.1.2<br/>	external/mit/expat/dist/win32/expat.iss: up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/unixfilemap.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c: up to 1.1.1.3<br/>	external/mit/expat/lib/libexpat/Makefile: up to 1.2<br/>	external/mit/expat/lib/libexpat/expat.pc.in: up to 1.1<br/>	external/mit/expat/lib/libexpat/expat_config.h: up to 1.3<br/>	external/mit/expat/lib/libexpat/shlib_version: up to 1.3<br/>Update expat to 2.1.1.  Apply fixes for CVE-2016-0718.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.14.1</description>
    <pubDate>Wed May 18 09:15:16 UTC 2016</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by spz in ticket #1361):<br/>	doc/3RDPARTY: 1.398, 1.1407<br/>	external/mit/expat/dist/CMake.README: up to 1.1.1.3<br/>	external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/COPYING: up to 1.1.1.2<br/>	external/mit/expat/dist/Changes: up to 1.1.1.4<br/>	external/mit/expat/dist/MANIFEST: up to 1.1.1.4<br/>	external/mit/expat/dist/Makefile.in: up to 1.1.1.4<br/>	external/mit/expat/dist/README: up to 1.1.1.4<br/>	external/mit/expat/dist/aclocal.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/xmlwf.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/xmlwf.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/configure: up to 1.1.1.4<br/>	external/mit/expat/dist/configure.ac: up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/config.guess: up to 1.3<br/>	external/mit/expat/dist/conftools/config.sub: up to 1.3<br/>	external/mit/expat/dist/conftools/install-sh: up to 1.1.1.4<br/>	external/mit/expat/dist/conftools/ltmain.sh: up to 1.1.1.4<br/>	external/mit/expat/dist/doc/expat.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/valid-xhtml10.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/xmlwf.1: up to 1.1.1.3<br/>	external/mit/expat/dist/doc/xmlwf.sgml          delete<br/>	external/mit/expat/dist/doc/xmlwf.xml: up to 1.1.1.1<br/>	external/mit/expat/dist/examples/elements.c: up to 1.1.1.3<br/>	external/mit/expat/dist/examples/outline.c: up to 1.1.1.2<br/>	external/mit/expat/dist/expat_config.h.in: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expat.h: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat_external.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat_static.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw_static.dsp: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/internal.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmlparse.c: up to 1.6<br/>	external/mit/expat/dist/lib/xmlrole.c: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/xmltok.c: up to 1.3<br/>	external/mit/expat/dist/lib/xmltok_impl.c: up to 1.5<br/>	external/mit/expat/dist/m4/libtool.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltoptions.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltsugar.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltversion.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/lt~obsolete.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/minicheck.c: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/minicheck.h: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/runtests.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/xmltest.sh: up to 1.2<br/>	external/mit/expat/dist/win32/README.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/win32/expat.iss: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/codepage.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/readfilemap.c: up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/xmlfile.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/xmlwf.dsp: up to 1.1.1.3<br/>	external/mit/expat/lib/libexpat/expat_config.h: up to 1.4<br/>Update expat to 2.2.0, fixing CVE-2016-0718, CVE-2016-4472, CVE-2016-5300,<br/>and CVE-2012-6702.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.12.2</description>
    <pubDate>Sun Feb 19 04:53:23 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.2.12.1.2;<br/>Pull up following revision(s) (requested by spz in ticket #1169):<br/>	distrib/sets/lists/base/ad.aarch64: patch<br/>	distrib/sets/lists/base/ad.arm: patch<br/>	distrib/sets/lists/base/ad.mips: patch<br/>	distrib/sets/lists/base/ad.powerpc: patch<br/>	distrib/sets/lists/base/md.amd64: patch<br/>	distrib/sets/lists/base/md.sparc64: patch<br/>	distrib/sets/lists/base/shl.mi: 1.771, 1.772 via patch<br/>	distrib/sets/lists/comp/mi: 1.2035<br/>	distrib/sets/lists/debug/ad.aarch64: patch<br/>	distrib/sets/lists/debug/ad.arm: patch<br/>	distrib/sets/lists/debug/ad.mips: patch<br/>	distrib/sets/lists/debug/ad.powerpc: patch<br/>	distrib/sets/lists/debug/md.amd64: patch<br/>	distrib/sets/lists/debug/md.sparc64: patch<br/>	distrib/sets/lists/debug/shl.mi: 1.133, 1.134 via patch<br/>	doc/3RDPARTY: 1.1316, 1.1330<br/>	external/mit/expat/dist/CMake.README: up to 1.1.1.2<br/>	external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.2<br/>	external/mit/expat/dist/Changes: up to 1.1.1.3<br/>	external/mit/expat/dist/MANIFEST: up to 1.1.1.3<br/>	external/mit/expat/dist/Makefile.in: up to 1.1.1.3<br/>	external/mit/expat/dist/README: up to 1.1.1.3<br/>	external/mit/expat/dist/aclocal.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/configure: up to 1.1.1.3<br/>	external/mit/expat/dist/configure.ac: up to 1.1.1.1<br/>	external/mit/expat/dist/expat_config.h.in: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/elements.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat_static.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw_static.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/outline.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/xmlwf.bpr: up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4: up to 1.4<br/>	external/mit/expat/dist/conftools/config.guess: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/config.sub: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/install-sh: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/ltmain.sh: up to 1.1.1.3<br/>	external/mit/expat/dist/conftools/mkinstalldirs: up to 1.4<br/>	external/mit/expat/dist/doc/reference.html: up to 1.1.1.3<br/>	external/mit/expat/dist/doc/xmlwf.1: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/xmlwf.sgml: up to 1.1.1.3<br/>	external/mit/expat/dist/examples/elements.c: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/amigaconfig.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat.h: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/libexpat.def: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/libexpatw.def: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmlparse.c: up to 1.4<br/>	external/mit/expat/dist/lib/xmltok.c: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmltok.h: up to 1.1.1.1<br/>	external/mit/expat/dist/lib/xmltok_impl.c: up to 1.3<br/>	external/mit/expat/dist/m4/libtool.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltoptions.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltversion.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/benchmark/README.txt: up to 1.1.1.2<br/>	external/mit/expat/dist/win32/expat.iss: up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/unixfilemap.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c: up to 1.1.1.3<br/>	external/mit/expat/lib/libexpat/Makefile: up to 1.2<br/>	external/mit/expat/lib/libexpat/expat.pc.in: up to 1.1<br/>	external/mit/expat/lib/libexpat/expat_config.h: up to 1.3<br/>	external/mit/expat/lib/libexpat/shlib_version: up to 1.3<br/>Update expat to 2.1.1.  Apply fixes for CVE-2016-0718.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.12.1</description>
    <pubDate>Wed May 18 09:14:15 UTC 2016</pubDate>
    <dc:creator>snj</dc:creator>
</item>

<item>
    <title>Sync with netbsd-7-1-RELEASE</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.12.1.2.1</description>
    <pubDate>Mon Mar 13 07:41:23 UTC 2017</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.2.2</description>
    <pubDate>Tue Apr 17 00:04:41 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>file install-sh was added on branch yamt-pagecache on 2012-04-17 00:04:41 +0000</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.2.2.1</description>
    <pubDate>Fri Apr 06 10:23:13 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Pull up following revision(s) (requested by spz in ticket #1435):<br/>	external/mit/expat/dist/CMake.README: up to 1.1.1.3<br/>	external/mit/expat/dist/CMakeLists.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/COPYING: up to 1.1.1.2<br/>	external/mit/expat/dist/Changes: up to 1.1.1.4<br/>	external/mit/expat/dist/MANIFEST: up to 1.1.1.4<br/>	external/mit/expat/dist/Makefile.in: up to 1.1.1.4<br/>	external/mit/expat/dist/README: up to 1.1.1.4<br/>	external/mit/expat/dist/aclocal.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/amiga/expat_lib.c: up to 1.1.1.2<br/>	external/mit/expat/dist/amiga/expat_vectors.c: up to 1.1.1.2<br/>	external/mit/expat/dist/amiga/launch.c: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expat_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expat_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/expatw_static.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/expatw_static.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/bcb5/xmlwf.bpr: up to 1.1.1.3<br/>	external/mit/expat/dist/bcb5/xmlwf.mak: up to 1.1.1.2<br/>	external/mit/expat/dist/configure: up to 1.1.1.4<br/>	external/mit/expat/dist/configure.ac: up to 1.1.1.2<br/>	external/mit/expat/dist/conftools/config.guess: up to 1.3<br/>	external/mit/expat/dist/conftools/config.sub: up to 1.3<br/>	external/mit/expat/dist/conftools/install-sh: up to 1.1.1.4<br/>	external/mit/expat/dist/conftools/ltmain.sh: up to 1.1.1.4<br/>	external/mit/expat/dist/doc/expat.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/valid-xhtml10.png: up to 1.1.1.2<br/>	external/mit/expat/dist/doc/xmlwf.1: up to 1.1.1.3<br/>	external/mit/expat/dist/doc/xmlwf.sgml          delete<br/>	external/mit/expat/dist/doc/xmlwf.xml: up to 1.1.1.1<br/>	external/mit/expat/dist/examples/elements.c: up to 1.1.1.3<br/>	external/mit/expat/dist/examples/outline.c: up to 1.1.1.2<br/>	external/mit/expat/dist/expat_config.h.in: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expat.h: up to 1.1.1.4<br/>	external/mit/expat/dist/lib/expat_external.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/expat_static.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw.dsp: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/expatw_static.dsp: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/internal.h: up to 1.1.1.2<br/>	external/mit/expat/dist/lib/xmlparse.c: up to 1.6<br/>	external/mit/expat/dist/lib/xmlrole.c: up to 1.1.1.3<br/>	external/mit/expat/dist/lib/xmltok.c: up to 1.3<br/>	external/mit/expat/dist/lib/xmltok_impl.c: up to 1.5<br/>	external/mit/expat/dist/m4/libtool.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltoptions.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/ltsugar.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/m4/ltversion.m4: up to 1.1.1.3<br/>	external/mit/expat/dist/m4/lt~obsolete.m4: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/chardata.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/minicheck.c: up to 1.1.1.2<br/>	external/mit/expat/dist/tests/minicheck.h: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/runtests.c: up to 1.1.1.3<br/>	external/mit/expat/dist/tests/xmltest.sh: up to 1.2<br/>	external/mit/expat/dist/win32/README.txt: up to 1.1.1.3<br/>	external/mit/expat/dist/win32/expat.iss: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/codepage.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/readfilemap.c: up to 1.1.1.3<br/>	external/mit/expat/dist/xmlwf/xmlfile.c: up to 1.1.1.2<br/>	external/mit/expat/dist/xmlwf/xmlwf.c: up to 1.1.1.4<br/>	external/mit/expat/dist/xmlwf/xmlwf.dsp: up to 1.1.1.3<br/>	external/mit/expat/lib/libexpat/expat_config.h: up to 1.4<br/>Update expat to 2.2.0, fixing CVE-2016-0718, CVE-2016-4472,<br/>CVE-2016-5300, and CVE-2012-6702.</title>
    <description>/src/external/mit/expat/dist/conftools/install-sh - 1.1.1.1.8.2</description>
    <pubDate>Sun Feb 19 07:26:19 UTC 2017</pubDate>
    <dc:creator>snj</dc:creator>
</item>
</channel></rss>

