mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
openssh/systemd/python/qemu: Fix patch Upstream-Status
Fix some missing or corrupted patch Upstream-Status values. (From OE-Core rev: 07bc5a5367e0dec45253fd849e0157094152fd31) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0f2270cd40
commit
ed5198463f
|
@ -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@
|
transfers do not display the progressmeter at all. Spotted by naddy@
|
||||||
|
|
||||||
OpenBSD-Commit-ID: 68dc46c259e8fdd4f5db3ec2a130f8e4590a7a9a
|
OpenBSD-Commit-ID: 68dc46c259e8fdd4f5db3ec2a130f8e4590a7a9a
|
||||||
Ustream-Status: Backport
|
Upstream-Status: Backport
|
||||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
||||||
---
|
---
|
||||||
progressmeter.c | 13 +++++--------
|
progressmeter.c | 13 +++++--------
|
||||||
|
|
|
@ -9,7 +9,7 @@ current directory; based on report/patch from Harry Sintonen
|
||||||
OpenBSD-Commit-ID: f27651b30eaee2df49540ab68d030865c04f6de9
|
OpenBSD-Commit-ID: f27651b30eaee2df49540ab68d030865c04f6de9
|
||||||
|
|
||||||
CVE: CVE-2018-20685
|
CVE: CVE-2018-20685
|
||||||
Ustream-Status: Backport
|
Upstream-Status: Backport
|
||||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
||||||
---
|
---
|
||||||
scp.c | 5 +++--
|
scp.c | 5 +++--
|
||||||
|
|
|
@ -18,7 +18,7 @@ has been in snaps for ~1wk courtesy deraadt@
|
||||||
OpenBSD-Commit-ID: 00f44b50d2be8e321973f3c6d014260f8f7a8eda
|
OpenBSD-Commit-ID: 00f44b50d2be8e321973f3c6d014260f8f7a8eda
|
||||||
|
|
||||||
CVE: CVE-2019-6111
|
CVE: CVE-2019-6111
|
||||||
Ustream-Status: Backport
|
Upstream-Status: Backport
|
||||||
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
||||||
---
|
---
|
||||||
scp.1 | 12 +++++++++++-
|
scp.1 | 12 +++++++++++-
|
||||||
|
|
|
@ -7,6 +7,8 @@ fix error:
|
||||||
| error: passing argument 5 of 'chase_symlinks_and_stat' from incompatible pointer type [-Werror=incompatible-pointer-types]
|
| error: passing argument 5 of 'chase_symlinks_and_stat' from incompatible pointer type [-Werror=incompatible-pointer-types]
|
||||||
|
|
||||||
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
|
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
|
||||||
|
|
||||||
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
src/basic/fs-util.h | 1 +
|
src/basic/fs-util.h | 1 +
|
||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
|
@ -10,6 +10,8 @@ PYTHONHOME. Creating another variable OEPYTHON3HOME to allow for a way
|
||||||
to set a different path for python3
|
to set a different path for python3
|
||||||
|
|
||||||
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
|
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [OE specific configuration]
|
||||||
---
|
---
|
||||||
Modules/main.c | 17 +++++++++++++----
|
Modules/main.c | 17 +++++++++++++----
|
||||||
1 file changed, 13 insertions(+), 4 deletions(-)
|
1 file changed, 13 insertions(+), 4 deletions(-)
|
||||||
|
|
|
@ -8,7 +8,7 @@ This reverts commit 89e68b575e138d0af1435f11a8ffcd8779c237bd.
|
||||||
This fixes QEMU aborts when running the qemuarm machine.
|
This fixes QEMU aborts when running the qemuarm machine.
|
||||||
|
|
||||||
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
|
||||||
Upstream-status: Pending
|
Upstream-Status: Pending
|
||||||
---
|
---
|
||||||
target/arm/helper.h | 33 -------
|
target/arm/helper.h | 33 -------
|
||||||
target/arm/translate-a64.c | 36 ++++----
|
target/arm/translate-a64.c | 36 ++++----
|
||||||
|
|
Loading…
Reference in New Issue
Block a user