]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
xerces: add upstream security fix
authorBaruch Siach <baruch@tkos.co.il>
Mon, 26 Mar 2018 20:23:02 +0000 (23:23 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 27 Mar 2018 07:46:38 +0000 (09:46 +0200)
commit142c8cc8d525f687ce199cc0163d48892e8a81f7
tree1bc2cede69a15494380a3873afeb98920b9940fe
parent46680c9dc13fdff28f07c3e86fbc1b778d457a31
xerces: add upstream security fix

CVE-2017-12627: dereference of a NULL pointer while processing the path
to the DTD.

xerces 3.2.1 includes this patch. But this version also added
AC_RUN_IFELSE to its configure script, making cross compilation harder.

Switching to cmake is also problematic since the minimum required cmake
version is 3.2.0. The host dependencies check currently allows minimum
cmake version 3.1.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/xerces/0001-fix-CVE-2017-12627.patch [new file with mode: 0644]