1
0
OBS User autobuild 2009-12-16 11:12:19 +00:00 committed by Git OBS Bridge
parent 9a4d3d856d
commit 9746272a18
7 changed files with 151 additions and 62 deletions

View File

@ -1,21 +1,3 @@
-------------------------------------------------------------------
Thu Dec 3 21:53:59 CET 2009 - wr@rosenauer.org
- security update to version 3.5.6 (bnc#559807)
* MFSA 2009-65/CVE-2009-3979/CVE-2009-3980/CVE-2009-3982
Crashes with evidence of memory corruption (rv:1.9.1.6)
* MFSA 2009-66/CVE-2009-3388 (bmo#504843,bmo#523816)
Memory safety fixes in liboggplay media library
* MFSA 2009-67/CVE-2009-3389 (bmo#515882,bmo#504613)
Integer overflow, crash in libtheora video library
* MFSA 2009-68/CVE-2009-3983 (bmo#487872)
NTLM reflection vulnerability
* MFSA 2009-69/CVE-2009-3984/CVE-2009-3985 (bmo#521461,bmo#514232)
Location bar spoofing vulnerabilities
* MFSA 2009-70/VE-2009-3986 (bmo#522430)
Privilege escalation via chrome window.opener
- fixed firefox-browser-css.patch (bnc#561027)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 23 22:31:21 CET 2009 - wr@rosenauer.org Mon Nov 23 22:31:21 CET 2009 - wr@rosenauer.org

View File

@ -1,5 +1,5 @@
# #
# spec file for package MozillaFirefox (Version 3.5.6) # spec file for package MozillaFirefox (Version 3.5.5)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2006-2009 Wolfgang Rosenauer # Copyright (c) 2006-2009 Wolfgang Rosenauer
@ -21,15 +21,15 @@
Name: MozillaFirefox Name: MozillaFirefox
BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel orbit-devel python unzip update-desktop-files zip BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel orbit-devel python unzip update-desktop-files zip
BuildRequires: mozilla-xulrunner191-devel = 1.9.1.6 BuildRequires: mozilla-xulrunner191-devel = 1.9.1.5
%if %suse_version > 1020 %if %suse_version > 1020
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
Provides: web_browser Provides: web_browser
Provides: firefox Provides: firefox
Version: 3.5.6 Version: 3.5.5
Release: 1 Release: 2
Summary: Mozilla Firefox Web Browser Summary: Mozilla Firefox Web Browser
Url: http://www.mozilla.org/ Url: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
@ -70,7 +70,7 @@ Requires: %{name}-branding = 3.5
%define __find_requires sh %{SOURCE4} %define __find_requires sh %{SOURCE4}
%global provfind sh -c "grep -v '.so' | %__find_provides" %global provfind sh -c "grep -v '.so' | %__find_provides"
%global __find_provides %provfind %global __find_provides %provfind
%define releasedate 2009120100 %define releasedate 2009110300
%define progname firefox %define progname firefox
%define progdir %{_prefix}/%_lib/%{progname} %define progdir %{_prefix}/%_lib/%{progname}
%if %suse_version > 1020 %if %suse_version > 1020
@ -90,9 +90,10 @@ plethora of extensions.
%if %localize %if %localize
%package translations-common %package translations-common
Summary: Common translations for MozillaFirefox Summary: Common translations for MozillaFirefox
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
Provides: locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW) Provides: locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW)
Group: System/Localization Group: System/Localization
PreReq: %{name} = %{version} PreReq: %{name} = %{version}
@ -105,7 +106,7 @@ of MozillaFirefox.
%package translations-other %package translations-other
Summary: Extra translations for MozillaFirefox Summary: Extra translations for MozillaFirefox
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
Provides: locale(%{name}:af;as;be;bg;bn_BD;bn_IN;cy;el;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;id;is;ka;kk;kn;ku;lt;lv;mk;ml;mn;mr;nn_NO;oc;or;pa_IN;rm;ro;si;sk;sl;sq;sr;ta;ta_LK;te;th;tr;uk;vi) Provides: locale(%{name}:af;as;be;bg;bn_BD;bn_IN;cy;el;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;id;is;ka;kk;kn;ku;lt;lv;mk;ml;mn;mr;nn_NO;oc;or;pa_IN;rm;ro;si;sk;sl;sq;sr;ta;ta_LK;te;th;tr;uk;vi)
Group: System/Localization Group: System/Localization
PreReq: %{name} = %{version} PreReq: %{name} = %{version}
@ -119,7 +120,7 @@ of MozillaFirefox.
%endif %endif
%package branding-upstream %package branding-upstream
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+ License: GPL v2 or later ; LGPL v2.1 or later ; MPL
Summary: Upstream branding for MozillaFirefox Summary: Upstream branding for MozillaFirefox
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
Provides: %{name}-branding = 3.5 Provides: %{name}-branding = 3.5

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91b28c6a77845ae69de4bdc56bc323dce54793f9424a0f61fdda8a3e8a936828
size 46778633

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c58e54614331bcd4752423e0d63350ceb87d9973ccc23930a69342949021ed8
size 46588141

View File

@ -1,42 +1,148 @@
From: Jakub Steiner <jimmac@novell.com>, Wolfgang Rosenauer <wr@rosenauer.org From: Jakub Steiner <jimmac@novell.com>
Subject: make style compatible with dark themes Subject: make style compatible with dark themes
References: References:
https://bugzilla.novell.com/show_bug.cgi?id=503351 https://bugzilla.novell.com/show_bug.cgi?id=503351
https://bugzilla.mozilla.org/show_bug.cgi?id=478632
wr: changed because of
https://bugzilla.novell.com/show_bug.cgi?id=561027
diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css
--- a/browser/themes/gnomestripe/browser/browser.css diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
+++ b/browser/themes/gnomestripe/browser/browser.css --- a/browser/base/content/browser.css
@@ -837,16 +837,30 @@ toolbar[iconsize="small"] #paste-button[ +++ b/browser/base/content/browser.css
#PopupAutoComplete[chromedir="rtl"] > tree > treerows { @@ -4,42 +4,87 @@
direction: rtl; searchbar {
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
} }
#PopupAutoComplete .autocomplete-treebody { tabbrowser {
direction: ltr; -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
} }
+#PopupAutoCompleteRichResult .autocomplete-richlistitem { + /* Remove focus lines from tabs */
+ background-color: -moz-Field !important;
+}
+ +
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"], + .tabbrowser-tab > .tab-text {
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] * { + border: 1px dotted transparent !important;
+ color: HighlightText !important; + }
+ background: Highlight !important;
+}
+ +
+.ac-title {
+ color: -moz-Fieldtext !important;
+}
+ +
/* Favicon */ toolbar[printpreview="true"] {
#page-proxy-favicon, -moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
#urlbar-throbber {
width: 16px;
height: 16px;
} }
#page-proxy-stack { toolbarpaletteitem[place="palette"] > toolbaritem > hbox[type="places"] {
display: none;
}
/* ::::: location bar ::::: */
#urlbar {
-moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
+ -moz-appearance: textfield !important;
}
+ #urlbar .autocomplete-textbox-container {
+ background-color: -moz-Field !important;
+ -moz-appearance: none !important;
+ }
+
+ #urlbar > .autocomplete-history-dropmarker {
+ -moz-appearance: toolbarbutton-dropdown !important;
+ margin: 0px 3px 0px 5px !important;
+ }
+
#wrapper-urlbar-container #urlbar {
-moz-user-input: disabled;
cursor: -moz-grab;
}
#PopupAutoComplete {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
}
#PopupAutoCompleteRichResult {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
}
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem
+ {
+ background: -moz-Field !important;
+ }
+
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"]
+ {
+ background: Highlight !important;
+ }
+
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] *
+ {
+ color: HighlightText !important;
+ }
+
+ .ac-title
+ {
+ color: -moz-Fieldtext !important;
+ }
+
+ #PopupAutoComplete .autocomplete-treebody {
+ background-color: -moz-Field !important;
+ color: -moz-Fieldtext !important;
+ }
+
+
#page-report-button:not([blocked]) {
display: none;
}
#urlbar-throbber:not([busy="true"]),
#urlbar-throbber[busy="true"] + #page-proxy-favicon {
display: none;
}
@@ -59,16 +104,31 @@ toolbarpaletteitem[place="palette"] > to
visibility: collapse;
}
#identity-box > hbox {
max-width: 22em;
min-width: 1px;
}
+/* Identity/Bookmark pop-up improvements */
+
+ #identity-popup-container {
+ -moz-appearance: dialog !important;
+ }
+
+ #editBookmarkPanel {
+ -moz-appearance: dialog !important;
+ }
+
+ #editBMPanel_foldersExpander, #editBMPanel_tagsSelectorExpander {
+ -moz-appearance: menulist-button !important;
+ }
+
+
/* ::::: Unified Back-/Forward Button ::::: */
#back-forward-dropmarker > image ,
#back-forward-dropmarker > label {
display: none;
}
.unified-nav-current {
font-weight: bold;
}
@@ -154,8 +214,18 @@ window[chromehidden~="toolbar"] toolbar:
display: inline-block;
}
%endif
/* Bug 483950 - Hide domain name in status bar pending removal */
#security-button > label {
display: none;
}
+
+
+/* Support for Fission add-on */
+
+#urlbar[fission="fusion"] > #statusbar-icon > .progress-bar {
+ background-color: Highlight !important;
+ -moz-appearance: progresschunk !important;
+ opacity: 0.4 !important;
+ margin: 1px !important;
+}

3
l10n-3.5.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f085b3ce7be1658c5e6843f7adefcdc7e3291b81c06ef136ed92628bb89246ca
size 36657230

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3cba943e20727d62a119085c8709b84e0e1a91e1b5325a0b13267d1c2419061
size 36687896