1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- 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
This commit is contained in:
Olli Hauer 2014-02-26 21:44:42 +00:00
parent 74902c701a
commit 5a47abc0c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346230

View File

@ -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}