diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 14:45:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-17 14:45:48 +0000 |
commit | 6b43c2600c92b0cc6f0b98992441cde71db4c065 (patch) | |
tree | e21745c432dd3ff3ab5a34918ef53c268909ecce | |
parent | Mark forbidden due to security hole reported at (diff) |
Mark forbidden due to security hole reported at http://www.mozillazine.org/talkback.html?article=2467.
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=68210
-rw-r--r-- | www/galeon/Makefile | 1 | ||||
-rw-r--r-- | www/galeon2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 58d42107e4e7..dcf94d6804f7 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} WITH_FULL_MOZILLA= "Problems with SSL, general performance, and usability" +FORBIDDEN= "Contains privacy leak documented at http://www.mozillazine.org/talkback.html?article=2467" .if defined(WITH_MOZILLA_DEVEL) HEADERS_SUFX= -devel diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 58d42107e4e7..dcf94d6804f7 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} WITH_FULL_MOZILLA= "Problems with SSL, general performance, and usability" +FORBIDDEN= "Contains privacy leak documented at http://www.mozillazine.org/talkback.html?article=2467" .if defined(WITH_MOZILLA_DEVEL) HEADERS_SUFX= -devel |