summaryrefslogtreecommitdiff
path: root/www/firefox
diff options
context:
space:
mode:
authortnn <tnn>2009-09-10 00:03:37 +0000
committertnn <tnn>2009-09-10 00:03:37 +0000
commit97c7f92365eec4dab2b3a7e7d08b6a7e156f61bd (patch)
treec8f135901a8173bc71a63990b76d844abbb177d0 /www/firefox
parentc91805d4d4e25ab3e7a5789f826c3a8c4e2997f3 (diff)
downloadpkgsrc-97c7f92365eec4dab2b3a7e7d08b6a7e156f61bd.tar.gz
Update to firefox-3.5.3. Bugfix and security release.
MFSA 2009-51 Chrome privilege escalation with FeedWriter MFSA 2009-50 Location bar spoofing via tall line-height Unicode characters MFSA 2009-49 TreeColumns dangling pointer vulnerability MFSA 2009-47 Crashes with evidence of memory corruption (rv:1.9.1.3/1.9.0.14)
Diffstat (limited to 'www/firefox')
-rw-r--r--www/firefox/Makefile7
-rw-r--r--www/firefox/distinfo10
-rw-r--r--www/firefox/patches/patch-ap8
3 files changed, 12 insertions, 13 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index 6a962125f21..3530466020c 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.54 2009/08/29 10:34:37 tnn Exp $
+# $NetBSD: Makefile,v 1.55 2009/09/10 00:03:37 tnn Exp $
#
-DISTNAME= firefox-${FIREFOX_VER}-source
+DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${FIREFOX_VER}
-FIREFOX_VER= 3.5.2
-PKGREVISION= 2
+FIREFOX_VER= 3.5.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/www/firefox/distinfo b/www/firefox/distinfo
index 5f5f5251121..c1117e6a4b7 100644
--- a/www/firefox/distinfo
+++ b/www/firefox/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.93 2009/09/01 20:36:19 martin Exp $
+$NetBSD: distinfo,v 1.94 2009/09/10 00:03:37 tnn Exp $
-SHA1 (firefox-3.5.2-source.tar.bz2) = 6439923ff9d316297926ebe193bac3ac1a41b494
-RMD160 (firefox-3.5.2-source.tar.bz2) = d5e0b5f0e8b19b216394584ccabf37d776b89a39
-Size (firefox-3.5.2-source.tar.bz2) = 46787928 bytes
+SHA1 (firefox-3.5.3.source.tar.bz2) = 83b2625eb74e81b473ac40ac52505e5fc9a497eb
+RMD160 (firefox-3.5.3.source.tar.bz2) = c2487c90b4a9490840817c7b00dcccd68a0c4422
+Size (firefox-3.5.3.source.tar.bz2) = 46766383 bytes
SHA1 (patch-aa) = 46406d9856e0ff1202300e8e76b15e244f652821
SHA1 (patch-ab) = 5331bae45501013d3ca13d161226e311bc10aafe
SHA1 (patch-ac) = 565d958699e19092bd139f6fbf2505e55b857560
@@ -18,7 +18,7 @@ SHA1 (patch-al) = ca1a1fb5f875ab9c84c0afea5d913172a6f7ab57
SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
SHA1 (patch-ao) = af027520b0277838a5a5f4ad33e14174e6e8bc0c
-SHA1 (patch-ap) = ec834a5d8c4cf5bf8fb5b8fc2b75cc4ba34f4b56
+SHA1 (patch-ap) = 2044c8f0b293984755864b2ca5d45e4bb0407646
SHA1 (patch-aq) = ee2f7917fbf102ce6d20f1467702815b062f82e7
SHA1 (patch-ar) = bfeaa055b7192e5874427615424496b41410f24b
SHA1 (patch-as) = aa83f9b834d796982a2b580ed908e188a28c6a41
diff --git a/www/firefox/patches/patch-ap b/www/firefox/patches/patch-ap
index 5d615e9ac7c..4f3f01b040d 100644
--- a/www/firefox/patches/patch-ap
+++ b/www/firefox/patches/patch-ap
@@ -1,13 +1,13 @@
-$NetBSD: patch-ap,v 1.11 2009/08/05 02:43:47 tnn Exp $
+$NetBSD: patch-ap,v 1.12 2009/09/10 00:03:37 tnn Exp $
---- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-06-29 18:15:03.000000000 +0200
+--- media/liboggz/include/oggz/oggz_off_t_generated.h.orig 2009-08-24 17:52:50.000000000 +0200
+++ media/liboggz/include/oggz/oggz_off_t_generated.h
@@ -59,7 +59,7 @@
#include <sys/types.h>
--#if defined(__APPLE__) || defined(SOLARIS)
-+#if defined(__APPLE__) || defined(SOLARIS) || defined(__NetBSD__) || defined(__DragonFly__)
+-#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2)
++#if defined(__APPLE__) || defined(SOLARIS) || defined(OS2) || defined(__NetBSD__) || defined(__DragonFly__)
typedef off_t oggz_off_t;
#else
typedef loff_t oggz_off_t;