aboutsummaryrefslogtreecommitdiff
path: root/libs/libxml2/patches
Commit message (Collapse)AuthorAge
* libxml2: Fix CVE-2018-14404Rosen Penev2018-08-21
| | | | | | Embarrasingly, I missed this one last time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxml2: Fix CVE-2018-9251 and CVE-2018-14567Rosen Penev2018-08-17
| | | | | | | | Also added the CPE ID. Taken from Fedora. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxml2: upgrade to 2.9.3Michael Heimpold2015-11-20
| | | | | | | | | | Beside some improvements, this also fixes several CVEs, for full list see upstream changelog at: https://mail.gnome.org/archives/xml/2015-November/msg00012.html The patch needed for musl was accepted upstream, so we can remove it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libxml2: fix build error with musl libc (fixes #454)Michael Heimpold2014-12-21
Thanks to nakarotori for spotting this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>