Change BROKEN to FORBIDDEN due to security vulnerabilities.
Add SSL vulnerability to the list: http://www.apache-ssl.org/advisory-20020301.txt
This commit is contained in:
parent
fc10b422eb
commit
609aa9c847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55384
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ CONFIGURE_ENV+= EXTRA_SSL_LIBS="-L${OPENSSLLIB} -L${LOCALBASE}/lib"
|
|||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 httpsdctl.8 apxs.8 httpsd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
BROKEN= contains unpatched vulnerabilities: CAN-2001-0729, 0730, 0731
|
||||
FORBIDDEN= contains unpatched vulnerabilities: CAN-2001-0729, 0730, 0731 \
|
||||
and SSL vulnerability
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/apache_${APACHE_VERSION}+ssl_${APACHE_SSL_VERSION}${EXTRACT_SUFX}
|
||||
|
|
Loading…
Reference in a new issue