diff options
author | royger <royger@FreeBSD.org> | 2017-04-04 13:32:53 +0000 |
---|---|---|
committer | royger <royger@FreeBSD.org> | 2017-04-04 13:32:53 +0000 |
commit | ed869513a51c6342d08f761aa695460060be29c2 (patch) | |
tree | 1e6f183d2b993573bba412b0a209547284f71d86 /emulators/xen-kernel/Makefile | |
parent | 7d6a1bbeedd49cf03b15c55773ffaa928c8e3fbf (diff) | |
download | FreeBSD-ports-ed869513a51c6342d08f761aa695460060be29c2.zip FreeBSD-ports-ed869513a51c6342d08f761aa695460060be29c2.tar.gz |
xen: apply XSA-212
And do some portlint fixing (thanks to Li-Wen Hsu).
Approved by: lwshu
Sponsored by: Citrix Systems R&D
MFH: 2017Q1
Diffstat (limited to 'emulators/xen-kernel/Makefile')
-rw-r--r-- | emulators/xen-kernel/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/xen-kernel/Makefile b/emulators/xen-kernel/Makefile index 88e0d81..56c7883 100644 --- a/emulators/xen-kernel/Makefile +++ b/emulators/xen-kernel/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= xen -PKGNAMESUFFIX= -kernel PORTVERSION= 4.7.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ +PKGNAMESUFFIX= -kernel MAINTAINER= royger@FreeBSD.org COMMENT= Hypervisor using a microkernel design @@ -41,16 +41,17 @@ EXTRA_PATCHES= ${FILESDIR}/0001-xen-logdirty-prevent-preemption-if-finished.patc ${FILESDIR}/0002-xen-rework-paging_log_dirty_op-to-work-with-hvm-gues.patch:-p1 \ ${FILESDIR}/kconf_arch.patch:-p1 \ ${FILESDIR}/0001-x86-drop-unneeded-__packed-attributes.patch:-p1 \ - ${FILESDIR}/0002-build-clang-fix-XSM-dummy-policy-when-using-clang-4..patch:-p1 + ${FILESDIR}/0002-build-clang-fix-XSM-dummy-policy-when-using-clang-4..patch:-p1 \ + ${FILESDIR}/xsa212.patch:-p1 .include <bsd.port.options.mk> .if ${OPSYS} != FreeBSD -IGNORE= Only supported on FreeBSD +IGNORE= only supported on FreeBSD .endif .if ${OSVERSION} < 1100055 -IGNORE= Only supported on recent FreeBSD 11 +IGNORE= only supported on recent FreeBSD 11 .endif pre-build: |