[oe-commits] [openembedded-core] 06/06: openssh/systemd/python/qemu: Fix patch Upstream-Status

git at git.openembedded.org git at git.openembedded.org
Wed May 8 09:42:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5f071f918bcb56d41e187d38f34d21ee94e4efa9
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 8 10:38:23 2019 +0100

    openssh/systemd/python/qemu: Fix patch Upstream-Status
    
    Fix some missing or corrupted patch Upstream-Status values.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch     | 2 +-
 meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch          | 2 +-
 meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch           | 2 +-
 .../systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch    | 2 ++
 .../0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch     | 2 ++
 .../0013-Revert-target-arm-Use-vector-operations-for-saturati.patch     | 2 +-
 6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch b/meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch
index 2fb57da..4c9d574 100644
--- a/meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch
+++ b/meta/recipes-connectivity/openssh/openssh/0001-upstream-Have-progressmeter-force-an-update-at-the-b.patch
@@ -8,7 +8,7 @@ end of each transfer.  Fixes the problem recently introduces where very quick
 transfers do not display the progressmeter at all.  Spotted by naddy@
 
 OpenBSD-Commit-ID: 68dc46c259e8fdd4f5db3ec2a130f8e4590a7a9a
-Ustream-Status: Backport
+Upstream-Status: Backport
 Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
 ---
  progressmeter.c | 13 +++++--------
diff --git a/meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch b/meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch
index e2fc607..c5b3bae 100644
--- a/meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch
+++ b/meta/recipes-connectivity/openssh/openssh/CVE-2018-20685.patch
@@ -9,7 +9,7 @@ current directory; based on report/patch from Harry Sintonen
 OpenBSD-Commit-ID: f27651b30eaee2df49540ab68d030865c04f6de9
 
 CVE: CVE-2018-20685
-Ustream-Status: Backport
+Upstream-Status: Backport
 Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
 ---
  scp.c | 5 +++--
diff --git a/meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch b/meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch
index 80cf39b..e498da3 100644
--- a/meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch
+++ b/meta/recipes-connectivity/openssh/openssh/CVE-2019-6111.patch
@@ -18,7 +18,7 @@ has been in snaps for ~1wk courtesy deraadt@
 OpenBSD-Commit-ID: 00f44b50d2be8e321973f3c6d014260f8f7a8eda
 
 CVE: CVE-2019-6111
-Ustream-Status: Backport
+Upstream-Status: Backport
 Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
 ---
  scp.1 | 12 +++++++++++-
diff --git a/meta/recipes-core/systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch b/meta/recipes-core/systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch
index 1c6a6f5..bae9d3e 100644
--- a/meta/recipes-core/systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch
+++ b/meta/recipes-core/systemd/systemd/0025-fs-utilh-add-missing-sys-stat-include.patch
@@ -7,6 +7,8 @@ fix error:
 | error: passing argument 5 of 'chase_symlinks_and_stat' from incompatible pointer type [-Werror=incompatible-pointer-types]
 
 Signed-off-by: Andrej Valek <andrej.valek at siemens.com>
+
+Upstream-Status: Pending
 ---
  src/basic/fs-util.h | 1 +
  1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch b/meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
index 06eb2bd..a0ed7cc 100644
--- a/meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
+++ b/meta/recipes-devtools/python/python3/0001-main.c-if-OEPYTHON3HOME-is-set-use-instead-of-PYTHON.patch
@@ -10,6 +10,8 @@ PYTHONHOME. Creating another variable OEPYTHON3HOME to allow for a way
 to set a different path for python3
 
 Signed-off-by: Jaewon Lee <jaewon.lee at xilinx.com>
+
+Upstream-Status: Inappropriate [OE specific configuration]
 ---
  Modules/main.c | 17 +++++++++++++----
  1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/qemu/qemu/0013-Revert-target-arm-Use-vector-operations-for-saturati.patch b/meta/recipes-devtools/qemu/qemu/0013-Revert-target-arm-Use-vector-operations-for-saturati.patch
index c38b547..3d018a7 100644
--- a/meta/recipes-devtools/qemu/qemu/0013-Revert-target-arm-Use-vector-operations-for-saturati.patch
+++ b/meta/recipes-devtools/qemu/qemu/0013-Revert-target-arm-Use-vector-operations-for-saturati.patch
@@ -8,7 +8,7 @@ This reverts commit 89e68b575e138d0af1435f11a8ffcd8779c237bd.
 This fixes QEMU aborts when running the qemuarm machine.
 
 Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
-Upstream-status: Pending
+Upstream-Status: Pending
 ---
  target/arm/helper.h        |  33 -------
  target/arm/translate-a64.c |  36 ++++----

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list