From 6eb17214c685b699837f226ff378aae36b6b123d Mon Sep 17 00:00:00 2001 From: ohauer Date: Wed, 26 Feb 2014 21:44:42 +0000 Subject: - mark forbidden if build with Apache modules (not the default) Security: CVE-2013-4505 Security: CVE-2013-4558 Security: CVE-2014-0032 Security: 1839f78c-9f2b-11e3-980f-20cf30e32f6d --- devel/subversion16/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel') diff --git a/devel/subversion16/Makefile b/devel/subversion16/Makefile index 1b92fc744863..5d725df61baf 100644 --- a/devel/subversion16/Makefile +++ b/devel/subversion16/Makefile @@ -73,6 +73,10 @@ SUB_LIST+= SVNSERVE_BIN_EXT=".bin" SUB_LIST+= SVNSERVE_BIN_EXT="" .endif +.if ${PORT_OPTIONS:MMOD_DAV_SVN} +FORBIDDEN= Apache modules vulnerability: CVE-2013-4505 CVE-2013-4558 CVE-2014-0032 +.endif + .if ${PORT_OPTIONS:MMOD_DAV_SVN} SUB_LIST+= MOD_DAV_SVN_INSTALL="YES" PLIST_SUB+= SED=${SED} -- cgit