SECURITY update to 3.6.3:

MFSA 2009-25 Re-use of freed object due to scope confusion
This commit is contained in:
naddy 2010-04-02 22:12:47 +00:00
parent bf35d13293
commit 97ed59c10b
3 changed files with 19 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 20:44:08 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2010/04/02 22:12:47 naddy Exp $
SHARED_ONLY= Yes
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
COMMENT= redesign of Mozilla's browser component
VER= 3.6.2
VER= 3.6.3
DISTNAME= mozilla-1.9.2
PKGNAME= firefox36-${VER}
SO_VERSION= 0.0

View File

@ -1,5 +1,5 @@
MD5 (firefox-3.6.2.source.tar.bz2) = oZcqIhascTm5K3N4oyjskw==
RMD160 (firefox-3.6.2.source.tar.bz2) = iSQ+KBU1HhMq19E5gI08ibVSR2I=
SHA1 (firefox-3.6.2.source.tar.bz2) = e+/bzCvWWME2vc4cG9i1QgHB0dE=
SHA256 (firefox-3.6.2.source.tar.bz2) = D4OY76uxTag+FMf7q9/5mmGXUsrbQzSLJ63zAjggRvA=
SIZE (firefox-3.6.2.source.tar.bz2) = 48919538
MD5 (firefox-3.6.3.source.tar.bz2) = XkVBqyMIS3sUuiKCkc4miA==
RMD160 (firefox-3.6.3.source.tar.bz2) = 3lVuhga7xhy30g/m8wjwxei53Xc=
SHA1 (firefox-3.6.3.source.tar.bz2) = 87zYCDVtFr2ya/zxpkolFIjE/QI=
SHA256 (firefox-3.6.3.source.tar.bz2) = NaCzXXm6pQK2xXge0+nEtetiO9rxlARg3PRlGShIotA=
SIZE (firefox-3.6.3.source.tar.bz2) = 48633061

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-browser_app_profile_firefox_js,v 1.1.1.1 2010/03/29 20:44:09 naddy Exp $
--- browser/app/profile/firefox.js.orig Wed Jan 6 05:35:10 2010
+++ browser/app/profile/firefox.js Sun Jan 10 17:47:23 2010
$OpenBSD: patch-browser_app_profile_firefox_js,v 1.2 2010/04/02 22:12:47 naddy Exp $
--- browser/app/profile/firefox.js.orig Tue Mar 16 10:53:45 2010
+++ browser/app/profile/firefox.js Tue Mar 30 23:51:47 2010
@@ -100,7 +100,7 @@ pref("app.update.timer", 600000);
// firefox-branding.js
@ -10,6 +10,15 @@ $OpenBSD: patch-browser_app_profile_firefox_js,v 1.1.1.1 2010/03/29 20:44:09 nad
// This preference turns on app.update.mode and allows automatic download and
// install to take place. We use a separate boolean toggle for this to make
@@ -573,7 +573,7 @@ pref("plugin.default_plugin_disabled", true);
pref("pfs.datasource.url", "https://pfs.mozilla.org/plugins/PluginFinderService.php?mimetype=%PLUGIN_MIMETYPE%&appID=%APP_ID%&appVersion=%APP_VERSION%&clientOS=%CLIENT_OS%&chromeLocale=%CHROME_LOCALE%&appRelease=%APP_RELEASE%");
// by default we show an infobar message when pages require plugins the user has not installed, or are outdated
-pref("plugins.hide_infobar_for_missing_plugin", false);
+pref("plugins.hide_infobar_for_missing_plugin", true);
pref("plugins.hide_infobar_for_outdated_plugin", false);
pref("plugins.update.url", "https://www.mozilla.com/%LOCALE%/plugincheck/");
@@ -692,10 +692,10 @@ pref("gecko.handlerService.allowRegisterFromDifferentH
#ifdef MOZ_SAFE_BROWSING