SECURITY update to 3.5.6. Fixes:
MFSA 2009-71 GeckoActiveXObject exception messages can be used to enumerate installed COM objects MFSA 2009-70 Privilege escalation via chrome window.opener MFSA 2009-69 Location bar spoofing vulnerabilities MFSA 2009-68 NTLM reflection vulnerability MFSA 2009-67 Integer overflow, crash in libtheora video library MFSA 2009-66 Memory safety fixes in liboggplay media library MFSA 2009-65 Crashes with evidence of memory corruption
This commit is contained in:
parent
2a512c3c23
commit
8ee6746f58
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2009/11/27 21:18:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2009/12/20 20:11:37 naddy Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
|
||||
COMMENT= redesign of Mozilla's browser component
|
||||
|
||||
VER= 3.5.5
|
||||
VER= 3.5.6
|
||||
DISTNAME= mozilla-1.9.1
|
||||
PKGNAME= firefox35-${VER}
|
||||
SO_VERSION= 22.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (firefox-3.5.5.source.tar.bz2) = s9kt+0BYQUHcEGjvyb38zA==
|
||||
RMD160 (firefox-3.5.5.source.tar.bz2) = PC61VC4tNHc9xSsHtG3PzWVuXw0=
|
||||
SHA1 (firefox-3.5.5.source.tar.bz2) = ohRvttyOh5p4+hOEnxh8FNQUQso=
|
||||
SHA256 (firefox-3.5.5.source.tar.bz2) = Kr57VWEmfCMN8nlR0djGxYU9BsokJpl/3wpjxdton+s=
|
||||
SIZE (firefox-3.5.5.source.tar.bz2) = 46907137
|
||||
MD5 (firefox-3.5.6.source.tar.bz2) = VNcxVt/txuSYHyo8RoF/mg==
|
||||
RMD160 (firefox-3.5.6.source.tar.bz2) = EAL/GW644oHAbvRRFUtkqQMQRmQ=
|
||||
SHA1 (firefox-3.5.6.source.tar.bz2) = /B3k3bnCDHup4pdzf5JunY4y7tQ=
|
||||
SHA256 (firefox-3.5.6.source.tar.bz2) = YEYgIMGTVwLPh5KKiGd4s7Uuc7ASGoJkYwty03DqP9E=
|
||||
SIZE (firefox-3.5.6.source.tar.bz2) = 46914620
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-browser_components_nsBrowserGlue_js,v 1.1.1.1 2009/06/21 01:31:24 martynas Exp $
|
||||
--- browser/components/nsBrowserGlue.js.orig Wed Jun 17 07:21:40 2009
|
||||
+++ browser/components/nsBrowserGlue.js Sat Jun 20 22:10:18 2009
|
||||
@@ -253,10 +253,6 @@ BrowserGlue.prototype = {
|
||||
$OpenBSD: patch-browser_components_nsBrowserGlue_js,v 1.2 2009/12/20 20:11:37 naddy Exp $
|
||||
--- browser/components/nsBrowserGlue.js.orig Wed Dec 2 05:28:32 2009
|
||||
+++ browser/components/nsBrowserGlue.js Sun Dec 20 16:39:22 2009
|
||||
@@ -267,10 +267,6 @@ BrowserGlue.prototype = {
|
||||
// Browser startup complete. All initial windows have opened.
|
||||
_onBrowserStartup: function()
|
||||
{
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-browser_components_nsBrowserGlue_js,v 1.1.1.1 2009/06/21 01:31:2
|
||||
// If new add-ons were installed during startup open the add-ons manager.
|
||||
if (this._prefs.prefHasUserValue(PREF_EM_NEW_ADDONS_LIST)) {
|
||||
var args = Cc["@mozilla.org/supports-array;1"].
|
||||
@@ -402,79 +398,6 @@ BrowserGlue.prototype = {
|
||||
@@ -416,79 +412,6 @@ BrowserGlue.prototype = {
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user