<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libexpat, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libexpat?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libexpat?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-12-29T16:59:42Z</updated>
<entry>
<title>Update libexpat to 2.2.10.  Relevant are only bug fixes #390 #395</title>
<updated>2020-12-29T16:59:42Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2020-12-29T16:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2a4a206e7283b1530860afd3ed8f21d32375730b'/>
<id>urn:sha1:2a4a206e7283b1530860afd3ed8f21d32375730b</id>
<content type='text'>
#398 #404 #405 and other changes #354 #355 #412.
OK deraadt@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.8.  CVE-2019-15903 has been fixed earlier</title>
<updated>2019-09-25T21:06:19Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2019-09-25T21:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=28ce31191121e9d8ab02660bd8b761ed56c7239d'/>
<id>urn:sha1:28ce31191121e9d8ab02660bd8b761ed56c7239d</id>
<content type='text'>
in our tree.  Relevant is only bug fix #240.  Most of the upstream
diff is automated source format change.
OK deraadt@
</content>
</entry>
<entry>
<title>Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumber</title>
<updated>2019-09-10T22:43:29Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2019-09-10T22:43:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=94f813b1ac1976a9bc44d138e18e431daa23b906'/>
<id>urn:sha1:94f813b1ac1976a9bc44d138e18e431daa23b906</id>
<content type='text'>
(or XML_GetCurrentColumnNumber), and deny internal entities closing
the doctype; CVE-2019-15903
fixed in commit c20b758c332d9a13afbbb276d30db1d183a85d43
OK tb@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.7.  Relevant for OpenBSD is only the fix for</title>
<updated>2019-06-29T00:33:59Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2019-06-29T00:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=04da35325a0b76a93dd9d4b7a4f30e6c39138f1a'/>
<id>urn:sha1:04da35325a0b76a93dd9d4b7a4f30e6c39138f1a</id>
<content type='text'>
CVE-2018-20843, a potential denial-of-service in libexpat due to
high RAM and CPU usage.
OK deraadt@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.6.  Relevant for OpenBSD is</title>
<updated>2018-08-22T13:32:11Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2018-08-22T13:32:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=797786e54884732e2b7e4427671c26243d9ea29f'/>
<id>urn:sha1:797786e54884732e2b7e4427671c26243d9ea29f</id>
<content type='text'>
- Avoid doing arithmetic with NULL pointers in XML_GetBuffer
- Fix 2.2.5 regression with suspend-resume while parsing
  a document like '&lt;root/&gt;'
- Address compiler warnings
- Fix miscellaneous typos
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.5.  Changes for OpenBSD include a few bug</title>
<updated>2017-11-02T13:40:57Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2017-11-02T13:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9b8e235178d880bc897fab490e13d4465fffe7d1'/>
<id>urn:sha1:9b8e235178d880bc897fab490e13d4465fffe7d1</id>
<content type='text'>
fixes, no library bump needed.
OK deraadt@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.4.  Fix copying partial UTF-8 characters.</title>
<updated>2017-08-23T14:53:52Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2017-08-23T14:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2e724bc967d1d89c02940370dc98ca0bf3231a3a'/>
<id>urn:sha1:2e724bc967d1d89c02940370dc98ca0bf3231a3a</id>
<content type='text'>
OK deraadt@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.3.  Only few changes affect OpenBSD.</title>
<updated>2017-08-04T16:24:02Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2017-08-04T16:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=5837d4fc84e56b9c6dd5633a87b99ae40160af29'/>
<id>urn:sha1:5837d4fc84e56b9c6dd5633a87b99ae40160af29</id>
<content type='text'>
OK deraadt@
</content>
</entry>
<entry>
<title>Gcc3 does not have -fvisibility feature, so skip -fvisibility=hidden</title>
<updated>2017-07-28T09:32:49Z</updated>
<author>
<name>aoyama</name>
<email>aoyama@openbsd.org</email>
</author>
<published>2017-07-28T09:32:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=afab3565a772bcb749fbd717fd9d743cb15b8bf0'/>
<id>urn:sha1:afab3565a772bcb749fbd717fd9d743cb15b8bf0</id>
<content type='text'>
flag when compiling with gcc3.

ok espie@
</content>
</entry>
<entry>
<title>Update libexpat to 2.2.2.  Fixes NULL parser dereference.</title>
<updated>2017-07-19T20:24:07Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2017-07-19T20:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0d60d187cf10a7c5a45f97b99fd2ec93ecf4481a'/>
<id>urn:sha1:0d60d187cf10a7c5a45f97b99fd2ec93ecf4481a</id>
<content type='text'>
no objections deraadt@
</content>
</entry>
</feed>
