Update to firefox3-3.0.2.
Changes: * Fixed several security issues. * Fixed several stability issues. * Fixed a number of minor issues with the layout of certain web pages. * Fixed several theme issues that affected right-to-left locales. * Fixed issue that caused some users with customized toolbars to have their Back and Forward buttons go missing (bug 426026) * Add new Extended Validation (EV) roots to Firefox 3.0.2. * On certain IDN sites, the password manager would not fill in username and password details properly. * Fixed several hangs and crashes that occurred when using screen readers.
This commit is contained in:
parent
b2518733de
commit
9f9c417340
3 changed files with 13 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/07/18 07:25:35 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/09/24 11:40:24 tnn Exp $
|
||||
|
||||
MOZILLA= firefox3 # allow coexisting with firefox2
|
||||
COMMENT= Lightweight gecko-based web browser
|
||||
|
@ -23,7 +23,7 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|||
.include "../../www/firefox/Makefile-firefox.common"
|
||||
|
||||
MAINTAINER= tnn@NetBSD.org
|
||||
MOZ_VER= 3.0.1
|
||||
MOZ_VER= 3.0.2
|
||||
|
||||
DESCR_SRC= ${.CURDIR}/../../www/firefox/DESCR
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/09/16 11:24:58 tnn Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/09/24 11:40:24 tnn Exp $
|
||||
|
||||
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 (firefox-3.0.2-source.tar.bz2) = 72008a9750bb1f7185e855afa6960633489158e6
|
||||
RMD160 (firefox-3.0.2-source.tar.bz2) = 0b5685ecb8caf07b34489c6db949236af9d7966f
|
||||
Size (firefox-3.0.2-source.tar.bz2) = 37009549 bytes
|
||||
SHA1 (patch-aa) = f995b5e53fa11ecb659ab2dd10551db1c71cc5f3
|
||||
SHA1 (patch-ab) = dd388a040f99f71a79cf03a328de810e8d623374
|
||||
SHA1 (patch-ac) = c814530c1a8574739b7557d007563232b6070c51
|
||||
|
@ -25,7 +25,7 @@ SHA1 (patch-de) = 18e481c3e69fe95b1af87bc800d93f47388fb60a
|
|||
SHA1 (patch-df) = 17912d183f754ab6661d2be8092e6a07d142632b
|
||||
SHA1 (patch-dh) = 7592a6238acd5ef6e802d32103c897acb576825a
|
||||
SHA1 (patch-dj) = 70360dffb20dd1029866d2e81899d003c9e17473
|
||||
SHA1 (patch-dk) = 183fa0d6a9040f53d9988fcc8868bdf83229803b
|
||||
SHA1 (patch-dk) = 0d676fbaf581fe3f513481010745278df6bf77ae
|
||||
SHA1 (patch-dl) = cba07cba5717a75c89f007aba36295dccc1c25ab
|
||||
SHA1 (patch-dm) = eb86aee54fd213eb64a89e5bc2754971db9648f4
|
||||
SHA1 (patch-do) = bdb018e157dcb5ef706b69184d8b739cfd32d8c3
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
$NetBSD: patch-dk,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $
|
||||
$NetBSD: patch-dk,v 1.2 2008/09/24 11:40:24 tnn Exp $
|
||||
|
||||
diff -ruN ../Orig/mozilla/security/coreconf/config.mk ./security/coreconf/config.mk
|
||||
--- ../Orig/mozilla/security/coreconf/config.mk 2004-04-26 00:02:17.000000000 +0900
|
||||
+++ ./security/coreconf/config.mk 2005-12-04 19:44:47.000000000 +0900
|
||||
@@ -63,7 +63,7 @@
|
||||
--- security/coreconf/config.mk.orig 2008-05-10 01:55:54.000000000 +0200
|
||||
+++ security/coreconf/config.mk
|
||||
@@ -63,7 +63,7 @@ endif
|
||||
#######################################################################
|
||||
|
||||
TARGET_OSES = FreeBSD BSD_OS NetBSD OpenUNIX OS2 QNX Darwin BeOS OpenBSD \
|
||||
- OpenVMS AIX
|
||||
+ OpenVMS AIX DragonFly
|
||||
- OpenVMS AIX RISCOS
|
||||
+ OpenVMS AIX RISCOS DragonFly
|
||||
|
||||
ifeq (,$(filter-out $(TARGET_OSES),$(OS_TARGET)))
|
||||
include $(CORE_DEPTH)/coreconf/$(OS_TARGET).mk
|
||||
|
|
Loading…
Reference in a new issue