summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2007-10-19 08:59:55 +0000
committerghen <ghen@pkgsrc.org>2007-10-19 08:59:55 +0000
commit37e91daf4deca124d6a789fc0e2a1cabffcb234a (patch)
treee33dee4a2873103a2f7225ecff7adeb841a30410 /www/firefox
parent59a3cbf132908470340be259d81b58f22ff8827c (diff)
downloadpkgsrc-37e91daf4deca124d6a789fc0e2a1cabffcb234a.tar.gz
Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.8.
Security fixes in this version: MFSA 2007-36 URIs with invalid %-encoding mishandled by Windows MFSA 2007-35 XPCNativeWrapper pollution using Script object MFSA 2007-34 Possible file stealing through sftp protocol MFSA 2007-33 XUL pages can hide the window titlebar MFSA 2007-32 File input focus stealing vulnerability MFSA 2007-31 Browser digest authentication request splitting MFSA 2007-30 onUnload Tailgating MFSA 2007-29 Crashes with evidence of memory corruption (rv:1.8.1.8) For more info, see http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile-firefox.common4
-rw-r--r--www/firefox/distinfo10
-rw-r--r--www/firefox/patches/patch-ac19
3 files changed, 16 insertions, 17 deletions
diff --git a/www/firefox/Makefile-firefox.common b/www/firefox/Makefile-firefox.common
index b977249a73a..5fe6e3d5dbe 100644
--- a/www/firefox/Makefile-firefox.common
+++ b/www/firefox/Makefile-firefox.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile-firefox.common,v 1.48 2007/09/20 07:17:31 ghen Exp $
+# $NetBSD: Makefile-firefox.common,v 1.49 2007/10/19 08:59:55 ghen Exp $
MOZILLA_BIN= firefox-bin
-MOZ_VER= 2.0.0.7
+MOZ_VER= 2.0.0.8
EXTRACT_SUFX= .tar.bz2
DISTNAME= firefox-${MOZ_VER}-source
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 7f04076472e..82c71e6d5f9 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.69 2007/09/20 07:17:32 ghen Exp $
+$NetBSD: distinfo,v 1.70 2007/10/19 08:59:55 ghen Exp $
-SHA1 (firefox-2.0.0.7-source.tar.bz2) = fad5670c21bd634c93a8cfc4abcfcfeb09a6a7df
-RMD160 (firefox-2.0.0.7-source.tar.bz2) = 8fd4e43cda35b2401d6ed800305d4fc52216ea1c
-Size (firefox-2.0.0.7-source.tar.bz2) = 37394798 bytes
+SHA1 (firefox-2.0.0.8-source.tar.bz2) = 98d145e9c23d7171fc2440582f085126615f0cde
+RMD160 (firefox-2.0.0.8-source.tar.bz2) = beccaf1cb30e8f00a0f58e671c2c27490ad2001a
+Size (firefox-2.0.0.8-source.tar.bz2) = 37452335 bytes
SHA1 (patch-aa) = 5095449d4e979085fc5791b9d0251076b9c969c3
SHA1 (patch-ab) = 19069a4e572744eccb04e9906e16dad28d2dac01
-SHA1 (patch-ac) = 3f28e27c100655aca4daaca02a77a76064359e94
+SHA1 (patch-ac) = 96bee96d365d6a95d14031f4f1df9584b94d570b
SHA1 (patch-ad) = 20f2184a7e5e98b065e884c67e4c17fc52019a79
SHA1 (patch-ae) = fea251aabc772c3d4ad3044c8295af45cc9cab2d
SHA1 (patch-af) = 01e10664fbf20dffa53ecb94be24a421c39b838b
diff --git a/www/firefox/patches/patch-ac b/www/firefox/patches/patch-ac
index d2925ff6270..cf5ae496ef6 100644
--- a/www/firefox/patches/patch-ac
+++ b/www/firefox/patches/patch-ac
@@ -1,9 +1,8 @@
-$NetBSD: patch-ac,v 1.9 2007/05/12 13:53:07 ghen Exp $
+$NetBSD: patch-ac,v 1.10 2007/10/19 08:59:55 ghen Exp $
-diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/reflect/xptcall/src/md/unix/Makefile.in
---- ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in 2005-06-15 17:32:21.000000000 +0900
-+++ ./xpcom/reflect/xptcall/src/md/unix/Makefile.in 2005-12-04 19:03:04.000000000 +0900
-@@ -61,10 +61,13 @@
+--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2007-10-03 14:54:53.000000000 +0200
++++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
+@@ -62,10 +62,13 @@ include $(topsrcdir)/config/config.mk
#
# Lots of Unixish x86 flavors
#
@@ -17,8 +16,8 @@ diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/
+endif
endif
#
- # New code for Linux, et. al., with gcc
-@@ -157,7 +160,7 @@
+ # OpenBSD/amd64
+@@ -170,7 +173,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -27,7 +26,7 @@ diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -191,7 +194,7 @@
+@@ -214,7 +217,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -36,7 +35,7 @@ diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -274,6 +277,7 @@
+@@ -297,6 +300,7 @@ endif
ifneq (,$(filter NetBSDmacppc NetBSDbebox NetBSDofppc NetBSDprep NetBSDamigappc,$(OS_ARCH)$(OS_TEST)))
CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
@@ -44,7 +43,7 @@ diff -ruN ../Orig/mozilla/xpcom/reflect/xptcall/src/md/unix/Makefile.in ./xpcom/
endif
#
-@@ -322,6 +326,13 @@
+@@ -353,6 +357,13 @@ ifeq ($(OS_ARCH)$(OS_TEST),NetBSDsparc)
CPPSRCS := xptcinvoke_sparc_netbsd.cpp xptcstubs_sparc_netbsd.cpp
ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s
endif