diff options
author | Max Rees <maxcrees@me.com> | 2020-03-24 17:26:38 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-03-24 17:26:38 -0500 |
commit | ffd6e687a5d0029a192bf16b220ccbfbb21bdd81 (patch) | |
tree | 32bdcf4f8e9d2cf14c865ac27df6ab028e420871 /user/qemu/fix-sockios-header.patch | |
parent | 20f2af5a8c48426fd0ee30b6865942256a072274 (diff) | |
download | packages-ffd6e687a5d0029a192bf16b220ccbfbb21bdd81.tar.gz packages-ffd6e687a5d0029a192bf16b220ccbfbb21bdd81.tar.bz2 packages-ffd6e687a5d0029a192bf16b220ccbfbb21bdd81.tar.xz packages-ffd6e687a5d0029a192bf16b220ccbfbb21bdd81.zip |
user/qemu: [CVE] bump to 4.2.0 (#121)
* SSH block device support is dropped until we ship libssh (upstream
switched away from libssh2)
* system-ppcemb target dropped upstream
* Switched to user/libslirp (4.2.0) instead of vendored copy (4.1.0)
which fixes several CVEs (included in these secfixes for this time
only; future secfixes for libslirp should be in user/libslirp with a
rebuild of qemu for the statically linked bits).
Diffstat (limited to 'user/qemu/fix-sockios-header.patch')
-rw-r--r-- | user/qemu/fix-sockios-header.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/user/qemu/fix-sockios-header.patch b/user/qemu/fix-sockios-header.patch deleted file mode 100644 index 1f3cd767c..000000000 --- a/user/qemu/fix-sockios-header.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/linux-user/syscall.c b/linux-user/syscall.c -index 43d0562..afa0ac4 100644 ---- a/linux-user/syscall.c -+++ b/linux-user/syscall.c -@@ -59,6 +59,7 @@ int __clone2(int (*fn)(void *), void *child_stack_base, - #include <linux/icmp.h> - #include <linux/icmpv6.h> - #include <linux/errqueue.h> -+#include <linux/sockios.h> - #include <linux/random.h> - #include "qemu-common.h" - #ifdef CONFIG_TIMERFD - #include <sys/timerfd.h> |