diff options
author | trevor <trevor@FreeBSD.org> | 2002-07-14 07:49:19 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-07-14 07:49:19 +0800 |
commit | f9d12a4ac14cbec8b578c481469e105c810cf3a4 (patch) | |
tree | cf9004972c6ec870b546d11b7fcc713a47445a94 /www/seamonkey/Makefile | |
parent | 0643e30cb0d10055e193e63d2a8571bb09e77b9e (diff) | |
download | freebsd-ports-gnome-f9d12a4ac14cbec8b578c481469e105c810cf3a4.tar.gz freebsd-ports-gnome-f9d12a4ac14cbec8b578c481469e105c810cf3a4.tar.zst freebsd-ports-gnome-f9d12a4ac14cbec8b578c481469e105c810cf3a4.zip |
security fix: correct bugs 115788 and 150339 (Mozilla passes
requests for huge fonts, leading to loss of X (and probably VNC)
session)
Obtained from: attachment 87432 on bugzilla.mozilla.org
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5b13a5fefa1a..1576e0ca5559 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -8,6 +8,7 @@ PORTNAME= mozilla PORTVERSION= 1.0 PORTEPOCH= 1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ http://people.FreeBSD.org/~sobomax/:local @@ -18,8 +19,6 @@ DISTFILES= ${PORTNAME}-source-${PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -FORBIDDEN= "see http://bugzilla.mozilla.org/show_bug.cgi?id=150339 " - BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit \ |