History log of /openbsd-current/lib/libexpat/tests/runtests.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.20 01-Apr-2024 bluhm

Add some #ifdef XML_TESTING to the libexpat tests.

Upstream builds special libexpat objects for testing with an internal
flag and counter. As OpenBSD does test the installed production
library, disable tests that depend on special options. Use the
same define that activates the test code in the library. Without
this, regress would not compile.


Revision tags: OPENBSD_7_5_BASE
# 1.19 11-Feb-2024 bluhm

Update libexpat to version 2.6.0.

This fixes CVE-2023-52425. OpenBSD is not affected by CVE-2023-52426.
Relevant for OpenBSD are security fixes #789 #814, bug fixes #753
#812 #813, other changes #771 #788 #764 #765, and examples, docs,
compiler warnings, clang-tidy, tests. Only a minor library bump
is necessary, this has been discussed with tb@ guenther@ kettenis@.

OK deraadt@


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE
# 1.18 27-Oct-2022 bluhm

Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for
OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645
#613 #654 #616 #652 #653. No library bump necessary.
OK tb@


Revision tags: OPENBSD_7_2_BASE
# 1.17 20-Sep-2022 bluhm

branches: 1.17.2;
Update libexpat to 2.4.9. This fixes CVE-2022-40674. Relevant for
OpenBSD are security fixes #629 #640 and other changes #610 #643.
No library bump necessary.
OK deraadt@


Revision tags: OPENBSD_7_1_BASE
# 1.16 09-Mar-2022 bluhm

branches: 1.16.2;
Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572
#577 and other changes #577 #579 #575 #574 #569 #571. No library
bump necessary.
tested and OK tb@


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.19 11-Feb-2024 bluhm

Update libexpat to version 2.6.0.

This fixes CVE-2023-52425. OpenBSD is not affected by CVE-2023-52426.
Relevant for OpenBSD are security fixes #789 #814, bug fixes #753
#812 #813, other changes #771 #788 #764 #765, and examples, docs,
compiler warnings, clang-tidy, tests. Only a minor library bump
is necessary, this has been discussed with tb@ guenther@ kettenis@.

OK deraadt@


Revision tags: OPENBSD_7_3_BASE OPENBSD_7_4_BASE
# 1.18 27-Oct-2022 bluhm

Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for
OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645
#613 #654 #616 #652 #653. No library bump necessary.
OK tb@


Revision tags: OPENBSD_7_2_BASE
# 1.17 20-Sep-2022 bluhm

branches: 1.17.2;
Update libexpat to 2.4.9. This fixes CVE-2022-40674. Relevant for
OpenBSD are security fixes #629 #640 and other changes #610 #643.
No library bump necessary.
OK deraadt@


Revision tags: OPENBSD_7_1_BASE
# 1.16 09-Mar-2022 bluhm

branches: 1.16.2;
Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572
#577 and other changes #577 #579 #575 #574 #569 #571. No library
bump necessary.
tested and OK tb@


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.18 27-Oct-2022 bluhm

Update libexpat to 2.5.0. This fixes CVE-2022-43680. Relevant for
OpenBSD are security fixes #616 #649 #650 and bug fixes #612 #645
#613 #654 #616 #652 #653. No library bump necessary.
OK tb@


Revision tags: OPENBSD_7_2_BASE
# 1.17 20-Sep-2022 bluhm

branches: 1.17.2;
Update libexpat to 2.4.9. This fixes CVE-2022-40674. Relevant for
OpenBSD are security fixes #629 #640 and other changes #610 #643.
No library bump necessary.
OK deraadt@


Revision tags: OPENBSD_7_1_BASE
# 1.16 09-Mar-2022 bluhm

branches: 1.16.2;
Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572
#577 and other changes #577 #579 #575 #574 #569 #571. No library
bump necessary.
tested and OK tb@


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.17 20-Sep-2022 bluhm

Update libexpat to 2.4.9. This fixes CVE-2022-40674. Relevant for
OpenBSD are security fixes #629 #640 and other changes #610 #643.
No library bump necessary.
OK deraadt@


Revision tags: OPENBSD_7_1_BASE
# 1.16 09-Mar-2022 bluhm

branches: 1.16.2;
Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572
#577 and other changes #577 #579 #575 #574 #569 #571. No library
bump necessary.
tested and OK tb@


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.16 09-Mar-2022 bluhm

Update libexpat to 2.4.7. Relevant for OpenBSD are bug fixes #572
#577 and other changes #577 #579 #575 #574 #569 #571. No library
bump necessary.
tested and OK tb@


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.15 22-Feb-2022 bluhm

Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
CVE-2022-25313, CVE-2022-25314, and CVE-2022-25315. Relevant for
OpenBSD are security fixes #558 #559 #560 #561 #562 and bug fixes
#566. No library bump necessary.
OK tb@


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

branches: 1.10.2;
Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.14 31-Jan-2022 bluhm

Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Relevant for OpenBSD are security fixes #550 #551 and other changes
#553 (missing in change log). No library bump necessary.
OK millert@


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.13 17-Jan-2022 bluhm

Update libexpat to 2.4.3. This fixes CVE-2021-45960, CVE-2021-46143,
and CVE-2022-22822 to CVE-2022-22827. Relevant for OpenBSD are
security fixes #531 #534 #532 #538 #539 and other changes #527 #513
#514 #502 #503. No library bump necessary.
OK millert@


Revision tags: OPENBSD_7_0_BASE
# 1.12 26-May-2021 bluhm

branches: 1.12.2;
Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.12 26-May-2021 bluhm

Update libexpat to 2.4.1. This fixes CVE-2013-0340. Relevant for
OpenBSD are security fixes #34 #466 #484 and other changes #467
#473 #483. A new error number in a public header requires a major
library bump. Two functions have been added to API.
OK tb@


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.11 10-May-2021 bluhm

Update libexpat to 2.3.0. Relevant for OpenBSD are only bug fix
#438 and other change #443. A new error constant has been added
to a public header file. According to guenther@ this is an ABI
break that requires a major bump.
OK tb@; tested by matthieu@


Revision tags: OPENBSD_6_9_BASE
# 1.10 29-Dec-2020 bluhm

Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.10 29-Dec-2020 bluhm

Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.9 25-Sep-2019 bluhm

Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier
in our tree. Relevant is only bug fix #240. Most of the upstream
diff is automated source format change.
OK deraadt@


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.8 29-Jun-2019 bluhm

Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@


Revision tags: OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.7 22-Aug-2018 bluhm

Update libexpat to 2.2.6. Relevant for OpenBSD is
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
a document like '<root/>'
- Address compiler warnings
- Fix miscellaneous typos


Revision tags: OPENBSD_6_3_BASE
# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.


# 1.6 02-Nov-2017 bluhm

Update libexpat to 2.2.5. Changes for OpenBSD include a few bug
fixes, no library bump needed.
OK deraadt@


Revision tags: OPENBSD_6_2_BASE
# 1.5 23-Aug-2017 bluhm

Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.
OK deraadt@


# 1.4 04-Aug-2017 bluhm

Update libexpat to 2.2.3. Only few changes affect OpenBSD.
OK deraadt@


# 1.3 19-Jul-2017 bluhm

Update libexpat to 2.2.2. Fixes NULL parser dereference.
no objections deraadt@


# 1.2 06-Jul-2017 bluhm

Add ULL suffix to 64 bit constants. This avoids compiler warnings
on i386 and allows to compile the C++ test. Upstream dropped the
ULL in an insufficient attempt to make the siphash code C89 compatible.
Their fix will be more complicated.
No binary change.


# 1.1 30-Jun-2017 bluhm

Add test suite source files for expat 2.2.1.