diff options
author | roam <roam@FreeBSD.org> | 2003-01-22 15:21:43 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-01-22 15:21:43 +0800 |
commit | a7c568ae7cdf30e4d7e9a99fd7509b37a64e53c1 (patch) | |
tree | 56df24a957a1e73d75b6433976773feba5dd1baf /www | |
parent | fd01d830d7970d1532463ed1f4e634ce9ec13e16 (diff) | |
download | freebsd-ports-gnome-a7c568ae7cdf30e4d7e9a99fd7509b37a64e53c1.tar.gz freebsd-ports-gnome-a7c568ae7cdf30e4d7e9a99fd7509b37a64e53c1.tar.zst freebsd-ports-gnome-a7c568ae7cdf30e4d7e9a99fd7509b37a64e53c1.zip |
Mark FORBIDDEN due to multiple vulnerabilities reported on Bugtraq.
Update MASTER_SITES and the pkg-descr WWW: seems cgihtml has found a new home.
Diffstat (limited to 'www')
-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/ |