]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: Fix malformed Upstream-Status tags
authorRoss Burton <ross.burton@intel.com>
Fri, 23 Jun 2017 15:44:55 +0000 (16:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Jun 2017 09:38:34 +0000 (10:38 +0100)
Fix a variety of spelling and format mistakes to improve the ease of reading the
tags programatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 files changed:
meta/recipes-connectivity/openssh/openssh/fix-potential-signed-overflow-in-pointer-arithmatic.patch
meta/recipes-core/glibc/glibc/0027-locale-fix-hard-coded-reference-to-gcc-E.patch
meta/recipes-core/libxml/libxml2/libxml2-CVE-2016-4658.patch
meta/recipes-core/libxml/libxml2/libxml2-fix_NULL_pointer_derefs.patch
meta/recipes-core/libxml/libxml2/libxml2-fix_node_comparison.patch
meta/recipes-devtools/apt/apt/0001-apt-1.2.12-Fix-musl-build.patch
meta/recipes-devtools/gcc/gcc-6.3/0047-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch
meta/recipes-devtools/perl/perl/0001-Configure-Remove-fstack-protector-strong-for-native-.patch
meta/recipes-extended/acpica/acpitests/aapits-linux.patch
meta/recipes-extended/acpica/acpitests/aapits-makefile.patch
meta/recipes-kernel/lttng/lttng-modules/Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch
meta/recipes-support/boost/boost/0001-correct-error-which-appeared-when-compiling-non-c-co.patch
meta/recipes-support/rng-tools/rng-tools/rng-tools-5-fix-textrels-on-PIC-x86.patch

index df64a140d32caec3c659f26368c4450309a25e69..7e043a2db1963cfd2df8b33e0474ec94f8924810 100644 (file)
@@ -8,7 +8,7 @@ type, so that 's - src' in strlcpy and others may trigger signed overflow.
 In case of compilation by gcc or clang with -ftrapv option, the overflow
 would lead to program abort.
 
-Upstream-status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608]
+Upstream-Status: Submitted [http://bugzilla.mindrot.org/show_bug.cgi?id=2608]
 
 Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
 ---
index 71c0bdcaea52de89d91b62d8a9e528d7d22f91d8..bce90557cfbc84fd6c769d5e4e9b37a6193f7279 100644 (file)
@@ -17,7 +17,7 @@ environment.
 This patch replaces the hard-coded reference to the gcc binary with the proper
 environment variable, thus allowing a user to override it.
 
-Upstream-Status : Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html]
+Upstream-Status: Submitted [https://sourceware.org/ml/libc-alpha/2016-08/msg00746.html]
 ---
  locale/gen-translit.pl | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
index 5412e8c02ab3a119dbab3c5d7ee64cbd46fb658d..bb55eed171fde07a44e6dd51ac63a2db49e265b8 100644 (file)
@@ -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
index 83552ca3ecfdcaf6fe3dcfd68fdd090d80d448a2..c60e32f656151ae69cc9c014ba03527d225bbade 100644 (file)
@@ -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 <andrej.valek@siemens.com>
 Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
 
index 11718bb2bdfd38dd4c5572fa971a8bd481ea2e8b..65f6bef1e69f6030c96108637694ef0321b80987 100644 (file)
@@ -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 <andrej.valek@siemens.com>
 Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
 
index 04b0406583b539af344a01f53e7d0a6dbd06ac71..f7ac19bfd082759ef86908374eb21b09ec4f5a80 100644 (file)
@@ -11,7 +11,7 @@ header so define it manually.
 apt-pkg/contrib/srvrec.h: Add explicity include of sys/types.h
 to avoid errors in types u_int_SIZE.
 
-Upstream-status: Pending
+Upstream-Status: Pending
 
 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
 ---
index ed6cd6905c55deb6370bdc1f020589c705ce4b95..6b5da0254ef50a558c0df0b3219df1d2e67529e6 100644 (file)
@@ -31,7 +31,7 @@ gcc/Changelog:
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
-Upstream-Status: Rejected
+Upstream-Status: Denied
 
  gcc/config/i386/i386.c       | 4 ++--
  libgcc/config/i386/cpuinfo.c | 6 +++---
index 7391ac58372a0ea40931b2da5091104d4a766ac7..14a05d291b6b04fbf214d7a305d081d3c40a37d4 100644 (file)
@@ -10,7 +10,7 @@ be removed when all supported distros comes with GCC>=4.9.
 
 [YOCTO #10338]
 
-Upstream-status: Inappropriate [configuration]
+Upstream-Status: Inappropriate [configuration]
 
 [1] http://errors.yoctoproject.org/Errors/Details/109589/
 
index 7c5d6b0443128de361cc09a25f46bba7b2bfa74b..5601046660818b887d1c6ebe12c7595a835a28da 100644 (file)
@@ -3,7 +3,7 @@ Date: Mon, 7 Apr 2014 19:09:37 +0000
 Subject: [PATCH 1/2] Fixup aapits build
 
 From http://git.linaro.org/people/al.stone/acpica-tools.git
-Upstream-status: Unknown
+Upstream-Status: Pending
 
 diff -urN acpica-unix2-20130626/tests/aapits/atexec.c acpica-unix2-20130626-aapits/tests/aapits/atexec.c
 --- acpica-unix2-20130626/tests/aapits/atexec.c        2013-01-17 12:48:28.000000000 -0700
index 4d9e9974ddd5744af0f78c7d3b31f7162862be1a..f9d9deabf3cc167ce5a9e3cf2c85f85089d04ff6 100644 (file)
@@ -3,7 +3,7 @@ Date: Mon, 7 Apr 2014 19:09:37 +0000
 Subject: [PATCH 1/2] Fixup aapits build
 
 From http://git.linaro.org/people/al.stone/acpica-tools.git
-Upstream-status: Unknown
+Upstream-Status: Pending
 
 diff -urN acpica-unix2-20140325/tests/aapits/Makefile acpica-unix2-20140325/tests/aapits/Makefile
 --- acpica-unix2-20140325/tests/aapits/Makefile        2014-04-05 14:23:14.683636794 -0600
index 6a91f3258b4713a51051f2c8da4841c9eada88e6..e41124227201a9d7bb53cd6a7a5ef6aa733328e2 100644 (file)
@@ -10,7 +10,7 @@ however, not every kernel has the CONFIG_TRACEPOINTS feature enabled.
 This change makes the build do not fail when CONFIG_TRACEPOINTS is not
 available, allowing it to be kept being pulled by default.
 
-Upstream-Status: Inapropriate [embedded specific]
+Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
 ---
index 2598d2b1752af63c201955f62b8adf6fd9a496e5..f96005ebc7581b8f4c824fd69d9b892953655d89 100644 (file)
@@ -4,7 +4,7 @@ Date: Wed, 1 Feb 2017 16:43:59 -0800
 Subject: [PATCH] correct error which appeared when compiling non c++ compliant
  code for arrays
 
-Upstream-Status: Backported [expected to be released in v1.65]
+Upstream-Status: Backport [expected to be released in v1.65]
 
 ---
  boost/serialization/array.hpp | 2 ++
index 90c9d8c515f9f43cb6841c0ab80541de46fa0ed8..93a5864a494728205547a78fa3be87a65d122660 100644 (file)
@@ -13,7 +13,6 @@ original file as long as the author and the tester are credited.
 
 Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=469962
 Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=518210
-Upstream-status: Not sent yet
 Signed-off-by: Francisco Blas Izquierdo Riera (klondike) <klondike@gentoo.org>
 Reported-by: cilly <cilly@cilly.mine.nu>
 Reported-by: Manuel Rüger <mrueg@gentoo.org>