diff options
author | Ross Burton <ross.burton@intel.com> | 2017-06-23 16:44:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | 81f9abc256272e0c9b0f993f7a57e2175c692684 (patch) | |
tree | 97f10ed71f9791a2dbd44ec086896e7de5e111a3 /meta/recipes-core/libxml | |
parent | b8358bc61435ec996ecd6931fb6d6d41bb4f710b (diff) | |
download | poky-81f9abc256272e0c9b0f993f7a57e2175c692684.tar.gz |
meta: Fix malformed Upstream-Status tags
Fix a variety of spelling and format mistakes to improve the ease of reading the
tags programatically.
(From OE-Core rev: 6e1aaf80b0d951b48cd25cb7161ec19448295094)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml')
3 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch index 5412e8c02a..bb55eed171 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch | |||
@@ -8,7 +8,7 @@ Namespace nodes must be copied to avoid use-after-free errors. | |||
8 | But they don't necessarily have a physical representation in a | 8 | But they don't necessarily have a physical representation in a |
9 | document, so simply disallow them in XPointer ranges. | 9 | document, so simply disallow them in XPointer ranges. |
10 | 10 | ||
11 | Upstream-Status: Backported | 11 | Upstream-Status: Backport |
12 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] | 12 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] |
13 | - [https://git.gnome.org/browse/libxml2/commit/?id=3f8a91036d338e51c059d54397a42d645f019c65] | 13 | - [https://git.gnome.org/browse/libxml2/commit/?id=3f8a91036d338e51c059d54397a42d645f019c65] |
14 | CVE: CVE-2016-4658 | 14 | CVE: CVE-2016-4658 |
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch b/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch index 83552ca3ec..c60e32f656 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch | |||
@@ -2,8 +2,7 @@ libxml2-2.9.4: Fix more NULL pointer derefs | |||
2 | 2 | ||
3 | xpointer: Fix more NULL pointer derefs | 3 | xpointer: Fix more NULL pointer derefs |
4 | 4 | ||
5 | Upstream-Status: Backported [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] | 5 | Upstream-Status: Backport [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] |
6 | CVE: - | ||
7 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 6 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
8 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> | 7 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> |
9 | 8 | ||
diff --git a/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch b/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch index 11718bb2bd..65f6bef1e6 100644 --- a/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch +++ b/meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch | |||
@@ -5,10 +5,10 @@ xpath: | |||
5 | - Add sanity check for empty stack. | 5 | - Add sanity check for empty stack. |
6 | - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes | 6 | - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes |
7 | 7 | ||
8 | Upstream-Status: Backported | 8 | Upstream-Status: Backport |
9 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] | 9 | - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] |
10 | - [https://git.gnome.org/browse/libxml2/commit/?id=a005199330b86dada19d162cae15ef9bdcb6baa8] | 10 | - [https://git.gnome.org/browse/libxml2/commit/?id=a005199330b86dada19d162cae15ef9bdcb6baa8] |
11 | CVE: necessary changes for fixing CVE-2016-5131 | 11 | CVE: CVE-2016-5131 |
12 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 12 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
13 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> | 13 | Signed-off-by: Pascal Bach <pascal.bach@siemens.com> |
14 | 14 | ||