diff options
author | tnn <tnn> | 2009-02-05 21:22:06 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-02-05 21:22:06 +0000 |
commit | 07823c93e016388e1ab0f6426e692243cafeef4e (patch) | |
tree | f7d2394ff250213a804c459fc571d859077462e6 /www | |
parent | 4d4b69b4192ed9ba3ddfe7480812998980d8757b (diff) | |
download | pkgsrc-07823c93e016388e1ab0f6426e692243cafeef4e.tar.gz |
update to firefox3-3.0.6.
Firefox 3.0.6 fixes several issues found in Firefox 3.0.5:
* Fixed several security issues.
* Fixed several stability issues.
* In previous versions of Firefox, some users experienced a problem
where parts of the screen were not properly displaying after
Firefox was open for long periods of time.
* Improved the ability for scripted commands (including those
included in popular extensions like Adblock Plus) to work properly
with plugins. (bug 438830)
* Removed the client user ID from crash reports.
* Fixed issues with the display of some Indic scripts.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/Makefile | 5 | ||||
-rw-r--r-- | www/firefox3/distinfo | 9 | ||||
-rw-r--r-- | www/firefox3/patches/patch-wf | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index c6f67a06e56..a02706f56c2 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/01/21 21:12:24 reed Exp $ +# $NetBSD: Makefile,v 1.20 2009/02/05 21:22:06 tnn Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 COMMENT= Lightweight gecko-based web browser @@ -20,8 +20,7 @@ BUILDLINK_API_DEPENDS.cairo+= cairo>=1.6.4 .include "../../www/firefox/Makefile-firefox.common" MAINTAINER= tnn@NetBSD.org -MOZ_VER= 3.0.5 -PKGREVISION= 2 +MOZ_VER= 3.0.6 XPTCFILES:= ${XPTCFILES:C,^,../../firefox3/files/,} DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR diff --git a/www/firefox3/distinfo b/www/firefox3/distinfo index 8ce630ac8a8..e04290c4b7c 100644 --- a/www/firefox3/distinfo +++ b/www/firefox3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2009/02/02 09:28:56 martin Exp $ +$NetBSD: distinfo,v 1.15 2009/02/05 21:22:06 tnn Exp $ -SHA1 (firefox-3.0.5-source.tar.bz2) = f934e073efaad3d4dde847c8491fa9529564d5d2 -RMD160 (firefox-3.0.5-source.tar.bz2) = ec6e7eab65649c5c79587a5a8ffb9b6b386b5a18 -Size (firefox-3.0.5-source.tar.bz2) = 36948252 bytes +SHA1 (firefox-3.0.6-source.tar.bz2) = e2845c07b507308664f6f39086a050b2773382fb +RMD160 (firefox-3.0.6-source.tar.bz2) = 89621d5c2e02f359a2552b714685b78cbdfbbf0e +Size (firefox-3.0.6-source.tar.bz2) = 37081721 bytes SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3 SHA1 (patch-ab) = dd388a040f99f71a79cf03a328de810e8d623374 SHA1 (patch-ac) = c814530c1a8574739b7557d007563232b6070c51 @@ -44,4 +44,3 @@ SHA1 (patch-el) = 8a1586e4ebb76f584dc7b1cbc19f0c389ea206f7 SHA1 (patch-wc) = 2de8665ed6c23c26566ca6d50165c0cf413a753d SHA1 (patch-wd) = fc5c3103ae6f2a2eccc01911a8207f3ca614008b SHA1 (patch-we) = f7fecce05454e9794ff7a4e7789031a5ef49c42d -SHA1 (patch-wf) = c5adc9d3a6b23132399c23ea130f26e7a30a259d diff --git a/www/firefox3/patches/patch-wf b/www/firefox3/patches/patch-wf deleted file mode 100644 index 2bcd914efb8..00000000000 --- a/www/firefox3/patches/patch-wf +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-wf,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $ - ---- nsprpub/pr/src/md/unix/uxrng.c.orig 2005-12-24 09:25:29.000000000 +0100 -+++ nsprpub/pr/src/md/unix/uxrng.c -@@ -149,7 +149,7 @@ static PRCallOnceType coOpenDevRandom; - - static PRStatus OpenDevRandom( void ) - { -- fdDevRandom = open( "/dev/random", O_RDONLY ); -+ fdDevRandom = open( "/dev/urandom", O_RDONLY ); - return((-1 == fdDevRandom)? PR_FAILURE : PR_SUCCESS ); - } /* end OpenDevRandom() */ - |