From 6e1aaf80b0d951b48cd25cb7161ec19448295094 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 23 Jun 2017 16:44:55 +0100 Subject: meta: Fix malformed Upstream-Status tags Fix a variety of spelling and format mistakes to improve the ease of reading the tags programatically. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch | 2 +- .../recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch | 3 +-- meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'meta/recipes-core/libxml') 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. But they don't necessarily have a physical representation in a document, so simply disallow them in XPointer ranges. -Upstream-Status: Backported +Upstream-Status: Backport - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] - [https://git.gnome.org/browse/libxml2/commit/?id=3f8a91036d338e51c059d54397a42d645f019c65] 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 xpointer: Fix more NULL pointer derefs -Upstream-Status: Backported [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] -CVE: - +Upstream-Status: Backport [https://git.gnome.org/browse/libxml2/commit/?id=e905f08123e4a6e7731549e6f09dadff4cab65bd] Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach 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: - Add sanity check for empty stack. - Include comparation in changes from xmlXPathCmpNodesExt to xmlXPathCmpNodes -Upstream-Status: Backported +Upstream-Status: Backport - [https://git.gnome.org/browse/libxml2/commit/?id=c1d1f7121194036608bf555f08d3062a36fd344b] - [https://git.gnome.org/browse/libxml2/commit/?id=a005199330b86dada19d162cae15ef9bdcb6baa8] -CVE: necessary changes for fixing CVE-2016-5131 +CVE: CVE-2016-5131 Signed-off-by: Andrej Valek Signed-off-by: Pascal Bach -- cgit 1.2.3-korg