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-include-qemu-common.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 emulators/qemu-devel/files/patch-include-qemu-common.h (limited to 'emulators/qemu-devel/files/patch-include-qemu-common.h') diff --git a/emulators/qemu-devel/files/patch-include-qemu-common.h b/emulators/qemu-devel/files/patch-include-qemu-common.h deleted file mode 100644 index b4e30fed5815..000000000000 --- a/emulators/qemu-devel/files/patch-include-qemu-common.h +++ /dev/null @@ -1,12 +0,0 @@ ---- a/include/qemu-common.h -+++ b/include/qemu-common.h -@@ -445,7 +445,9 @@ void qemu_hexdump(const char *buf, FILE - #define ALL_EQ(v1, v2) vec_all_eq(v1, v2) - /* altivec.h may redefine the bool macro as vector type. - * Reset it to POSIX semantics. */ -+#ifndef __cplusplus - #define bool _Bool -+#endif - #elif defined __SSE2__ - #include - #define VECTYPE __m128i -- cgit v1.2.3