diff options
author | simon <simon@FreeBSD.org> | 2005-08-15 05:18:21 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-08-15 05:18:21 +0800 |
commit | f66fe686192f6d1990aa788cee61baf551e6d955 (patch) | |
tree | da7e0cf5613f2313de4bd2dcb77a9d6e688890f9 /www/awstats | |
parent | ccff3e96ed5eb376c66b882a1ecbc9a1ae64d204 (diff) | |
download | freebsd-ports-gnome-f66fe686192f6d1990aa788cee61baf551e6d955.tar.gz freebsd-ports-gnome-f66fe686192f6d1990aa788cee61baf551e6d955.tar.zst freebsd-ports-gnome-f66fe686192f6d1990aa788cee61baf551e6d955.zip |
Mark FORBIDDEN and set one month expiration, due to remote code
execution vulnerability.
Security: http://vuxml.FreeBSD.org/e86fbb5f-0d04-11da-bc08-0001020eed82.html
With hat: secteam
Approved by: portmgr (blanket, secteam)
Diffstat (limited to 'www/awstats')
-rw-r--r-- | www/awstats/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 74236b099fb2..15b01e91c877 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= webmaster@lightningfire.net COMMENT= Free real-time logfile analyzer to get advanced web statistics +FORBIDDEN= http://vuxml.FreeBSD.org/e86fbb5f-0d04-11da-bc08-0001020eed82.html +EXPIRATION_DATE=2005-09-14 + RUN_DEPENDS= ${SITE_PERL}/Net/XWhois.pm:${PORTSDIR}/net/p5-Net-XWhois NO_BUILD= yes |