pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/www/firefox3 Pullup ticket #2689 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c999fded1d4
branches:  pkgsrc-2008Q4
changeset: 552313:6c999fded1d4
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Feb 06 14:02:01 2009 +0000

description:
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:

 www/firefox3/Makefile         |   5 ++---
 www/firefox3/distinfo         |   9 ++++-----
 www/firefox3/patches/patch-wf |  13 -------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (57 lines):

diff -r 662698a77513 -r 6c999fded1d4 www/firefox3/Makefile
--- a/www/firefox3/Makefile     Thu Feb 05 17:55:15 2009 +0000
+++ b/www/firefox3/Makefile     Fri Feb 06 14:02:01 2009 +0000
@@ -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 @@
 .include "../../www/firefox/Makefile-firefox.common"
 
 MAINTAINER=            tnn%NetBSD.org@localhost
-MOZ_VER=               3.0.5
-PKGREVISION=           2
+MOZ_VER=               3.0.6
 
 XPTCFILES:=            ${XPTCFILES:C,^,../../firefox3/files/,}
 DESCR_SRC=             ${.CURDIR}/../../www/firefox/DESCR
diff -r 662698a77513 -r 6c999fded1d4 www/firefox3/distinfo
--- a/www/firefox3/distinfo     Thu Feb 05 17:55:15 2009 +0000
+++ b/www/firefox3/distinfo     Fri Feb 06 14:02:01 2009 +0000
@@ -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-wc) = 2de8665ed6c23c26566ca6d50165c0cf413a753d
 SHA1 (patch-wd) = fc5c3103ae6f2a2eccc01911a8207f3ca614008b
 SHA1 (patch-we) = f7fecce05454e9794ff7a4e7789031a5ef49c42d
-SHA1 (patch-wf) = c5adc9d3a6b23132399c23ea130f26e7a30a259d
diff -r 662698a77513 -r 6c999fded1d4 www/firefox3/patches/patch-wf
--- a/www/firefox3/patches/patch-wf     Thu Feb 05 17:55:15 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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() */
- 



Home | Main Index | Thread Index | Old Index