diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-01 19:39:17 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-03-01 19:39:17 +0000 |
commit | 609aa9c847d5c28c026d24cc240b09a32c672131 (patch) | |
tree | 68d13b3f3d1220d93365918a1beaac3d304d05e7 /www | |
parent | Add xine_dvdnav_plugin, a dvd input plugin for xine. (diff) |
Change BROKEN to FORBIDDEN due to security vulnerabilities.
Add SSL vulnerability to the list:
http://www.apache-ssl.org/advisory-20020301.txt
Notes
Notes:
svn path=/head/; revision=55384
Diffstat (limited to '')
-rw-r--r-- | www/apache13-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index 2e82625477db..b9de43c55e1b 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -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} |