From ee0adc18e9750d68b4666752e8746a9a98f5d8fe Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 1 Jan 2016 17:54:08 +0000 Subject: emulators/qemu-devel: Update version 2.4.0=>2.5.0 - Remove nox@ from MASTER_SITES (R.I.P. nox) - Take MAINTAINERSHIP - Add LICENSE (GPLv2) - Convert to OPTIONSNG - Fix patch files to be 'make makepatch' compatible - Fix Multiple Security Vulnerabilities [1] PR: 203112 [1] Submitted by: venture37@geeklan.co.uk [1] Security: CVE-2015-5165 [1] CVE-2015-5745 [1] CVE-2015-5154 [1] CVE-2015-5225 [1] Differential Revision: https://reviews.freebsd.org/D3691 --- emulators/qemu-devel/files/patch-net_tap-bsd.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 emulators/qemu-devel/files/patch-net_tap-bsd.c (limited to 'emulators/qemu-devel/files/patch-net_tap-bsd.c') diff --git a/emulators/qemu-devel/files/patch-net_tap-bsd.c b/emulators/qemu-devel/files/patch-net_tap-bsd.c new file mode 100644 index 000000000000..8e027eda9e61 --- /dev/null +++ b/emulators/qemu-devel/files/patch-net_tap-bsd.c @@ -0,0 +1,10 @@ +--- net/tap-bsd.c.orig 2015-11-03 20:01:34 UTC ++++ net/tap-bsd.c +@@ -29,6 +29,7 @@ + + #if defined(__NetBSD__) || defined(__FreeBSD__) + #include ++#include + #include + #include + #endif -- cgit v1.2.3