summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron>2009-02-06 14:02:01 +0000
committertron <tron>2009-02-06 14:02:01 +0000
commit89bcbb040ab5f22ed162ecbbf2509eb880f28522 (patch)
tree0998418d416e6c0a547ff3e7f5470cddd19af02c /www
parent807831ed36118df365365a9046a5f7832ece5f06 (diff)
downloadpkgsrc-89bcbb040ab5f22ed162ecbbf2509eb880f28522.tar.gz
Pullup ticket #2689 - requested by tnn
firefox3: security update Revisions pulled up: - www/firefox3/Makefile 1.20 - www/firefox3/distinfo 1.15 - www/firefox3/patches/patch-wf delete --- Module Name: pkgsrc Committed By: tnn Date: Thu Feb 5 21:22:06 UTC 2009 Modified Files: pkgsrc/www/firefox3: Makefile distinfo Removed Files: pkgsrc/www/firefox3/patches: patch-wf Log Message: 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/Makefile5
-rw-r--r--www/firefox3/distinfo9
-rw-r--r--www/firefox3/patches/patch-wf13
3 files changed, 6 insertions, 21 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index 9d0e3a02c89..e216f7acd4b 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/12/27 16:11:45 tnn Exp $
+# $NetBSD: Makefile,v 1.17.2.1 2009/02/06 14:02:01 tron Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
COMMENT= Lightweight gecko-based web browser
@@ -22,8 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
.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 d2ae8a73fac..b28f97c98a6 100644
--- a/www/firefox3/distinfo
+++ b/www/firefox3/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2008/12/17 23:16:50 tnn Exp $
+$NetBSD: distinfo,v 1.11.2.1 2009/02/06 14:02:01 tron 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
@@ -41,4 +41,3 @@ SHA1 (patch-ei) = 4484d57e19e39ef86760716d5886ebf2a3e69f63
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() */
-