diff options
author | tnn <tnn> | 2008-07-17 20:08:46 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-07-17 20:08:46 +0000 |
commit | 798b7420e6ce003b8fd1532bb824f4f453338a42 (patch) | |
tree | b54fd634898ec2265324c336810111e4e4cb45eb /www/firefox3 | |
parent | 09afdf5e58f4baf69bdeda7dd37385e51b1c2b26 (diff) | |
download | pkgsrc-798b7420e6ce003b8fd1532bb824f4f453338a42.tar.gz |
Update to firefox3-3.0.1. Changes:
* Fixed several security issues.
* Fixed several stability issues.
* Fixed an issue where the phishing and malware database did not update on first launch.
* Under certain circumstances, Firefox 3.0 did not properly save the SSL certificate exceptions list.
* Updated the internal Public Suffix list.
* In certain cases, installing Firefox 2 in the same directory in which Firefox 3 has been installed resulted in Firefox 2 being unstable. This issue was fixed as part of Firefox 2.0.0.15.
* Fixed an issue where, when printing a selected region of content from the middle of a page, some of the output was missing (bug 433373).
* Fixed a Linux issues where, for users on a PPP connection (dialup or DSL) Firefox always started in "Offline" mode (bug 424626).
Diffstat (limited to 'www/firefox3')
-rw-r--r-- | www/firefox3/Makefile | 4 | ||||
-rw-r--r-- | www/firefox3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 177dafd2500..3893282d41c 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:14 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/17 20:08:46 tnn Exp $ MOZILLA= firefox3 # allow coexisting with firefox2 COMMENT= Lightweight gecko-based web browser @@ -22,7 +22,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} # Pull in standard firefox build framework, and override some things below .include "../../www/firefox/Makefile-firefox.common" -MOZ_VER= 3.0 +MOZ_VER= 3.0.1 DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR diff --git a/www/firefox3/distinfo b/www/firefox3/distinfo index 17feb4ae03a..dfe7fb64db9 100644 --- a/www/firefox3/distinfo +++ b/www/firefox3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/06/28 10:01:06 tnn Exp $ +$NetBSD: distinfo,v 1.2 2008/07/17 20:08:46 tnn Exp $ -SHA1 (firefox-3.0-source.tar.bz2) = 2e21652b9cad2a6ac8f048f50e9e053c19760d4b -RMD160 (firefox-3.0-source.tar.bz2) = 4b90769c898fff2ad3c217a539b9715b763bd3a6 -Size (firefox-3.0-source.tar.bz2) = 37010746 bytes +SHA1 (firefox-3.0.1-source.tar.bz2) = ba3bb0b02404cf1abfb6189b156b2f4eb02e8975 +RMD160 (firefox-3.0.1-source.tar.bz2) = 4fc8659d31df496bac99f4e452fe012790b669d8 +Size (firefox-3.0.1-source.tar.bz2) = 36868928 bytes SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3 SHA1 (patch-ab) = 924dc7356eb765a392253b06acd46b44049568c1 SHA1 (patch-ac) = c814530c1a8574739b7557d007563232b6070c51 |