libxml2: add Debian patches to address CVEs 6835/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 21 Aug 2018 18:42:53 +0000 (20:42 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 21 Aug 2018 18:42:56 +0000 (20:42 +0200)
commita5bbf27e35320ce46900b92c156830937218c724
tree1b5f603041a2ac0dac125b32aa0978f0cf9f921a
parent56acd578ffb8b0599d9ae58e98ffd73703bc103f
libxml2: add Debian patches to address CVEs

Debian uses libxml2 2.9.4 in Stretch. This adds their security related
fixes from 2.9.4+dfsg1-2.2+deb9u2 to LEDE's 17.01 release.

Fixed CVEs:

CVE-2016-4658
CVE-2016-5131
CVE-2017-0663
CVE-2017-15412
CVE-2017-7375
CVE-2017-7376
CVE-2017-9047
CVE-2017-9048
CVE-2017-9049
CVE-2017-9050

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
13 files changed:
libs/libxml2/Makefile
libs/libxml2/patches/0003-Fix-NULL-pointer-deref-in-XPointer-range-to.patch [new file with mode: 0644]
libs/libxml2/patches/0004-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch [new file with mode: 0644]
libs/libxml2/patches/0005-Fix-XPointer-paths-beginning-with-range-to.patch [new file with mode: 0644]
libs/libxml2/patches/0006-Disallow-namespace-nodes-in-XPointer-ranges.patch [new file with mode: 0644]
libs/libxml2/patches/0007-Fix-more-NULL-pointer-derefs-in-xpointer.c.patch [new file with mode: 0644]
libs/libxml2/patches/0008-Fix-attribute-decoding-during-XML-schema-validation.patch [new file with mode: 0644]
libs/libxml2/patches/0009-Increase-buffer-space-for-port-in-HTTP-redirect-supp.patch [new file with mode: 0644]
libs/libxml2/patches/0010-Prevent-unwanted-external-entity-reference.patch [new file with mode: 0644]
libs/libxml2/patches/0011-Fix-handling-of-parameter-entity-references.patch [new file with mode: 0644]
libs/libxml2/patches/0012-Fix-buffer-size-checks-in-xmlSnprintfElementContent.patch [new file with mode: 0644]
libs/libxml2/patches/0013-Fix-type-confusion-in-xmlValidateOneNamespace.patch [new file with mode: 0644]
libs/libxml2/patches/0014-Fix-XPath-stack-frame-logic.patch [new file with mode: 0644]