svn commit: r346230 - head/devel/subversion16

Olli Hauer ohauer at FreeBSD.org
Wed Feb 26 21:44:43 UTC 2014


Author: ohauer
Date: Wed Feb 26 21:44:42 2014
New Revision: 346230
URL: http://svnweb.freebsd.org/changeset/ports/346230
QAT: https://qat.redports.org/buildarchive/r346230/

Log:
  - 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

Modified:
  head/devel/subversion16/Makefile

Modified: head/devel/subversion16/Makefile
==============================================================================
--- head/devel/subversion16/Makefile	Wed Feb 26 21:27:47 2014	(r346229)
+++ head/devel/subversion16/Makefile	Wed Feb 26 21:44:42 2014	(r346230)
@@ -74,6 +74,10 @@ 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}
 SVNGROUP?=	www


More information about the svn-ports-all mailing list