author | Wolfgang Rosenauer <wr@rosenauer.org> |
Fri, 16 Mar 2018 18:31:19 +0100 | |
branch | firefox59 |
changeset 1039 | b8f1c62354df |
parent 1037 | d61b64679bb4 |
child 1040 | 246b98b59979 |
permissions | -rw-r--r-- |
893
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
1 |
------------------------------------------------------------------- |
1039 | 2 |
Fri Mar 16 06:40:11 UTC 2018 - wr@rosenauer.org |
3 |
||
4 |
- update to Firefox 59.0.1 (bsc#1085671) |
|
5 |
MFSA 2018-08 |
|
6 |
* CVE-2018-5146 (bmo#1446062) |
|
7 |
Vorbis audio processing out of bounds write |
|
8 |
* CVE-2018-5147 (bmo#1446365) |
|
9 |
Out of bounds memory write in libtremor |
|
10 |
||
11 |
------------------------------------------------------------------- |
|
12 |
Wed Mar 14 19:27:07 UTC 2018 - cgrobertson@suse.com |
|
13 |
||
14 |
- Added patch: |
|
15 |
* mozilla-bmo1005535.patch: |
|
16 |
Enable skia_gpu on big endian platforms. |
|
17 |
||
18 |
------------------------------------------------------------------- |
|
1037 | 19 |
Sun Mar 11 22:12:12 UTC 2018 - wr@rosenauer.org |
1036 | 20 |
|
21 |
- update to Firefox 59.0 |
|
1037 | 22 |
* Performance enhancements |
23 |
* Drag-and-drop to rearrange Top Sites on the Firefox Home page |
|
24 |
* added features for Firefox Screenshots |
|
25 |
* Enhanced WebExtensions API |
|
26 |
* Improved RTC capabilities |
|
27 |
MFSA 2018-06 (bsc#1085130) |
|
28 |
* CVE-2018-5127 (bmo#1430557) |
|
29 |
Buffer overflow manipulating SVG animatedPathSegList |
|
30 |
* CVE-2018-5128 (bmo#1431336) |
|
31 |
Use-after-free manipulating editor selection ranges |
|
32 |
* CVE-2018-5129 (bmo#1428947) |
|
33 |
Out-of-bounds write with malformed IPC messages |
|
34 |
* CVE-2018-5130 (bmo#1433005) |
|
35 |
Mismatched RTP payload type can trigger memory corruption |
|
36 |
* CVE-2018-5131 (bmo#1440775) |
|
37 |
Fetch API improperly returns cached copies of no-store/no-cache resources |
|
38 |
* CVE-2018-5132 (bmo#1408194) |
|
39 |
WebExtension Find API can search privileged pages |
|
40 |
* CVE-2018-5133 (bmo#1430511, bmo#1430974) |
|
41 |
Value of the app.support.baseURL preference is not properly sanitized |
|
42 |
* CVE-2018-5134 (bmo#1429379) |
|
43 |
WebExtensions may use view-source: URLs to bypass content restrictions |
|
44 |
* CVE-2018-5135 (bmo#1431371) |
|
45 |
WebExtension browserAction can inject scripts into unintended contexts |
|
46 |
* CVE-2018-5136 (bmo#1419166) |
|
47 |
Same-origin policy violation with data: URL shared workers |
|
48 |
* CVE-2018-5137 (bmo#1432870) |
|
49 |
Script content can access legacy extension non-contentaccessible resources |
|
50 |
* CVE-2018-5138 (bmo#1432624) (Android only) |
|
51 |
Android Custom Tab address spoofing through long domain names |
|
52 |
* CVE-2018-5140 (bmo#1424261) |
|
53 |
Moz-icon images accessible to web content through moz-icon: protocol |
|
54 |
* CVE-2018-5141 (bmo#1429093) |
|
55 |
DOS attack through notifications Push API |
|
56 |
* CVE-2018-5142 (bmo#1366357) |
|
57 |
Media Capture and Streams API permissions display incorrect origin |
|
58 |
with data: and blob: URLs |
|
59 |
* CVE-2018-5143 (bmo#1422643) |
|
60 |
Self-XSS pasting javascript: URL with embedded tab into addressbar |
|
61 |
* CVE-2018-5126 |
|
62 |
Memory safety bugs fixed in Firefox 59 |
|
63 |
* CVE-2018-5125 |
|
64 |
Memory safety bugs fixed in Firefox 59 and Firefox ESR 52.7 |
|
1031
4b419fce88dc
merge from firefox58 and prepare for 59.0b8
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1030
diff
changeset
|
65 |
- requires NSPR 4.18 and NSS 3.35 |
4b419fce88dc
merge from firefox58 and prepare for 59.0b8
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1030
diff
changeset
|
66 |
- requires rust >= 1.22.1 |
1032
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
67 |
- removed obsolete patches: |
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
68 |
mozilla-alsa-sandbox.patch |
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
69 |
mozilla-enable-csd.patch |
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
70 |
firefox-no-default-ualocale.patch |
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
71 |
- removed l10n_changesets.txt since same information is now in |
8220ea23b47d
remove obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1031
diff
changeset
|
72 |
Firefox source tree (updated create-tar.sh now requires jq) |
1031
4b419fce88dc
merge from firefox58 and prepare for 59.0b8
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1030
diff
changeset
|
73 |
|
4b419fce88dc
merge from firefox58 and prepare for 59.0b8
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1030
diff
changeset
|
74 |
------------------------------------------------------------------- |
1039 | 75 |
Fri Feb 9 13:37:46 UTC 2018 - astieger@suse.com |
76 |
||
77 |
- Mozilla Firefox 58.0.2: |
|
78 |
* Blocklisted graphics drivers related to off main thread painting |
|
79 |
crashes |
|
80 |
* Fix tab crash during printing |
|
81 |
* Fix clicking links and scrolling emails on Microsoft Hotmail |
|
82 |
and Outlook (OWA) webmail |
|
83 |
||
84 |
------------------------------------------------------------------- |
|
1030
cd02d400c081
correct requires and provides handling (boo#1076907)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1029
diff
changeset
|
85 |
Fri Feb 9 12:06:31 UTC 2018 - wr@rosenauer.org |
cd02d400c081
correct requires and provides handling (boo#1076907)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1029
diff
changeset
|
86 |
|
cd02d400c081
correct requires and provides handling (boo#1076907)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1029
diff
changeset
|
87 |
- correct requires and provides handling (boo#1076907) |
cd02d400c081
correct requires and provides handling (boo#1076907)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1029
diff
changeset
|
88 |
|
cd02d400c081
correct requires and provides handling (boo#1076907)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1029
diff
changeset
|
89 |
------------------------------------------------------------------- |
1029 | 90 |
Tue Feb 6 07:03:42 UTC 2018 - fstrba@suse.com |
91 |
||
92 |
- Added patch: |
|
93 |
* mozilla-alsa-sandbox.patch: Fix bmo#1430274, ALSA sound (still |
|
94 |
or again?) not working in Firefox 58 due to sandboxing. |
|
95 |
||
96 |
------------------------------------------------------------------- |
|
1028 | 97 |
Mon Jan 29 22:32:21 UTC 2018 - wr@rosenauer.org |
98 |
||
99 |
- update to Firefox 58.0.1 |
|
100 |
MFSA 2018-05 |
|
1037 | 101 |
* Arbitrary code execution through unsanitized browser UI (bmo#1432966) |
1029 | 102 |
- use correct language packs |
1027 | 103 |
- readd mozilla-enable-csd.patch as it only lands for FF59 upstream |
104 |
- allow larger number of nested elements (mozilla-bmo256180.patch) |
|
105 |
||
106 |
------------------------------------------------------------------- |
|
1026
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
107 |
Tue Jan 23 20:40:57 UTC 2018 - wr@rosenauer.org |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
108 |
|
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
109 |
- update to Firefox 58.0 (bsc#1077291) |
1023
fce335a42db7
new features (incl. new locale)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1020
diff
changeset
|
110 |
* Added Nepali (ne-NP) locale |
fce335a42db7
new features (incl. new locale)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1020
diff
changeset
|
111 |
* Added support for form autofill for credit card |
fce335a42db7
new features (incl. new locale)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1020
diff
changeset
|
112 |
* Optimize page load by caching JavaScript internal representation |
1026
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
113 |
MFSA 2018-02 |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
114 |
* CVE-2018-5091 (bmo#1423086) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
115 |
Use-after-free with DTMF timers |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
116 |
* CVE-2018-5092 (bmo#1418074) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
117 |
Use-after-free in Web Workers |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
118 |
* CVE-2018-5093 (bmo#1415291) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
119 |
Buffer overflow in WebAssembly during Memory/Table resizing |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
120 |
* CVE-2018-5094 (bmo#1415883) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
121 |
Buffer overflow in WebAssembly with garbage collection on |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
122 |
uninitialized memory |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
123 |
* CVE-2018-5095 (bmo#1418447) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
124 |
Integer overflow in Skia library during edge builder allocation |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
125 |
* CVE-2018-5097 (bmo#1387427) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
126 |
Use-after-free when source document is manipulated during XSLT |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
127 |
* CVE-2018-5098 (bmo#1399400) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
128 |
Use-after-free while manipulating form input elements |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
129 |
* CVE-2018-5099 (bmo#1416878) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
130 |
Use-after-free with widget listener |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
131 |
* CVE-2018-5100 (bmo#1417405) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
132 |
Use-after-free when IsPotentiallyScrollable arguments are freed |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
133 |
from memory |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
134 |
* CVE-2018-5101 (bmo#1417661) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
135 |
Use-after-free with floating first-letter style elements |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
136 |
* CVE-2018-5102 (bmo#1419363) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
137 |
Use-after-free in HTML media elements |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
138 |
* CVE-2018-5103 (bmo#1423159) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
139 |
Use-after-free during mouse event handling |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
140 |
* CVE-2018-5104 (bmo#1425000) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
141 |
Use-after-free during font face manipulation |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
142 |
* CVE-2018-5105 (bmo#1390882) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
143 |
WebExtensions can save and execute files on local file system |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
144 |
without user prompts |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
145 |
* CVE-2018-5106 (bmo#1408708) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
146 |
Developer Tools can expose style editor information cross-origin |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
147 |
through service worker |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
148 |
* CVE-2018-5107 (bmo#1379276) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
149 |
Printing process will follow symlinks for local file access |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
150 |
* CVE-2018-5108 (bmo#1421099) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
151 |
Manually entered blob URL can be accessed by subsequent private browsing tabs |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
152 |
* CVE-2018-5109 (bmo#1405599) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
153 |
Audio capture prompts and starts with incorrect origin attribution |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
154 |
* CVE-2018-5110 (bmo#1423275) (affects only OS X) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
155 |
Cursor can be made invisible on OS X |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
156 |
* CVE-2018-5111 (bmo#1321619) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
157 |
URL spoofing in addressbar through drag and drop |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
158 |
* CVE-2018-5112 (bmo#1425224) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
159 |
Extension development tools panel can open a non-relative URL in the panel |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
160 |
* CVE-2018-5113 (bmo#1425267) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
161 |
WebExtensions can load non-HTTPS pages with browser.identity.launchWebAuthFlow |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
162 |
* CVE-2018-5114 (bmo#1421324) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
163 |
The old value of a cookie changed to HttpOnly remains accessible to scripts |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
164 |
* CVE-2018-5115 (bmo#1409449) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
165 |
Background network requests can open HTTP authentication in unrelated foreground tabs |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
166 |
* CVE-2018-5116 (bmo#1396399) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
167 |
WebExtension ActiveTab permission allows cross-origin frame content access |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
168 |
* CVE-2018-5117 (bmo#1395508) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
169 |
URL spoofing with right-to-left text aligned left-to-right |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
170 |
* CVE-2018-5118 (bmo#1420049) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
171 |
Activity Stream images can attempt to load local content through file: |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
172 |
* CVE-2018-5119 (bmo#1420507) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
173 |
Reader view will load cross-origin content in violation of CORS headers |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
174 |
* CVE-2018-5121 (bmo#1402368) (affects only OS X) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
175 |
OS X Tibetan characters render incompletely in the addressbar |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
176 |
* CVE-2018-5122 (bmo#1413841) |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
177 |
Potential integer overflow in DoCrypt |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
178 |
* CVE-2018-5090 |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
179 |
Memory safety bugs fixed in Firefox 58 |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
180 |
* CVE-2018-5089 |
963c89cda54b
update to 58.0 final
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1023
diff
changeset
|
181 |
Memory safety bugs fixed in Firefox 58 and Firefox ESR 52.6 |
1019
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
182 |
- requires NSS 3.34.1 |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
183 |
- requires rust 1.21 |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
184 |
- removed obsolete patches: |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
185 |
mozilla-bindgen-systemlibs.patch |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
186 |
mozilla-bmo1360278.patch |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
187 |
mozilla-bmo1399611-csd.patch |
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
188 |
mozilla-rust-1.23.patch |
1020
d2c159cb9bf2
rebased patches; updated spec file
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1019
diff
changeset
|
189 |
- rebased patches |
1023
fce335a42db7
new features (incl. new locale)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1020
diff
changeset
|
190 |
- updated man-page |
1019
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
191 |
|
b0c883afdffa
initial preparation for 58 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1017
diff
changeset
|
192 |
------------------------------------------------------------------- |
1017
8ccb9c3cbe47
build with latest rust
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1016
diff
changeset
|
193 |
Tue Jan 9 18:48:02 UTC 2018 - wr@rosenauer.org |
8ccb9c3cbe47
build with latest rust
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1016
diff
changeset
|
194 |
|
8ccb9c3cbe47
build with latest rust
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1016
diff
changeset
|
195 |
- fixed build with latest rust (mozilla-rust-1.23.patch) |
8ccb9c3cbe47
build with latest rust
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1016
diff
changeset
|
196 |
|
8ccb9c3cbe47
build with latest rust
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1016
diff
changeset
|
197 |
------------------------------------------------------------------- |
1016 | 198 |
Thu Jan 4 12:23:41 UTC 2018 - wr@rosenauer.org |
199 |
||
200 |
- update to Firefox 57.0.4 |
|
201 |
MFSA 2018-1: Speculative execution side-channel attack ("Spectre") |
|
202 |
(boo#1074723) |
|
203 |
||
204 |
------------------------------------------------------------------- |
|
1015 | 205 |
Wed Jan 3 08:29:38 UTC 2018 - wr@rosenauer.org |
206 |
||
207 |
- fixed regression introduced Oct 10th which made Firefox crash |
|
208 |
when cancelling the KDE file dialog (boo#1069962) |
|
209 |
||
210 |
------------------------------------------------------------------- |
|
211 |
Fri Dec 29 19:52:34 UTC 2017 - astieger@suse.com |
|
212 |
||
213 |
- Mozilla Firefox 57.0.3: |
|
214 |
* Fix a crash reporting issue that inadvertently sends background |
|
215 |
tab crash reports to Mozilla without user opt-in (bmo#1427111, |
|
216 |
bsc#1074235) |
|
217 |
- Includes changes from 57.0.2: |
|
218 |
* fixes for platforms other than GNU/Linux |
|
219 |
||
220 |
------------------------------------------------------------------- |
|
1012 | 221 |
Fri Dec 8 15:52:17 UTC 2017 - dimstar@opensuse.org |
222 |
||
223 |
- Explicitly buildrequires python2-xml: The build system relies on |
|
224 |
it. We wrongly relied on other packages pulling it in for us. |
|
225 |
||
226 |
------------------------------------------------------------------- |
|
227 |
Thu Dec 7 11:12:31 UTC 2017 - dimstar@opensuse.org |
|
228 |
||
229 |
- Escape the usage of %{VERSION} when calling out to rpm. |
|
230 |
RPM 4.14 has %{VERSION} defined as 'the main packages version'. |
|
231 |
||
232 |
------------------------------------------------------------------- |
|
233 |
Wed Nov 29 23:45:03 UTC 2017 - wr@rosenauer.org |
|
234 |
||
235 |
- update to Firefox 57.0.1 |
|
236 |
* CVE-2017-7843: Web worker in Private Browsing mode can write |
|
237 |
IndexedDB data (bsc#1072034, bmo#1410106) |
|
238 |
* CVE-2017-7844: Visited history information leak through SVG |
|
239 |
image (bsc#1072036, bmo#1420001) |
|
240 |
* Fix a video color distortion issue on YouTube and other video |
|
241 |
sites with some AMD devices (bmo#1417442) |
|
242 |
* Fix an issue with prefs.js when the profile path has non-ascii |
|
243 |
characters (bmo#1420427) |
|
244 |
||
245 |
------------------------------------------------------------------- |
|
246 |
Tue Nov 21 09:00:48 UTC 2017 - christophe@krop.fr |
|
247 |
||
248 |
- Add mozilla-bmo1360278.patch |
|
249 |
Starting with Firefox 57, the context menu appears on key press. |
|
250 |
This patch creates a config entry to restore the |
|
251 |
old behaviour. Without the patch, the mouse gesture extensions |
|
252 |
require 2 clicks to work (bmo#1360278). |
|
253 |
The new config entry is named ui.context_menus.after_mouseup |
|
254 |
(default : false). |
|
255 |
||
256 |
------------------------------------------------------------------- |
|
257 |
Sat Nov 18 08:35:21 UTC 2017 - wr@rosenauer.org |
|
258 |
||
259 |
- Allow experimental CSD for Gtk3 (bmo#1399611) if available and enabled |
|
260 |
widget.allow-client-side-decoration=true |
|
261 |
(mozilla-bmo1399611-csd.patch) |
|
262 |
||
263 |
------------------------------------------------------------------- |
|
1011
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
264 |
Wed Nov 15 06:46:06 UTC 2017 - wr@rosenauer.org |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
265 |
|
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
266 |
- update to Firefox 57.0 (boo#1068101) |
1008
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
267 |
* Firefox Quantum |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
268 |
* Photon UI |
1011
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
269 |
* Unified address and search bar |
1008
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
270 |
* AMD VP9 hardware video decoder support |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
271 |
* Added support for Date/Time input |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
272 |
* stricter security sandbox blocking filesystem reading and |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
273 |
writing on Linux systems |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
274 |
* middle mouse paste in the content area no longer navigates to |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
275 |
URLs by default on Unix systems |
1011
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
276 |
MFSA 2017-24 |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
277 |
* CVE-2017-7828 (bmo#1406750. bmo#1412252) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
278 |
Use-after-free of PressShell while restyling layout |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
279 |
* CVE-2017-7830 (bmo#1408990) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
280 |
Cross-origin URL information leak through Resource Timing API |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
281 |
* CVE-2017-7831 (bmo#1392026) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
282 |
Information disclosure of exposed properties on JavaScript proxy |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
283 |
objects |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
284 |
* CVE-2017-7832 (bmo#1408782) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
285 |
Domain spoofing through use of dotless 'i' character followed |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
286 |
by accent markers |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
287 |
* CVE-2017-7833 (bmo#1370497) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
288 |
Domain spoofing with Arabic and Indic vowel marker characters |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
289 |
* CVE-2017-7834 (bmo#1358009) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
290 |
data: URLs opened in new tabs bypass CSP protections |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
291 |
* CVE-2017-7835 (bmo#1402363) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
292 |
Mixed content blocking incorrectly applies with redirects |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
293 |
* CVE-2017-7836 (bmo#1401339) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
294 |
Pingsender dynamically loads libcurl on Linux and OS X |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
295 |
* CVE-2017-7837 (bmo#1325923) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
296 |
SVG loaded as <img> can use meta tags to set cookies |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
297 |
* CVE-2017-7838 (bmo#1399540) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
298 |
Failure of individual decoding of labels in international domain |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
299 |
names triggers punycode display of entire IDN |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
300 |
* CVE-2017-7839 (bmo#1402896) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
301 |
Control characters before javascript: URLs defeats self-XSS |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
302 |
prevention mechanism |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
303 |
* CVE-2017-7840 (bmo#1366420) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
304 |
Exported bookmarks do not strip script elements from user-supplied |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
305 |
tags |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
306 |
* CVE-2017-7842 (bmo#1397064) |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
307 |
Referrer Policy is not always respected for <link> elements |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
308 |
* CVE-2017-7827 |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
309 |
Memory safety bugs fixed in Firefox 57 |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
310 |
* CVE-2017-7826 |
85bd01789b6f
Firefo 57.0 final release (incl. changelogs)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1008
diff
changeset
|
311 |
Memory safety bugs fixed in Firefox 57 and Firefox ESR 52.5 |
1004
f98f2fd265af
update version requirements
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1001
diff
changeset
|
312 |
- requires NSPR 4.17, NSS 3.33 and rustc 1.19 |
1005 | 313 |
- rebased patches |
1008
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
314 |
- added mozilla-bindgen-systemlibs.patch to allow stylo build |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
315 |
with system libs (bmo#1341234) |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
316 |
- removed mozilla-language.patch since the whole locale code |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
317 |
changed in Firefox and is relying on ICU now |
77c890186192
removed obsolete patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1005
diff
changeset
|
318 |
- removed obsolete mozilla-ucontext.patch |
1004
f98f2fd265af
update version requirements
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1001
diff
changeset
|
319 |
|
f98f2fd265af
update version requirements
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1001
diff
changeset
|
320 |
------------------------------------------------------------------- |
1001 | 321 |
Sat Oct 28 06:30:37 UTC 2017 - wr@rosenauer.org |
322 |
||
323 |
- update to Firefox 56.0.2 |
|
324 |
* Disable Form Autofill completely on user request (bmo#1404531) |
|
325 |
* Fix for video-related crashes on Windows 7 (bmo#1409141) |
|
326 |
* Correct detection for 64-bit GSSAPI authentication (bmo#1409275) |
|
327 |
* Fix for shutdown crash (bmo#1404105) |
|
328 |
||
329 |
------------------------------------------------------------------- |
|
1000 | 330 |
Tue Oct 10 11:47:49 UTC 2017 - wr@rosenauer.org |
331 |
||
332 |
- update to Firefox 56.0.1 |
|
333 |
* Block D3D11 when using Intel drivers on Windows 7 systems with |
|
334 |
partial AVX support (bmo#1403353) |
|
335 |
-> just to sync the version number |
|
998
6c6109948e35
enable stylo (Quantum CSS) for TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
997
diff
changeset
|
336 |
- enable stylo for TW (requires LLVM >= 3.9) |
1000 | 337 |
- queue KDE filepicker requests to avoid non-opening file dialogs |
338 |
happening in certain situations (contributed by Ignaz Forster) |
|
339 |
- the placeholder dot in KDE file dialog in case of empty filenames |
|
340 |
was removed, apparently not required (anymore) |
|
341 |
(contributed by Ignaz Forster) |
|
998
6c6109948e35
enable stylo (Quantum CSS) for TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
997
diff
changeset
|
342 |
|
6c6109948e35
enable stylo (Quantum CSS) for TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
997
diff
changeset
|
343 |
------------------------------------------------------------------- |
997
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
344 |
Sun Oct 1 18:25:16 UTC 2017 - stefan.bruens@rwth-aachen.de |
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
345 |
|
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
346 |
- Correct plugin directory for aarch64 (boo#1061207). The wrapper |
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
347 |
script was not detecting aarch64 as a 64 bit architecture, thus |
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
348 |
used /usr/lib/browser-plugins/. |
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
349 |
|
ca8a6ac7fbf6
- Correct plugin directory for aarch64 (boo#1061207). The wrapper
Stefan Brüns <stefan.bruens@rwth-aachen.de>
parents:
996
diff
changeset
|
350 |
------------------------------------------------------------------- |
996
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
351 |
Sat Sep 30 20:10:50 UTC 2017 - zaitor@opensuse.org |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
352 |
|
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
353 |
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0), |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
354 |
pkgconfig(gtk+-2.0), pkgconfig(gtk+-unix-print-2.0), |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
355 |
pkgconfig(glib-2.0), pkgconfig(gobject-2.0) and |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
356 |
pkgconfig(gdk-x11-2.0) BuildRequires, align with what configure |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
357 |
looks for. |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
358 |
|
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
359 |
------------------------------------------------------------------- |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
360 |
Thu Sep 28 08:28:29 UTC 2017 - wr@rosenauer.org |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
361 |
|
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
362 |
- update to Firefox 56.0 (boo#1060445) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
363 |
* Firefox Screenshots |
994 | 364 |
* Find Options/Preferences more quickly with new search function |
365 |
* Media is no longer auto-played when opened in a background tab |
|
366 |
* Enable CSS Grid Layout View |
|
996
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
367 |
MFSA 2017-21 |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
368 |
* CVE-2017-7793 (bmo#1371889) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
369 |
Use-after-free with Fetch API |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
370 |
* CVE-2017-7817 (bmo#1356596) (Android-only) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
371 |
Firefox for Android address bar spoofing through fullscreen mode |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
372 |
* CVE-2017-7818 (bmo#1363723) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
373 |
Use-after-free during ARIA array manipulation |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
374 |
* CVE-2017-7819 (bmo#1380292) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
375 |
Use-after-free while resizing images in design mode |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
376 |
* CVE-2017-7824 (bmo#1398381) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
377 |
Buffer overflow when drawing and validating elements with ANGLE |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
378 |
* CVE-2017-7805 (bmo#1377618) (fixed via NSS requirement) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
379 |
Use-after-free in TLS 1.2 generating handshake hashes |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
380 |
* CVE-2017-7812 (bmo#1379842) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
381 |
Drag and drop of malicious page content to the tab bar can open locally stored files |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
382 |
* CVE-2017-7814 (bmo#1376036) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
383 |
Blob and data URLs bypass phishing and malware protection warnings |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
384 |
* CVE-2017-7813 (bmo#1383951) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
385 |
Integer truncation in the JavaScript parser |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
386 |
* CVE-2017-7825 (bmo#1393624, bmo#1390980) (OSX-only) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
387 |
OS X fonts render some Tibetan and Arabic unicode characters as spaces |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
388 |
* CVE-2017-7815 (bmo#1368981) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
389 |
Spoofing attack with modal dialogs on non-e10s installations |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
390 |
* CVE-2017-7816 (bmo#1380597) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
391 |
WebExtensions can load about: URLs in extension UI |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
392 |
* CVE-2017-7821 (bmo#1346515) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
393 |
WebExtensions can download and open non-executable files without user interaction |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
394 |
* CVE-2017-7823 (bmo#1396320) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
395 |
CSP sandbox directive did not create a unique origin |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
396 |
* CVE-2017-7822 (bmo#1368859) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
397 |
WebCrypto allows AES-GCM with 0-length IV |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
398 |
* CVE-2017-7820 (bmo#1378207) |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
399 |
Xray wrapper bypass with new tab and web console |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
400 |
* CVE-2017-7811 |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
401 |
Memory safety bugs fixed in Firefox 56 |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
402 |
* CVE-2017-7810 |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
403 |
Memory safety bugs fixed in Firefox 56 and Firefox ESR 52.4 |
994 | 404 |
- requires NSPR 4.16 and NSS 3.32.1 |
996
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
405 |
- rebased patches |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
406 |
|
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
407 |
------------------------------------------------------------------- |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
408 |
Thu Sep 28 07:53:13 UTC 2017 - dimstar@opensuse.org |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
409 |
|
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
410 |
- Add alsa-devel BuildRequires: we care for ALSA support to be |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
411 |
built and thus need to ensure we get the dependencies in place. |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
412 |
In the past, alsa-devel was pulled in by accident: we |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
413 |
buildrequire libgnome-devel. This required esound-devel and that |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
414 |
in turn pulled in alsa-devel for us. libgnome is being fixed to |
84d25951c2db
- Drop libgnomeui-devel, and replace it with pkgconfig(gconf-2.0),
zaitor@opensuse.org
parents:
994
diff
changeset
|
415 |
no longer require esound-devel. |
994 | 416 |
|
417 |
------------------------------------------------------------------- |
|
992
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
418 |
Mon Sep 4 18:27:44 UTC 2017 - wr@rosenauer.org |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
419 |
|
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
420 |
- update to Firefox 55.0.3 |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
421 |
* Fix an issue with addons when using a path containing non-ascii |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
422 |
characters (bmo#1389160) |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
423 |
* Fix file uploads to some websites, including YouTube (bmo#1383518) |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
424 |
- fix Google API key build integration |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
425 |
- add mozilla-ucontext.patch to fix Tumbleweed build |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
426 |
- do not enable XINPUT2 for now (boo#1053959) |
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
427 |
|
b2ba34e0dc10
Firefox 55.0.3 and some other fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
991
diff
changeset
|
428 |
------------------------------------------------------------------- |
991 | 429 |
Fri Aug 11 08:32:30 UTC 2017 - wr@rosenauer.org |
430 |
||
431 |
- update to Firefox 55.0.1 |
|
432 |
* Fix a regression the tab restoration process (bmo#1388160) |
|
433 |
* Fix a problem causing What's new pages not to be displayed (bmo#1386224) |
|
434 |
* Fix a rendering issue with some PKCS#11 libraries (bmo#1388370) |
|
435 |
* Disable the predictor prefetch (bmo#1388160) |
|
436 |
||
437 |
------------------------------------------------------------------- |
|
985 | 438 |
Sat Aug 5 13:22:16 UTC 2017 - wr@rosenauer.org |
439 |
||
991 | 440 |
- update to Firefox 55.0 (boo#1052829) |
985 | 441 |
* Browsing sessions with a high number of tabs are now restored |
442 |
in an instant |
|
443 |
* Sidebar (bookmarks, history, synced tabs) can now be moved to |
|
444 |
the right edge of the window |
|
445 |
* Fine-tune your browser performance from the Preferences/Options page. |
|
446 |
* Make screenshots of webpages, and save them locally or upload |
|
447 |
them to the cloud. This feature will undergo A/B testing and |
|
448 |
will not be visible for some users. |
|
449 |
* Added Belarusian (be) locale |
|
450 |
* Simplify print jobs from within print preview |
|
451 |
* Use virtual reality devices with the web with the introduction |
|
452 |
of WebVR |
|
453 |
* Search suggestions are now enabled by default for users who |
|
454 |
haven't explicitly opted-out |
|
455 |
* Search with any installed search engine directly from the |
|
456 |
location bar |
|
457 |
* IMPORTANT: Breaking profile changes - do not downgrade Firefox |
|
458 |
and use a profile that has been opened with Firefox 55+. |
|
459 |
* The Adobe Flash plugin is now click-to-activate by default and |
|
460 |
only allowed on http:// and https:// URL schemes. This change |
|
461 |
will be rolled out progressively and so will not be visible to |
|
462 |
all users immediately. For more information see the Firefox |
|
463 |
plugin roadmap |
|
464 |
* Modernized application update UI to be less intrusive and more |
|
465 |
aligned with the rest of the browser. Only users who have not |
|
466 |
restarted their browser 8 days after downloading an update or |
|
467 |
users who opted out of automatic updates will see this change. |
|
468 |
* Insecure sites can no longer access the Geolocation APIs to get |
|
469 |
access to your physical location |
|
470 |
* requires NSPR 4.15 and NSS 3.31 |
|
991 | 471 |
MFSA 2017-18 |
472 |
* CVE-2017-7798 (bmo#1371586, bmo#1372112) |
|
473 |
XUL injection in the style editor in devtools |
|
474 |
* CVE-2017-7800 (bmo#1374047) |
|
475 |
Use-after-free in WebSockets during disconnection |
|
476 |
* CVE-2017-7801 (bmo#1371259) |
|
477 |
Use-after-free with marquee during window resizing |
|
478 |
* CVE-2017-7809 (bmo#1380284) |
|
479 |
Use-after-free while deleting attached editor DOM node |
|
480 |
* CVE-2017-7784 (bmo#1376087) |
|
481 |
Use-after-free with image observers |
|
482 |
* CVE-2017-7802 (bmo#1378147) |
|
483 |
Use-after-free resizing image elements |
|
484 |
* CVE-2017-7785 (bmo#1356985) |
|
485 |
Buffer overflow manipulating ARIA attributes in DOM |
|
486 |
* CVE-2017-7786 (bmo#1365189) |
|
487 |
Buffer overflow while painting non-displayable SVG |
|
488 |
* CVE-2017-7806 (bmo#1378113) |
|
489 |
Use-after-free in layer manager with SVG |
|
490 |
* CVE-2017-7753 (bmo#1353312) |
|
491 |
Out-of-bounds read with cached style data and pseudo-elements# |
|
492 |
* CVE-2017-7787 (bmo#1322896) |
|
493 |
Same-origin policy bypass with iframes through page reloads |
|
494 |
* CVE-2017-7807 (bmo#1376459) |
|
495 |
Domain hijacking through AppCache fallback |
|
496 |
* CVE-2017-7792 (bmo#1368652) |
|
497 |
Buffer overflow viewing certificates with an extremely long OID |
|
498 |
* CVE-2017-7804 (bmo#1372849) |
|
499 |
Memory protection bypass through WindowsDllDetourPatcher |
|
500 |
* CVE-2017-7791 (bmo#1365875) |
|
501 |
Spoofing following page navigation with data: protocol and modal alerts |
|
502 |
* CVE-2017-7808 (bmo#1367531) |
|
503 |
CSP information leak with frame-ancestors containing paths |
|
504 |
* CVE-2017-7782 (bmo#1344034) |
|
505 |
WindowsDllDetourPatcher allocates memory without DEP protections |
|
506 |
* CVE-2017-7781 (bmo#1352039) |
|
507 |
Elliptic curve point addition error when using mixed Jacobian-affine coordinates |
|
508 |
* CVE-2017-7794 (bmo#1374281) |
|
509 |
Linux file truncation via sandbox broker |
|
510 |
* CVE-2017-7803 (bmo#1377426) |
|
511 |
CSP containing 'sandbox' improperly applied |
|
512 |
* CVE-2017-7799 (bmo#1372509) |
|
513 |
Self-XSS XUL injection in about:webrtc |
|
514 |
* CVE-2017-7783 (bmo#1360842) |
|
515 |
DOS attack through long username in URL |
|
516 |
* CVE-2017-7788 (bmo#1073952) |
|
517 |
Sandboxed about:srcdoc iframes do not inherit CSP directives |
|
518 |
* CVE-2017-7789 (bmo#1074642) |
|
519 |
Failure to enable HSTS when two STS headers are sent for a connection |
|
520 |
* CVE-2017-7790 (bmo#1350460) (Windows-only) |
|
521 |
Windows crash reporter reads extra memory for some non-null-terminated registry values |
|
522 |
* CVE-2017-7796 (bmo#1234401) (Windows-only) |
|
523 |
Windows updater can delete any file named update.log |
|
524 |
* CVE-2017-7797 (bmo#1334776) |
|
525 |
Response header name interning leaks across origins |
|
526 |
* CVE-2017-7780 |
|
527 |
Memory safety bugs fixed in Firefox 55 |
|
528 |
* CVE-2017-7779 |
|
529 |
Memory safety bugs fixed in Firefox 55 and Firefox ESR 52.3 |
|
985 | 530 |
- updated mozilla-kde.patch: |
531 |
* removed "downloadfinished" alert as Firefox reimplemented the |
|
532 |
whole thing (TODO: check if there is another function we should |
|
533 |
hook in) |
|
534 |
||
535 |
------------------------------------------------------------------- |
|
983 | 536 |
Tue Jul 4 20:08:47 UTC 2017 - wr@rosenauer.org |
537 |
||
538 |
- update to Firefox 54.0.1 |
|
539 |
* Fix a display issue of tab title (bmo#1357656) |
|
540 |
* Fix a display issue of opening new tab (bmo#1371995) |
|
541 |
* Fix a display issue when opening multiple tabs (bmo#1371962) |
|
542 |
* Fix a tab display issue when downloading files (bmo#1373109) |
|
543 |
* Fix a PDF printing issue (bmo#1366744) |
|
544 |
* Fix a Netflix issue on Linux (bmo#1375708) |
|
545 |
||
546 |
------------------------------------------------------------------- |
|
982 | 547 |
Thu Jun 15 13:56:05 UTC 2017 - wr@rosenauer.org |
548 |
||
549 |
- update to Firefox 54.0 |
|
981 | 550 |
* Clearer and more detailed information for download items in the |
551 |
download panel |
|
552 |
* Added Burmese (my) locale |
|
553 |
* Bookmarks created on mobile devices are now shown in |
|
554 |
"Mobile Bookmarks” folder in the drop down list from the toolbar |
|
555 |
and Bookmarks option in the menu bar in Desktop Firefox |
|
982 | 556 |
* added support for multiple content processes (e10s-multi) |
979 | 557 |
- requires NSPR 4.14 and NSS 3.30.2 |
558 |
- requires rust 1.15.1 |
|
559 |
- removed mozilla-shared-nss-db.patch as it seems to be a rather |
|
560 |
unused feature |
|
561 |
||
562 |
------------------------------------------------------------------- |
|
977
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
563 |
Thu Jun 1 04:25:05 UTC 2017 - kah0922@gmail.com |
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
564 |
|
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
565 |
- remove -fno-inline-small-functions and explicitely optimize with |
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
566 |
-O2 for openSUSE > 13.2/Leap 42 to work with gcc7 (boo#1040105) |
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
567 |
|
224d8137f02c
remove -fno-inline-small-functions and explicitely optimize with
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
967
diff
changeset
|
568 |
------------------------------------------------------------------- |
967 | 569 |
Wed Apr 26 12:37:38 UTC 2017 - wr@rosenauer.org |
964
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
570 |
|
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
571 |
- switch to Mozilla's geolocation service (boo#1026989) |
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
572 |
- removed mozilla-preferences.patch obsoleted by overriding via |
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
573 |
firefox.js |
967 | 574 |
- fixed KDE integration to avoid crash caused by filepicker |
575 |
(boo#1015998) |
|
964
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
576 |
|
218a4e337cfe
use mozilla geolocation api instead of broken google one
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
962
diff
changeset
|
577 |
------------------------------------------------------------------- |
960
42e50afb9638
Firefox 53.0 (build6)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
959
diff
changeset
|
578 |
Mon Apr 17 12:52:10 UTC 2017 - wr@rosenauer.org |
42e50afb9638
Firefox 53.0 (build6)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
959
diff
changeset
|
579 |
|
42e50afb9638
Firefox 53.0 (build6)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
959
diff
changeset
|
580 |
- update to Firefox 53.0 |
956 | 581 |
* requires NSS 3.29.5 |
951
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
582 |
* Lightweight themes are now applied in private browsing windows |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
583 |
* Reader Mode now displays estimated reading time for the page |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
584 |
* Two new 'compact' themes available in Firefox, dark and light, |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
585 |
based on the Firefox Developer Edition theme |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
586 |
* Ended Firefox Linux support for processors older than Pentium 4 |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
587 |
and AMD Opteron |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
588 |
* Refresh of the media controls user interface |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
589 |
* Shortened titles on tabs are faded out instead of using ellipsis |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
590 |
for improved readability |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
591 |
* Media playback on new tabs is blocked until the tab is visible |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
592 |
* Permission notifications have a cleaner design and cannot be |
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
593 |
easily missed |
962
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
594 |
MFSA 2017-10 |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
595 |
* CVE-2017-5456 (bmo#1344415) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
596 |
Sandbox escape allowing local file system access |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
597 |
* CVE-2017-5442 (bmo#1347979) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
598 |
Use-after-free during style changes |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
599 |
* CVE-2017-5443 (bmo#1342661) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
600 |
Out-of-bounds write during BinHex decoding |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
601 |
* CVE-2017-5429 (bmo#1341096, bmo#1342823, bmo#1343261, bmo#1348894, |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
602 |
bmo#1348941, bmo#1349340, bmo#1350844, bmo#1352926, bmo#1353088) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
603 |
Memory safety bugs fixed in Firefox 53, Firefox ESR 45.9, and |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
604 |
Firefox ESR 52.1 |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
605 |
* CVE-2017-5464 (bmo#1347075) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
606 |
Memory corruption with accessibility and DOM manipulation |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
607 |
* CVE-2017-5465 (bmo#1347617) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
608 |
Out-of-bounds read in ConvolvePixel |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
609 |
* CVE-2017-5466 (bmo#1353975) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
610 |
Origin confusion when reloading isolated data:text/html URL |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
611 |
* CVE-2017-5467 (bmo#1347262) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
612 |
Memory corruption when drawing Skia content |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
613 |
* CVE-2017-5460 (bmo#1343642) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
614 |
Use-after-free in frame selection |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
615 |
* CVE-2017-5461 (bmo#1344380) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
616 |
Out-of-bounds write in Base64 encoding in NSS |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
617 |
* CVE-2017-5448 (bmo#1346648) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
618 |
Out-of-bounds write in ClearKeyDecryptor |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
619 |
* CVE-2017-5449 (bmo#1340127) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
620 |
Crash during bidirectional unicode manipulation with animation |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
621 |
* CVE-2017-5446 (bmo#1343505) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
622 |
Out-of-bounds read when HTTP/2 DATA frames are sent with incorrect data |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
623 |
* CVE-2017-5447 (bmo#1343552) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
624 |
Out-of-bounds read during glyph processing |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
625 |
* CVE-2017-5444 (bmo#1344461) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
626 |
Buffer overflow while parsing application/http-index-format content |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
627 |
* CVE-2017-5445 (bmo#1344467) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
628 |
Uninitialized values used while parsing application/http-index-format |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
629 |
content |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
630 |
* CVE-2017-5468 (bmo#1329521) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
631 |
Incorrect ownership model for Private Browsing information |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
632 |
* CVE-2017-5469 (bmo#1292534) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
633 |
Potential Buffer overflow in flex-generated code |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
634 |
* CVE-2017-5440 (bmo#1336832) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
635 |
Use-after-free in txExecutionState destructor during XSLT processing |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
636 |
* CVE-2017-5441 (bmo#1343795) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
637 |
Use-after-free with selection during scroll events |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
638 |
* CVE-2017-5439 (bmo#1336830) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
639 |
Use-after-free in nsTArray Length() during XSLT processing |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
640 |
* CVE-2017-5438 (bmo#1336828) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
641 |
Use-after-free in nsAutoPtr during XSLT processing |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
642 |
* CVE-2017-5437 (bmo#1343453) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
643 |
Vulnerabilities in Libevent library |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
644 |
* CVE-2017-5436 (bmo#1345461) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
645 |
Out-of-bounds write with malicious font in Graphite 2 |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
646 |
* CVE-2017-5435 (bmo#1350683) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
647 |
Use-after-free during transaction processing in the editor |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
648 |
* CVE-2017-5434 (bmo#1349946) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
649 |
Use-after-free during focus handling |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
650 |
* CVE-2017-5433 (bmo#1347168) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
651 |
Use-after-free in SMIL animation functions |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
652 |
* CVE-2017-5432 (bmo#1346654) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
653 |
Use-after-free in text input selection |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
654 |
* CVE-2017-5430 (bmo#1329796, bmo#1337418, bmo#1339722, bmo#1340482, |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
655 |
bmo#1342101, bmo#1344081, bmo#1344305, bmo#1344686, |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
656 |
bmo#1346140, bmo#1346419, bmo#1348143, bmo#1349621, |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
657 |
bmo#1349719, bmo#1353476) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
658 |
Memory safety bugs fixed in Firefox 53 and Firefox ESR 52.1 |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
659 |
* CVE-2017-5459 (bmo#1333858) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
660 |
Buffer overflow in WebGL |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
661 |
* CVE-2017-5458 (bmo#1229426) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
662 |
Drag and drop of javascript: URLs can allow for self-XSS |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
663 |
* CVE-2017-5455 (bmo#1341191) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
664 |
Sandbox escape through internal feed reader APIs |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
665 |
* CVE-2017-5454 (bmo#1349276) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
666 |
Sandbox escape allowing file system read access through file picker |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
667 |
* CVE-2017-5451 (bmo#1273537) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
668 |
Addressbar spoofing with onblur event |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
669 |
* CVE-2017-5453 (bmo#1321247) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
670 |
HTML injection into RSS Reader feed preview page through |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
671 |
TITLE element |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
672 |
* CVE-2017-5462 (bmo#1345089) |
fbb2f292caaa
add security information to changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
960
diff
changeset
|
673 |
DRBG flaw in NSS |
951
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
674 |
- removed browser(npapi) provides as these plugins are deprecated |
953 | 675 |
- switch used compiler to gcc5 (FF requires gcc >= 4.9 now) for |
676 |
Leap 42 |
|
677 |
- Gtk2 is not longer an option; switched to Gtk3 |
|
956 | 678 |
- apply MOZ_USE_XINPUT2=1 for better touchpad and touchscreen support |
679 |
(boo#1032003) |
|
680 |
||
681 |
------------------------------------------------------------------- |
|
682 |
Mon Apr 3 06:16:26 UTC 2017 - wr@rosenauer.org |
|
683 |
||
684 |
- update to Firefox 52.0.2 |
|
685 |
* Use Nirmala UI as fallback font for additional Indic languages (bmo#1342787) |
|
686 |
* Fix loading tab icons on session restore (bmo#1338009) |
|
687 |
* Fix a crash on startup on Linux (bmo#1345413) |
|
688 |
* Fix new installs erroneously not prompting to change the default |
|
689 |
browser setting (bmo#1343938) |
|
953 | 690 |
|
691 |
------------------------------------------------------------------- |
|
692 |
Mon Mar 20 15:35:57 UTC 2017 - wr@rosenauer.org |
|
693 |
||
694 |
- disable rust usage for everything but x86(-64) |
|
956 | 695 |
- explicitely add libffi build requirement |
951
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
696 |
|
f7a8fa97a57e
merge latest changes from firefox52
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
946
diff
changeset
|
697 |
------------------------------------------------------------------- |
946 | 698 |
Fri Mar 17 15:43:29 UTC 2017 - wr@rosenauer.org |
699 |
||
700 |
- update to Firefox 52.0.1 (boo#1029822) |
|
701 |
MFSA 2017-08 |
|
702 |
CVE-2017-5428: integer overflow in createImageBitmap() (bmo#1348168) |
|
703 |
||
704 |
------------------------------------------------------------------- |
|
945 | 705 |
Thu Mar 9 12:30:14 UTC 2017 - wr@rosenauer.org |
706 |
||
707 |
- reenable ALSA support which was removed by default upstream |
|
708 |
||
709 |
------------------------------------------------------------------- |
|
944 | 710 |
Sat Mar 4 16:57:45 UTC 2017 - wr@rosenauer.org |
711 |
||
945 | 712 |
- update to Firefox 52.0 (boo#1028391) |
944 | 713 |
* requires NSS >= 3.28.3 |
942
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
714 |
* Pages containing insecure password fields now display a warning |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
715 |
directly within username and password fields. |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
716 |
* Send and open a tab from one device to another with Sync |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
717 |
* Removed NPAPI support for plugins other than Flash. Silverlight, |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
718 |
Java, Acrobat and the like are no longer supported. |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
719 |
* Removed Battery Status API to reduce fingerprinting of users by |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
720 |
trackers |
945 | 721 |
* MFSA 2017-05 |
722 |
CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP |
|
723 |
(bmo#1334933) |
|
724 |
CVE-2017-5401: Memory Corruption when handling ErrorResult |
|
725 |
(bmo#1328861) |
|
726 |
CVE-2017-5402: Use-after-free working with events in FontFace |
|
727 |
objects (bmo#1334876) |
|
728 |
CVE-2017-5403: Use-after-free using addRange to add range to an |
|
729 |
incorrect root object (bmo#1340186) |
|
730 |
CVE-2017-5404: Use-after-free working with ranges in selections |
|
731 |
(bmo#1340138) |
|
732 |
CVE-2017-5406: Segmentation fault in Skia with canvas operations |
|
733 |
(bmo#1306890) |
|
734 |
CVE-2017-5407: Pixel and history stealing via floating-point |
|
735 |
timing side channel with SVG filters (bmo#1336622) |
|
736 |
CVE-2017-5410: Memory corruption during JavaScript garbage |
|
737 |
collection incremental sweeping (bmo#1330687) |
|
738 |
CVE-2017-5408: Cross-origin reading of video captions in violation |
|
739 |
of CORS (bmo#1313711) |
|
740 |
CVE-2017-5412: Buffer overflow read in SVG filters (bmo#1328323) |
|
741 |
CVE-2017-5413: Segmentation fault during bidirectional operations |
|
742 |
(bmo#1337504) |
|
743 |
CVE-2017-5414: File picker can choose incorrect default directory |
|
744 |
(bmo#1319370) |
|
745 |
CVE-2017-5415: Addressbar spoofing through blob URL (bmo#1321719) |
|
746 |
CVE-2017-5416: Null dereference crash in HttpChannel (bmo#1328121) |
|
747 |
CVE-2017-5417: Addressbar spoofing by draging and dropping URLs |
|
748 |
(bmo#791597) |
|
749 |
CVE-2017-5426: Gecko Media Plugin sandbox is not started if |
|
750 |
seccomp-bpf filter is running (bmo#1257361) |
|
751 |
CVE-2017-5427: Non-existent chrome.manifest file loaded during |
|
752 |
startup (bmo#1295542) |
|
753 |
CVE-2017-5418: Out of bounds read when parsing HTTP digest |
|
754 |
authorization responses (bmo#1338876) |
|
755 |
CVE-2017-5419: Repeated authentication prompts lead to DOS |
|
756 |
attack (bmo#1312243) |
|
757 |
CVE-2017-5420: Javascript: URLs can obfuscate addressbar |
|
758 |
location (bmo#1284395) |
|
759 |
CVE-2017-5405: FTP response codes can cause use of |
|
760 |
uninitialized values for ports (bmo#1336699) |
|
761 |
CVE-2017-5421: Print preview spoofing (bmo#1301876) |
|
762 |
CVE-2017-5422: DOS attack by using view-source: protocol |
|
763 |
repeatedly in one hyperlink (bmo#1295002) |
|
764 |
CVE-2017-5399: Memory safety bugs fixed in Firefox 52 |
|
765 |
CVE-2017-5398: Memory safety bugs fixed in Firefox 52 and |
|
766 |
Firefox ESR 45.8 |
|
942
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
767 |
- removed obsolete patches |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
768 |
* mozilla-binutils-visibility.patch |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
769 |
* mozilla-check_return.patch |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
770 |
* mozilla-disable-skia-be.patch |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
771 |
* mozilla-skia-overflow.patch |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
772 |
* mozilla-skia-ppc-endianess.patch |
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
773 |
- rebased patches |
943 | 774 |
- enable rust usage for Tumbleweed |
942
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
775 |
|
66115255ad6f
prepare FF51 (currently 51.0b5)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
940
diff
changeset
|
776 |
------------------------------------------------------------------- |
940 | 777 |
Fri Jan 27 20:25:59 UTC 2017 - astieger@suse.com |
778 |
||
779 |
- Mozilla Firefox 51.0.1: |
|
780 |
- Multiprocess incompatibility did not correctly register with |
|
781 |
some add-ons (bmo#1333423) |
|
782 |
||
783 |
------------------------------------------------------------------- |
|
935
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
784 |
Fri Jan 20 13:57:56 UTC 2017 - wr@rosenauer.org |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
785 |
|
940 | 786 |
- update to Firefox 51.0 |
935
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
787 |
* requires NSPR >= 4.13.1, NSS >= 3.28.1 |
936 | 788 |
* Added support for FLAC (Free Lossless Audio Codec) playback |
789 |
* Added support for WebGL 2 |
|
790 |
* Added Georgian (ka) and Kabyle (kab) locales |
|
791 |
* Support saving passwords for forms without 'submit' events |
|
792 |
* Improved video performance for users without GPU acceleration |
|
793 |
* Zoom indicator is shown in the URL bar if the zoom level is not |
|
794 |
at default level |
|
795 |
* View passwords from the prompt before saving them |
|
796 |
* Remove Belarusian (be) locale |
|
797 |
* Use Skia for content rendering (Linux) |
|
940 | 798 |
* MFSA 2017-01 |
799 |
CVE-2017-5375: Excessive JIT code allocation allows bypass of |
|
800 |
ASLR and DEP (bmo#1325200, boo#1021814) |
|
801 |
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817) |
|
802 |
CVE-2017-5377: Memory corruption with transforms to create |
|
803 |
gradients in Skia (bmo#1306883, boo#1021826) |
|
804 |
CVE-2017-5378: Pointer and frame data leakage of Javascript objects |
|
805 |
(bmo#1312001, bmo#1330769, boo#1021818) |
|
806 |
CVE-2017-5379: Use-after-free in Web Animations |
|
807 |
(bmo#1309198,boo#1021827) |
|
808 |
CVE-2017-5380: Potential use-after-free during DOM manipulations |
|
809 |
(bmo#1322107, boo#1021819) |
|
810 |
CVE-2017-5390: Insecure communication methods in Developer Tools |
|
811 |
JSON viewer (bmo#1297361, boo#1021820) |
|
812 |
CVE-2017-5389: WebExtensions can install additional add-ons via |
|
813 |
modified host requests (bmo#1308688, boo#1021828) |
|
814 |
CVE-2017-5396: Use-after-free with Media Decoder |
|
815 |
(bmo#1329403, boo#1021821) |
|
816 |
CVE-2017-5381: Certificate Viewer exporting can be used to navigate |
|
817 |
and save to arbitrary filesystem locations |
|
818 |
(bmo#1017616, boo#1021830) |
|
819 |
CVE-2017-5382: Feed preview can expose privileged content errors |
|
820 |
and exceptions (bmo#1295322, boo#1021831) |
|
821 |
CVE-2017-5383: Location bar spoofing with unicode characters |
|
822 |
(bmo#1323338, bmo#1324716, boo#1021822) |
|
823 |
CVE-2017-5384: Information disclosure via Proxy Auto-Config (PAC) |
|
824 |
(bmo#1255474, boo#1021832) |
|
825 |
CVE-2017-5385: Data sent in multipart channels ignores referrer-policy |
|
826 |
response headers (bmo#1295945, boo#1021833) |
|
827 |
CVE-2017-5386: WebExtensions can use data: protocol to affect other |
|
828 |
extensions (bmo#1319070, boo#1021823) |
|
829 |
CVE-2017-5394: Android location bar spoofing using fullscreen and |
|
830 |
JavaScript events (bmo#1222798) |
|
831 |
CVE-2017-5391: Content about: pages can load privileged about: pages |
|
832 |
(bmo#1309310, boo#1021835) |
|
833 |
CVE-2017-5392: Weak references using multiple threads on weak proxy |
|
834 |
objects lead to unsafe memory usage (bmo#1293709) |
|
835 |
(Android only) |
|
836 |
CVE-2017-5393: Remove addons.mozilla.org CDN from whitelist for |
|
837 |
mozAddonManager (bmo#1309282, boo#1021837) |
|
838 |
CVE-2017-5395: Android location bar spoofing during scrolling |
|
839 |
(bmo#1293463) (Android only) |
|
840 |
CVE-2017-5387: Disclosure of local file existence through TRACK |
|
841 |
tag error messages (bmo#1295023, boo#1021839) |
|
842 |
CVE-2017-5388: WebRTC can be used to generate a large amount of |
|
843 |
UDP traffic for DDOS attacks |
|
844 |
(bmo#1281482, boo#1021840) |
|
845 |
CVE-2017-5374: Memory safety bugs fixed in Firefox 51 (boo#1021841) |
|
846 |
CVE-2017-5373: Memory safety bugs fixed in Firefox 51 and |
|
847 |
Firefox ESR 45.7 (boo#1021824) |
|
848 |
- switch Firefox to Gtk3 for Tumbleweed |
|
935
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
849 |
- removed obsolete patches |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
850 |
* mozilla-flex_buffer_overrun.patch |
939
3604ed712e16
51.0 as submitted to official openSUSE
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
938
diff
changeset
|
851 |
- updated RPM locale support tag |
3604ed712e16
51.0 as submitted to official openSUSE
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
938
diff
changeset
|
852 |
- improve recognition of LANGUAGE env variable (boo#1017174) |
940 | 853 |
- add upstream patch to fix PPC64LE (bmo#1319389) |
854 |
(mozilla-skia-ppc-endianess.patch) |
|
855 |
- fix build without skia (big endian archs) (bmo#1319374) |
|
856 |
(mozilla-disable-skia-be.patch) |
|
935
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
857 |
|
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
858 |
------------------------------------------------------------------- |
933 | 859 |
Mon Dec 12 21:18:41 UTC 2016 - wr@rosenauer.org |
860 |
||
935
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
861 |
- update to Firefox 50.1.0 (boo#1015422) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
862 |
* MFSA 2016-94 |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
863 |
CVE-2016-9894: Buffer overflow in SkiaGL (bmo#1306628) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
864 |
CVE-2016-9899: Use-after-free while manipulating DOM events and |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
865 |
audio elements (bmo#1317409) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
866 |
CVE-2016-9895: CSP bypass using marquee tag (bmo#1312272) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
867 |
CVE-2016-9896: Use-after-free with WebVR (bmo#1315543) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
868 |
CVE-2016-9897: Memory corruption in libGLES (bmo#1301381) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
869 |
CVE-2016-9898: Use-after-free in Editor while manipulating |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
870 |
DOM subtrees (bmo#1314442) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
871 |
CVE-2016-9900: Restricted external resources can be loaded by |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
872 |
SVG images through data URLs (bmo#1319122) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
873 |
CVE-2016-9904: Cross-origin information leak in shared atoms |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
874 |
(bmo#1317936) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
875 |
CVE-2016-9901: Data from Pocket server improperly sanitized |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
876 |
before execution (bmo#1320057) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
877 |
CVE-2016-9902: Pocket extension does not validate the origin |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
878 |
of events (bmo#1320039) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
879 |
CVE-2016-9903: XSS injection vulnerability in add-ons SDK |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
880 |
(bmo#1315435) |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
881 |
CVE-2016-9080: Memory safety bugs fixed in Firefox 50.1 |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
882 |
CVE-2016-9893: Memory safety bugs fixed in Firefox 50.1 and |
9ae2b79d3bb1
prepare FF 51 -> 51.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
933
diff
changeset
|
883 |
Firefox ESR 45.6 |
933 | 884 |
|
885 |
------------------------------------------------------------------- |
|
886 |
Fri Dec 9 17:57:22 UTC 2016 - cgrobertson@novell.com |
|
887 |
||
888 |
- added patch mozilla-aarch64-startup-crash.patch (bsc#1011922) |
|
889 |
||
890 |
------------------------------------------------------------------- |
|
891 |
Thu Dec 1 02:49:45 UTC 2016 - wr@rosenauer.org |
|
892 |
||
893 |
- update to Firefox 50.0.2 |
|
894 |
* Firefox crashes with 3rd party Chinese IME when using IME text |
|
895 |
(50.0.1) |
|
896 |
security fixes (in 50.0.1): (boo#1012807) |
|
897 |
* MFSA 2016-91 |
|
898 |
CVE-2016-9078: data: URL can inherit wrong origin after an |
|
899 |
HTTP redirect (bmo#1317641) |
|
900 |
security fixes (in 50.0.2) (boo#1012964) |
|
901 |
* MFSA 2016-92 |
|
902 |
CVE-2016-9079: Use-after-free in SVG Animation (bmo#1321066) |
|
903 |
||
904 |
------------------------------------------------------------------- |
|
932 | 905 |
Mon Nov 14 21:07:03 UTC 2016 - wr@rosenauer.org |
906 |
||
907 |
- update to Firefox 50.0 (boo#1009026) |
|
908 |
* requires NSS 3.26.2 |
|
909 |
new features |
|
910 |
* Updates to keyboard shortcuts |
|
911 |
Set a preference to have Ctrl+Tab cycle through tabs in recently |
|
912 |
used order |
|
913 |
View a page in Reader Mode by using Ctrl+Alt+R |
|
914 |
* Added option to Find in page that allows users to limit search to |
|
915 |
whole words only |
|
916 |
* Added download protection for a large number of executable file |
|
917 |
types on Windows, Mac and Linux |
|
918 |
* Fixed rendering of dashed and dotted borders with rounded corners |
|
919 |
(border-radius) |
|
920 |
* Added a built-in Emoji set for operating systems without native |
|
921 |
Emoji fonts (Windows 8.0 and lower and Linux) |
|
922 |
* Blocked versions of libavcodec older than 54.35.1 |
|
923 |
* additional locale |
|
924 |
security fixes: |
|
925 |
* MFSA 2016-89 |
|
926 |
CVE-2016-5296: Heap-buffer-overflow WRITE in rasterize_edges_1 |
|
927 |
(bmo#1292443) |
|
928 |
CVE-2016-5292: URL parsing causes crash (bmo#1288482) |
|
929 |
CVE-2016-5293: Write to arbitrary file with updater and moz |
|
930 |
maintenance service using updater.log hardlink |
|
931 |
(Windows only) (bmo#1246945) |
|
932 |
CVE-2016-5294: Arbitrary target directory for result files of |
|
933 |
update process (Windows only) (bmo#1246972) |
|
934 |
CVE-2016-5297: Incorrect argument length checking in Javascript |
|
935 |
(bmo#1303678) |
|
936 |
CVE-2016-9064: Addons update must verify IDs match between |
|
937 |
current and new versions (bmo#1303418) |
|
938 |
CVE-2016-9065: Firefox for Android location bar spoofing usingfullscreen |
|
939 |
(Android only) (bmo#1306696) |
|
940 |
CVE-2016-9066: Integer overflow leading to a buffer overflow in |
|
941 |
nsScriptLoadHandler (bmo#1299686) |
|
942 |
CVE-2016-9067: heap-use-after-free in nsINode::ReplaceOrInsertBefore |
|
943 |
(bmo#1301777, bmo#1308922 (CVE-2016-9069)) |
|
944 |
CVE-2016-9068: heap-use-after-free in nsRefreshDriver (bmo#1302973) |
|
945 |
CVE-2016-9072: 64-bit NPAPI sandbox isn't enabled on fresh profile |
|
946 |
(bmo#1300083) (Windows only) |
|
947 |
CVE-2016-9075: WebExtensions can access the mozAddonManager API |
|
948 |
and use it to gain elevated privileges (bmo#1295324) |
|
949 |
CVE-2016-9077: Canvas filters allow feDisplacementMaps to be applied |
|
950 |
to cross-origin images, allowing timing attacks on them |
|
951 |
(bmo#1298552) |
|
952 |
CVE-2016-5291: Same-origin policy violation using local HTML file |
|
953 |
and saved shortcut file (bmo#1292159) |
|
954 |
CVE-2016-5295: Mozilla Maintenance Service: Ability to read |
|
955 |
arbitrary files as SYSTEM (Windows only) (bmo#1247239) |
|
956 |
CVE-2016-5298: SSL indicator can mislead the user about the real |
|
957 |
URL visited (bmo#1227538) (Android only) |
|
958 |
CVE-2016-5299: Firefox AuthToken in broadcast protected with |
|
959 |
signature-level permission can be accessed by an |
|
960 |
application installed beforehand that defines the |
|
961 |
same permissions (bmo#1245791) (Android only) |
|
962 |
CVE-2016-9061: API Key (glocation) in broadcast protected with |
|
963 |
signature-level permission can be accessed by an |
|
964 |
application installed beforehand that defines the |
|
965 |
same permissions (Android only) (bmo#1245795) |
|
966 |
CVE-2016-9062: Private browsing browser traces (android) in |
|
967 |
browser.db and wal file (Android only) (bmo#1294438) |
|
968 |
CVE-2016-9070: Sidebar bookmark can have reference to chrome window |
|
969 |
(bmo#1281071) |
|
970 |
CVE-2016-9073: windows.create schema doesn't specify "format": "relativeUrl" |
|
971 |
(bmo#1289273) |
|
972 |
CVE-2016-9074: Insufficient timing side-channel resistance in |
|
973 |
divSpoiler (bmo#1293334) (fixed via NSS 3.26.1) |
|
974 |
CVE-2016-9076: select dropdown menu can be used for URL bar |
|
975 |
spoofing on e10s (bmo#1276976) |
|
976 |
CVE-2016-9063: Possible integer overflow to fix inside XML_Parse |
|
977 |
in expat (bmo#1274777) |
|
978 |
CVE-2016-9071: Probe browser history via HSTS/301 redirect + CSP |
|
979 |
(bmo#1285003) |
|
980 |
CVE-2016-5289: Memory safety bugs fixed in Firefox 50 |
|
981 |
CVE-2016-5290: Memory safety bugs fixed in Firefox 50 and Firefox ESR 45.5 |
|
982 |
- make aarch64 build more similar to x86_64 build (remove conditionals |
|
983 |
that don't seem to be necessary anymore) |
|
984 |
||
985 |
------------------------------------------------------------------- |
|
931 | 986 |
Mon Oct 24 09:41:17 UTC 2016 - astieger@suse.com |
987 |
||
988 |
- Mozilla Firefox 49.0.2: |
|
989 |
* CVE-2016-5287: Crash in nsTArray_base (bsc#1006475) |
|
990 |
* CVE-2016-5288: Web content can read cache entries (bsc#1006476) |
|
991 |
* Asynchronous rendering of the Flash plugins is now enabled by |
|
992 |
default |
|
993 |
* Change D3D9 default fallback preference to prevent graphical |
|
994 |
artifacts |
|
995 |
* Network issue prevents some users from seeing the Firefox UI on |
|
996 |
startup |
|
997 |
* Web compatibility issue with file uploads |
|
998 |
* Web compatibility issue with Array.prototype.values |
|
999 |
* Diagnostic information on timing for tab switching |
|
1000 |
* Fix a Canvas filters graphics issue affecting HTML5 apps |
|
1001 |
||
1002 |
------------------------------------------------------------------- |
|
930
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1003 |
Wed Oct 12 20:42:28 UTC 2016 - badshah400@gmail.com |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1004 |
|
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1005 |
- Drop mozilla-gtk3_20.patch; obsoleted by Firefox version 49.0 |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1006 |
and fixes have been incorporated by upstream. |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1007 |
|
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1008 |
------------------------------------------------------------------- |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1009 |
Fri Sep 23 20:36:39 UTC 2016 - astieger@suse.com |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1010 |
|
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1011 |
- Mozilla Firefox 49.0.1: |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1012 |
* Mitigate a startup crash issue caused by Websense - bmo#1304783 |
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1013 |
|
fdfd88b0c2d7
latest updates including 49.0.1
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
929
diff
changeset
|
1014 |
------------------------------------------------------------------- |
929 | 1015 |
Tue Sep 20 07:09:52 UTC 2016 - wr@rosenauer.org |
1016 |
||
1017 |
- update to Firefox 49.0 (boo#999701) |
|
1018 |
new features |
|
1019 |
* Updated Firefox Login Manager to allow HTTPS pages to use saved |
|
1020 |
HTTP logins. |
|
1021 |
* Added features to Reader Mode that make it easier on the eyes and |
|
1022 |
the ears |
|
1023 |
* Improved video performance for users on systems that support |
|
1024 |
SSE3 without hardware acceleration |
|
1025 |
* Added context menu controls to HTML5 audio and video that let users |
|
1026 |
loops files or play files at 1.25x speed |
|
1027 |
* Improvements in about:memory reports for tracking font memory usage |
|
1028 |
security related |
|
1029 |
* MFSA 2016-85 |
|
1030 |
CVE-2016-2827 (bmo#1289085) - Out-of-bounds read in |
|
1031 |
mozilla::net::IsValidReferrerPolicy |
|
1032 |
CVE-2016-5270 (bmo#1291016) - Heap-buffer-overflow in |
|
1033 |
nsCaseTransformTextRunFactory::TransformString |
|
1034 |
CVE-2016-5271 (bmo#1288946) - Out-of-bounds read in |
|
1035 |
PropertyProvider::GetSpacingInternal |
|
1036 |
CVE-2016-5272 (bmo#1297934) - Bad cast in nsImageGeometryMixin |
|
1037 |
CVE-2016-5273 (bmo#1280387) - crash in |
|
1038 |
mozilla::a11y::HyperTextAccessible::GetChildOffset |
|
1039 |
CVE-2016-5276 (bmo#1287721) - Heap-use-after-free in |
|
1040 |
mozilla::a11y::DocAccessible::ProcessInvalidationList |
|
1041 |
CVE-2016-5274 (bmo#1282076) - use-after-free in |
|
1042 |
nsFrameManager::CaptureFrameState |
|
1043 |
CVE-2016-5277 (bmo#1291665) - Heap-use-after-free in nsRefreshDriver::Tick |
|
1044 |
CVE-2016-5275 (bmo#1287316) - global-buffer-overflow in |
|
1045 |
mozilla::gfx::FilterSupport::ComputeSourceNeededRegions |
|
1046 |
CVE-2016-5278 (bmo#1294677) - Heap-buffer-overflow in |
|
1047 |
nsBMPEncoder::AddImageFrame |
|
1048 |
CVE-2016-5279 (bmo#1249522) - Full local path of files is available |
|
1049 |
to web pages after drag and drop |
|
1050 |
CVE-2016-5280 (bmo#1289970) - Use-after-free in |
|
1051 |
mozilla::nsTextNodeDirectionalityMap::RemoveElementFromMap |
|
1052 |
CVE-2016-5281 (bmo#1284690) - use-after-free in DOMSVGLength |
|
1053 |
CVE-2016-5282 (bmo#932335) - Don't allow content to request favicons |
|
1054 |
from non-whitelisted schemes |
|
1055 |
CVE-2016-5283 (bmo#928187) - <iframe src> fragment timing attack can |
|
1056 |
reveal cross-origin data |
|
1057 |
CVE-2016-5284 (bmo#1303127) - Add-on update site certificate pin expiration |
|
1058 |
CVE-2016-5256 - Memory safety bugs fixed in Firefox 49 |
|
1059 |
CVE-2016-5257 - Memory safety bugs fixed in Firefox 49 and Firefox ESR 45.4 |
|
1060 |
- removed obsolete patches: |
|
1061 |
* mozilla-aarch64-48bit-va.patch |
|
1062 |
* mozilla-exclude-nametablecpp.patch |
|
1063 |
* mozilla-old_configure-bmo1282843.patch |
|
1064 |
- added patch mozilla-skia-overflow.patch (bmo#1304114) |
|
1065 |
- requires NSS 3.25 |
|
1066 |
||
1067 |
------------------------------------------------------------------- |
|
928 | 1068 |
Tue Aug 30 20:25:38 UTC 2016 - astieger@suse.com |
1069 |
||
1070 |
- Mozilla Firefox 48.0.2: |
|
1071 |
* Mitigate a startup crash issue caused on Windows (bmo#1291738) |
|
1072 |
||
1073 |
------------------------------------------------------------------- |
|
927 | 1074 |
Sat Aug 20 10:58:26 UTC 2016 - astieger@suse.com |
1075 |
||
1076 |
- Mozilla Firefox 48.0.1: |
|
1077 |
* Fix an audio regression impacting some major websites |
|
1078 |
(bmo#1295296) |
|
1079 |
* Fix a top crash in the JavaScript engine (bmo#1290469) |
|
1080 |
* Fix a startup crash issue caused by Websense (bmo#1291738) |
|
1081 |
* Fix a different behavior with e10s / non-e10s on <select> and |
|
1082 |
mouse events (bmo#1291078) |
|
1083 |
* Fix a top crash caused by plugin issues (bmo#1264530) |
|
1084 |
* Fix a shutdown issue (bmo#1276920) |
|
1085 |
* Fix a crash in WebRTC |
|
1086 |
||
1087 |
------------------------------------------------------------------- |
|
925
05d175c5957e
added upstream patch so system plugins/extensions are correctly
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
924
diff
changeset
|
1088 |
Mon Aug 15 11:24:00 UTC 2016 - wr@rosenauer.org |
05d175c5957e
added upstream patch so system plugins/extensions are correctly
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
924
diff
changeset
|
1089 |
|
05d175c5957e
added upstream patch so system plugins/extensions are correctly
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
924
diff
changeset
|
1090 |
- added upstream patch so system plugins/extensions are correctly |
05d175c5957e
added upstream patch so system plugins/extensions are correctly
Wolfgang |