summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authorghen <ghen>2006-06-03 08:04:36 +0000
committerghen <ghen>2006-06-03 08:04:36 +0000
commit2e87934b171f2516d5364a09bf75d15650675b6c (patch)
treed2e4c044b4d82c17523f0c8cc7d7350a33f0590f /www/seamonkey
parent74b01c147bf478fcfc0281253939ac0d847426c5 (diff)
downloadpkgsrc-2e87934b171f2516d5364a09bf75d15650675b6c.tar.gz
Update www/firefox and www/firefox-gtk to 1.5.0.4, mail/thunderbird and
mail/thunderbird-gtk1 to 1.5.0.4, and www/seamonkey, www/seamonkey-gtk1 and www/seamonkey-bin to 1.0.2 (salo has already updated www/firefox-bin). Note that thunderbird skipped one release number (again) to stay on par with firefox. These updates provide: * improvements to product stability, * several important security fixes (see below). Fixed in Firefox 1.5.0.4: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-36 PLUGINSPAGE privileged JavaScript execution 2 MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in Thunderbird 1.5.0.4: MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-40 Double-free on malformed VCard MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey) Fixed in SeaMonkey 1.0.2: MFSA 2006-43 Privilege escalation using addSelectionListener MFSA 2006-42 Web site XSS using BOM on UTF-8 pages MFSA 2006-41 File stealing by changing input type (variant) MFSA 2006-40 Double-free on malformed VCard MFSA 2006-39 "View Image" local resource linking (Windows) MFSA 2006-38 Buffer overflow in crypto.signText() MFSA 2006-37 Remote compromise via content-defined setter on object prototypes MFSA 2006-35 Privilege escalation through XUL persist MFSA 2006-34 XSS viewing javascript: frames or images from context menu MFSA 2006-33 HTTP response smuggling MFSA 2006-32 Fixes for crashes with potential memory corruption MFSA 2006-31 EvalInSandbox escape (Proxy Autoconfig, Greasemonkey)
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/Makefile5
-rw-r--r--www/seamonkey/Makefile.common4
-rw-r--r--www/seamonkey/PLIST3
-rw-r--r--www/seamonkey/distinfo8
4 files changed, 9 insertions, 11 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 3143b910194..9b68be2d9fa 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2006/04/17 14:52:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/06/03 08:04:36 ghen Exp $
MOZILLA= seamonkey
MOZILLA_BIN= seamonkey-bin
-MOZ_VER= 1.0.1
-PKGREVISION= 1
+MOZ_VER= 1.0.2
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 899b4dba759..0dea7234c7e 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.2 2006/03/30 19:19:32 ghen Exp $
+# $NetBSD: Makefile.common,v 1.3 2006/06/03 08:04:36 ghen Exp $
MOZ_DIST_VER?= ${MOZ_VER}
-DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
+DISTNAME?= seamonkey-source-${MOZ_DIST_VER}
PKGNAME= ${MOZILLA}-${MOZ_VER}
MASTER_SITES= http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${MOZ_VER}/
MASTER_SITES+= ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/${MOZ_VER}/
diff --git a/www/seamonkey/PLIST b/www/seamonkey/PLIST
index 074da69be05..043ad27e09f 100644
--- a/www/seamonkey/PLIST
+++ b/www/seamonkey/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 19:15:47 ghen Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/06/03 08:04:36 ghen Exp $
bin/${MOZILLA}
@comment begin PROGRAMS
lib/${MOZILLA}/${MOZILLA_BIN}
@@ -3039,7 +3039,6 @@ include/${MOZILLA}/nss/watcomfx.h
@unexec ${RM} %D/lib/${MOZILLA}/components/compreg.dat
@unexec ${RM} %D/lib/${MOZILLA}/components/xpti.dat
@comment begin DIRS
-@dirrm public
@dirrm lib/${MOZILLA}/searchplugins
@dirrm lib/${MOZILLA}/res/throbber
@dirrm lib/${MOZILLA}/res/samples/sampleimages
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index 7d2460c2d6c..139c4524021 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2006/04/15 08:36:04 ghen Exp $
+$NetBSD: distinfo,v 1.3 2006/06/03 08:04:36 ghen Exp $
-SHA1 (seamonkey-1.0.1.source.tar.bz2) = e8673838903d50247d96ed42daf99c2adbd9f577
-RMD160 (seamonkey-1.0.1.source.tar.bz2) = 40e2fa9dbc4d4829ea61abfd3bf81da31d1af180
-Size (seamonkey-1.0.1.source.tar.bz2) = 35644457 bytes
+SHA1 (seamonkey-source-1.0.2.tar.bz2) = 966e9a57269cd54f40312e5fdaa42e9f2c3fbcea
+RMD160 (seamonkey-source-1.0.2.tar.bz2) = b6ff9bcb1289ae9190a1934dcc3f6eea3f6d716c
+Size (seamonkey-source-1.0.2.tar.bz2) = 35473635 bytes
SHA1 (patch-aa) = 2d117311991c4c71803f3c446334d7b6f1e1067a
SHA1 (patch-ab) = 1d5d19a6f87c7d76de6f787b5492d347668245b7
SHA1 (patch-ac) = 9bcc2601283b0f8e4a86fa6663127c707d299590