diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-01-22 07:21:43 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-01-22 07:21:43 +0000 |
commit | 1e0b59eff50edd4e3905b9b30203cc50f0171190 (patch) | |
tree | e98429aa1fcb1ceeb03f95feb7b3418f2d61505c /www/cgihtml | |
parent | upgrade to 5.3 (diff) |
Mark FORBIDDEN due to multiple vulnerabilities reported on Bugtraq.
Update MASTER_SITES and the pkg-descr WWW: seems cgihtml has found a new home.
Notes
Notes:
svn path=/head/; revision=73767
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 6 | ||||
-rw-r--r-- | www/cgihtml/pkg-descr | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 50b48632e0a8..48a1be9da4ba 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -9,7 +9,11 @@ PORTNAME= cgihtml PORTVERSION= 1.69 PORTREVISION= 1 CATEGORIES= www devel -MASTER_SITES= ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ +MASTER_SITES= http://www.eekim.com/software/cgihtml/cgihtml.tar.gz \ + ftp://www.eekim.com/pub/users/eekim/cgihtml/ \ + ftp://hcs.harvard.edu/pub/web/tools/cgihtml/ + +FORBIDDEN= Multiple vulnerabilities, see http://online.securityfocus.com/archive/1/305469 MAINTAINER= roam@FreeBSD.org diff --git a/www/cgihtml/pkg-descr b/www/cgihtml/pkg-descr index ca8fee964aa5..4c6eeea97870 100644 --- a/www/cgihtml/pkg-descr +++ b/www/cgihtml/pkg-descr @@ -2,3 +2,5 @@ Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few. + +WWW: http://www.eekim.com/software/cgihtml/ |