diff options
author | mezz <mezz@FreeBSD.org> | 2008-02-28 14:33:29 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-02-28 14:33:29 +0800 |
commit | a5fe7005895cf34d17abb1faec7b414025732789 (patch) | |
tree | 0adad81fa028dd0c37eae09ec0871832055494ce /www | |
parent | 3095f8f2df16bc54bdc36c1ced26bdf9c1554222 (diff) | |
download | freebsd-ports-gnome-a5fe7005895cf34d17abb1faec7b414025732789.tar.gz freebsd-ports-gnome-a5fe7005895cf34d17abb1faec7b414025732789.tar.zst freebsd-ports-gnome-a5fe7005895cf34d17abb1faec7b414025732789.zip |
- Update to 1.1.8. [1]
- Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
applications in the runtime. Some applications required to have set
MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
it's no longer need to set these variables, which this flag takes care of it.
The MOZILLA_FIVE_HOME still works with this flag if someone need to use
different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
and other packages. Have been tested in MC CVS since Dec.
PR: ports/120962 [1]
Reminded by: Jordan Gordeev <jgordeev@dir.bg> [1]
Security: - MFSA 2007-08 onUnload + document.write() memory corruption
- MFSA 2007-07 Embedded nulls in location.hostname confuse
same-domain checks
- MFSA 2007-06 Mozilla Network Security Services (NSS) SSLv2
buffer overflow
- MFSA 2007-05 XSS and local file access by opening blocked
popups
- MFSA 2007-04 Spoofing using custom cursor and CSS3 hotspot
- MFSA 2007-03 Information disclosure through cache collisions
- MFSA 2007-02 Improvements to help protect against Cross-Site
Scripting attacks
- MFSA 2007-01 Crashes with evidence of memory corruption
(rv:1.8.0.10/1.8.1.2)
Diffstat (limited to 'www')
-rw-r--r-- | www/seamonkey/Makefile | 12 | ||||
-rw-r--r-- | www/seamonkey/distinfo | 6 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 12 | ||||
-rw-r--r-- | www/seamonkey2/distinfo | 6 |
4 files changed, 20 insertions, 16 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f2bf8cec6b05..2296f7fee2b2 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,12 +3,12 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.46 2007/02/06 00:05:55 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.48 2007/12/28 17:39:30 mezz Exp $ # PORTNAME= seamonkey -DISTVERSION= 1.1.7 -PORTREVISION?= 1 +DISTVERSION= 1.1.8 +PORTREVISION?= 0 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} @@ -30,11 +30,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cairo" CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MOZ_EXTENSIONS= default -MOZ_OPTIONS+= --enable-svg \ +MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ + --enable-svg \ --enable-application=suite \ --enable-svg-renderer=cairo \ --enable-system-cairo \ - --enable-canvas + --enable-canvas \ + --with-system-nss MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=suite NOT_FOR_ARCHS= ia64 diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo index fe0f87908b2d..179d7559a02f 100644 --- a/www/seamonkey/distinfo +++ b/www/seamonkey/distinfo @@ -1,3 +1,3 @@ -MD5 (seamonkey-1.1.7.source.tar.bz2) = 6642c1c9f635068b7537e7d967cac04e -SHA256 (seamonkey-1.1.7.source.tar.bz2) = b2b4dfb08c05f94143fccbac7c0623cd1325961374ac88e31d013478d40e1493 -SIZE (seamonkey-1.1.7.source.tar.bz2) = 35383291 +MD5 (seamonkey-1.1.8.source.tar.bz2) = d91320fcd6a6aa48cc7c4d5ae596b09e +SHA256 (seamonkey-1.1.8.source.tar.bz2) = f7eceb32d98315a13534cbdfdf24d3cab82b05bdcf63040bd00c51560a2c8751 +SIZE (seamonkey-1.1.8.source.tar.bz2) = 35335791 diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index f2bf8cec6b05..2296f7fee2b2 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -3,12 +3,12 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.46 2007/02/06 00:05:55 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.48 2007/12/28 17:39:30 mezz Exp $ # PORTNAME= seamonkey -DISTVERSION= 1.1.7 -PORTREVISION?= 1 +DISTVERSION= 1.1.8 +PORTREVISION?= 0 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION} @@ -30,11 +30,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/cairo" CONFIGURE_ENV= LOCALBASE=${LOCALBASE} MOZ_EXTENSIONS= default -MOZ_OPTIONS+= --enable-svg \ +MOZ_OPTIONS+= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ + --enable-svg \ --enable-application=suite \ --enable-svg-renderer=cairo \ --enable-system-cairo \ - --enable-canvas + --enable-canvas \ + --with-system-nss MOZ_MK_OPTIONS+= MOZ_CO_PROJECT=suite NOT_FOR_ARCHS= ia64 diff --git a/www/seamonkey2/distinfo b/www/seamonkey2/distinfo index fe0f87908b2d..179d7559a02f 100644 --- a/www/seamonkey2/distinfo +++ b/www/seamonkey2/distinfo @@ -1,3 +1,3 @@ -MD5 (seamonkey-1.1.7.source.tar.bz2) = 6642c1c9f635068b7537e7d967cac04e -SHA256 (seamonkey-1.1.7.source.tar.bz2) = b2b4dfb08c05f94143fccbac7c0623cd1325961374ac88e31d013478d40e1493 -SIZE (seamonkey-1.1.7.source.tar.bz2) = 35383291 +MD5 (seamonkey-1.1.8.source.tar.bz2) = d91320fcd6a6aa48cc7c4d5ae596b09e +SHA256 (seamonkey-1.1.8.source.tar.bz2) = f7eceb32d98315a13534cbdfdf24d3cab82b05bdcf63040bd00c51560a2c8751 +SIZE (seamonkey-1.1.8.source.tar.bz2) = 35335791 |