diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-05-23 07:17:49 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-05-23 07:17:49 +0000 |
commit | 332250da806a40a3c788cfde0f97e4df41169a61 (patch) | |
tree | 7a8a5e816c8c109493eeae59369a23a76ad397d8 | |
parent | 7dee82ed4ab95e9ed0f8d55d87dd7d22470ea868 (diff) | |
download | ports-332250da806a40a3c788cfde0f97e4df41169a61.tar.gz ports-332250da806a40a3c788cfde0f97e4df41169a61.zip |
Mark FORBBIDEN due to remote code execution vulnerability.
Security: http://www.rtr.com/fpsupport/fp2002sr1_download.htm
Reported by: Jaroslav Kadubec
With hat: secteam
Notes
Notes:
svn path=/head/; revision=163155
-rw-r--r-- | www/mod_frontpage2-rtr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_frontpage2-rtr/Makefile b/www/mod_frontpage2-rtr/Makefile index 1bac9cfb7c33..8e61cbdf119c 100644 --- a/www/mod_frontpage2-rtr/Makefile +++ b/www/mod_frontpage2-rtr/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${FRONTPAGE} MAINTAINER= swhetzel@gmail.com COMMENT= Microsoft mod_frontpage (by RTR) for Apache ${FP_AP_VER} +FORBIDDEN= Remote code execution vulnerability + RUN_DEPENDS= ${LOCALBASE}/${FP_SETPERM}:${PORTSDIR}/www/frontpage DIST_SUBDIR= fp${PORTVERSION:S/.//g} |