aboutsummaryrefslogtreecommitdiff
path: root/libs/libxml2/patches
Commit message (Collapse)AuthorAge
* libxml2: remove - moved to OpenWrt main repoHannu Nyman2023-05-06
| | | | | | | Remove libxml2 that was moved into the main OpenWrt repo. Commit in OpenWrt: 9b0b46985c112c664354dc745d8cfb313166744b Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* libxml2: build with cmakeRosen Penev2023-01-13
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libxml2: update to 2.9.12Michael Heimpold2021-05-19
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libxml: patch security issuesJan Pavlinec2020-09-11
| | | | | | | | | Fixes: CVE-2019-20388 CVE-2020-24977 CVE-2020-7595 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* libxml2: update to 2.9.9Michael Heimpold2019-01-03
| | | | | | | | Also drop the CVE patches which are already covered by this new release. Compile tested for and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>