author | Wolfgang Rosenauer <wr@rosenauer.org> |
Tue, 07 Jan 2020 09:47:03 +0100 | |
branch | firefox71 |
changeset 1118 | 27c3f029180a |
parent 1117 | d6a688186de0 |
child 1119 | 4c5d44d40a03 |
permissions | -rw-r--r-- |
1108
33b03cfb3747
bugfixes, improvements
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1107
diff
changeset
|
1 |
------------------------------------------------------------------- |
1117 | 2 |
Mon Dec 2 08:24:05 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
3 |
||
4 |
- Mozilla Firefox 71.0 |
|
5 |
* Improvements to Lockwise, our integrated password manager |
|
6 |
* More information about Enhanced Tracking Protection in action |
|
7 |
* Native MP3 decoding on Windows, Linux, and macOS |
|
8 |
* Configuration page (about:config) reimplemented in HTML |
|
9 |
* New kiosk mode functionality, which allows maximum screen space |
|
10 |
for customer-facing displays |
|
11 |
MFSA 2019-36 |
|
12 |
* CVE-2019-11756 (bmo#1508776) |
|
13 |
Use-after-free of SFTKSession object |
|
14 |
* CVE-2019-17008 (bmo#1546331) |
|
15 |
Use-after-free in worker destruction |
|
16 |
* CVE-2019-13722 (bmo#1580156) (Windows only) |
|
17 |
Stack corruption due to incorrect number of arguments in WebRTC code |
|
18 |
* CVE-2019-17014 (bmo#1322864) |
|
19 |
Dragging and dropping a cross-origin resource, incorrectly loaded |
|
20 |
as an image, could result in information disclosure |
|
21 |
* CVE-2019-17010 (bmo#1581084) |
|
22 |
Use-after-free when performing device orientation checks |
|
23 |
* CVE-2019-17005 (bmo#1584170) |
|
24 |
Buffer overflow in plain text serializer |
|
25 |
* CVE-2019-17011 (bmo#1591334) |
|
26 |
Use-after-free when retrieving a document in antitracking |
|
27 |
* CVE-2019-17012 (bmo#1449736, bmo#1533957, bmo#1560667, bmo#1567209 |
|
28 |
bmo#1580288, bmo#1585760, bmo#1592502) |
|
29 |
Memory safety bugs fixed in Firefox 71 and Firefox ESR 68.3 |
|
30 |
* CVE-2019-17013 (bmo#1298509, bmo#1472328, bmo#1577439, bmo#1577937 |
|
31 |
bmo#1580320, bmo#1584195, bmo#1585106, bmo#1586293, bmo#1593865 |
|
32 |
bmo#1594181) |
|
33 |
Memory safety bugs fixed in Firefox 71 |
|
1114 | 34 |
- requires |
35 |
NSPR >= 4.23 |
|
36 |
NSS >= 3.47.1 |
|
37 |
rust/cargo >= 1.37 |
|
38 |
- reactivate webrtc for platforms where it was disabled |
|
39 |
- updated create-tar.sh to cover buildid and origin repo information |
|
40 |
-> removed obsolete source-stamp.txt |
|
41 |
- removed obsolete patches |
|
42 |
mozilla-bmo1511604.patch |
|
43 |
mozilla-openaes-decl.patch |
|
1117 | 44 |
- changed locale building procedure |
45 |
* removed obsolete compare-locales.tar.xz |
|
1118
27c3f029180a
latest 71.0 revision
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1117
diff
changeset
|
46 |
- added mozilla-bmo1601707.patch to fix gcc/LTO builds |
27c3f029180a
latest 71.0 revision
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1117
diff
changeset
|
47 |
(bmo#1601707, boo#1158466) |
1117 | 48 |
- added mozilla-bmo849632.patch to fix big endian issues in skia |
49 |
used for WebGL |
|
1114 | 50 |
|
51 |
------------------------------------------------------------------- |
|
52 |
Fri Nov 1 14:16:39 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
53 |
||
54 |
- Mozilla Firefox 70.0.1 |
|
55 |
* Fix for an issue that caused some websites or page elements using |
|
56 |
dynamic JavaScript to fail to load. (bmo#1592136) |
|
57 |
* Title bar no longer shows in full screen view (bmo#1588747) |
|
58 |
- added mozilla-bmo1504834-part4.patch to fix some visual issues on |
|
59 |
big endian platforms |
|
60 |
||
61 |
------------------------------------------------------------------- |
|
1112 | 62 |
Sun Oct 20 20:19:31 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
63 |
||
64 |
- Mozilla Firefox 70.0 |
|
65 |
* more privacy protections from Enhanced Tracking Protection |
|
66 |
* Firefox Lockwise passwordmanager |
|
67 |
* Improvements to core engine components, for better browsing on more sites |
|
68 |
* Improved privacy and security indicators |
|
69 |
MFSA 2019-34 |
|
70 |
* CVE-2018-6156 (bmo#1480088) |
|
71 |
Heap buffer overflow in FEC processing in WebRTC |
|
72 |
* CVE-2019-15903 (bmo#1584907) |
|
73 |
Heap overflow in expat library in XML_GetCurrentLineNumber |
|
74 |
* CVE-2019-11757 (bmo#1577107) |
|
75 |
Use-after-free when creating index updates in IndexedDB |
|
76 |
* CVE-2019-11759 (bmo#1577953) |
|
77 |
Stack buffer overflow in HKDF output |
|
78 |
* CVE-2019-11760 (bmo#1577719) |
|
79 |
Stack buffer overflow in WebRTC networking |
|
80 |
* CVE-2019-11761 (bmo#1561502) |
|
81 |
Unintended access to a privileged JSONView object |
|
82 |
* CVE-2019-11762 (bmo#1582857) |
|
83 |
document.domain-based origin isolation has same-origin-property violation |
|
84 |
* CVE-2019-11763 (bmo#1584216) |
|
85 |
Incorrect HTML parsing results in XSS bypass technique |
|
86 |
* CVE-2019-11765 (bmo#1562582) |
|
87 |
Incorrect permissions could be granted to a website |
|
88 |
* CVE-2019-17000 (bmo#1441468) |
|
89 |
CSP bypass using object tag with data: URI |
|
90 |
* CVE-2019-17001 (bmo#1587976) |
|
91 |
CSP bypass using object tag when script-src 'none' is specified |
|
92 |
* CVE-2019-17002 (bmo#1561056) |
|
93 |
upgrade-insecure-requests was not being honored for links dragged and dropped |
|
94 |
* CVE-2019-11764 (bmo#1558522, bmo#1577061, bmo#1548044, bmo#1571223, |
|
95 |
bmo#1573048, bmo#1578933, bmo#1575217, bmo#1583684, bmo#1586845, bmo#1581950, |
|
96 |
bmo#1583463, bmo#1586599) |
|
97 |
Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2 |
|
98 |
- requires |
|
99 |
rust/cargo >= 1.36 |
|
100 |
NSPR >= 4.22 |
|
101 |
NSS >= 3.46.1 |
|
102 |
rust-cbindgen >= 0.9.1 |
|
103 |
- removed obsolete patches |
|
104 |
mozilla-bmo1573381.patch |
|
105 |
mozilla-nestegg-big-endian.patch |
|
106 |
||
107 |
------------------------------------------------------------------- |
|
1111 | 108 |
Sun Oct 13 08:58:12 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
109 |
||
110 |
- Mozilla Firefox 69.0.3 |
|
111 |
* Fixed Yahoo mail users being prompted to download files when |
|
112 |
clicking on emails (bmo#1582848) |
|
113 |
- devel package build can easily be disabled now |
|
114 |
||
115 |
------------------------------------------------------------------- |
|
116 |
Thu Oct 3 08:40:05 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
117 |
||
118 |
- Mozilla Firefox 69.0.2 |
|
119 |
* Fixed a crash when editing files on Office 365 websites (bmo#1579858) |
|
120 |
* Fixed a Linux-only crash when changing the playback speed while |
|
121 |
watching YouTube videos (bmo#1582222) |
|
122 |
- updated supported locale list |
|
123 |
- Allow to build without profile guided optimizations (boo#1040589) |
|
124 |
(contributed by Bernhard Wiedemann) |
|
125 |
- Make build verbose (contributed by Martin Liška) |
|
126 |
- remove obsolete kde.js setting (boo#1151186) and related patch |
|
127 |
firefox-add-kde.js-in-order-to-survive-PGO-build.patch |
|
128 |
- update create-tar.sh to latest revision and adjusted tar_stamps |
|
129 |
- add mozilla-fix-top-level-asm.patch to fix LTO build (w/o PGO) |
|
130 |
- extension preferences moved from branding package to core package |
|
131 |
(packaging but not branding specific) |
|
132 |
||
133 |
------------------------------------------------------------------- |
|
1110 | 134 |
Thu Sep 19 13:31:16 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
135 |
||
136 |
- Mozilla Firefox 69.0.1 |
|
137 |
* Fixed external programs launching in the background when clicking |
|
138 |
a link from inside Firefox to launch them (bmo#1570845) |
|
139 |
* Usability improvements to the Add-ons Manager for users with |
|
140 |
screen readers (bmo#1567600) |
|
141 |
* Fixed the Captive Portal notification bar not being dismissable |
|
142 |
in some situations after login is complete (bmo#1578633) |
|
143 |
* Fixed the maximum size of fonts in Reader Mode when zoomed (bmo#1578454) |
|
144 |
* Fixed missing stacks in the Developer Tools Performance section |
|
145 |
(bmo#1578354) |
|
146 |
MFSA 2019-31 |
|
147 |
* CVE-2019-11754 (bmo#1580506) |
|
148 |
Pointer Lock is enabled with no user notification |
|
149 |
- disable DOH by default |
|
150 |
||
151 |
------------------------------------------------------------------- |
|
1106 | 152 |
Thu Sep 5 13:02:39 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
153 |
||
154 |
- Mozilla Firefox 69.0 |
|
155 |
* Enhanced Tracking Protection (ETP) for stronger privacy protections |
|
156 |
* Block Autoplay feature is enhanced to give users the option to block |
|
157 |
any video |
|
158 |
* Users in the US or using the en-US browser, can get a new “New Tab” |
|
159 |
page experience connecting to the best of Pocket's content. |
|
160 |
* Support for the Web Authentication HmacSecret extension via |
|
161 |
Windows Hello introduced. |
|
162 |
* Support for receiving multiple video codecs with this release makes |
|
163 |
it easier for WebRTC conferencing services to mix video from |
|
164 |
different clients. |
|
1107
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
165 |
MFSA 2019-25 (boo#1149324) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
166 |
* CVE-2019-11741 (bmo#1539595) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
167 |
Isolate addons.mozilla.org and accounts.firefox.com |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
168 |
* CVE-2019-5849 (bmo#1555838) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
169 |
Out-of-bounds read in Skia |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
170 |
* CVE-2019-11737 (bmo#1388015) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
171 |
Content security policy directives ignore port and path if host is a wildcard |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
172 |
* CVE-2019-11734 (bmo#1352875,bmo#1536227,bmo#1557208,bmo#1560641) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
173 |
Memory safety bugs fixed in Firefox 69 |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
174 |
* CVE-2019-11735 (bmo#1561404,bmo#1561484,bmo#1568047,bmo#1561912, |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
175 |
bmo#1565744,bmo#1568858,bmo#1570358) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
176 |
Memory safety bugs fixed in Firefox 69 and Firefox ESR 68.1 |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
177 |
* CVE-2019-11740 (bmo#1563133,bmo#1573160) |
a2aa55e10564
Firefox 69 as submitted to TW
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1106
diff
changeset
|
178 |
Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, and Firefox ESR 60.9 |
1106 | 179 |
- requires |
180 |
* rust/cargo >= 1.35 |
|
181 |
* rust-cbindgen >= 0.9.0 |
|
182 |
* mozilla-nss >= 3.45 |
|
183 |
- rebased patches |
|
184 |
||
185 |
------------------------------------------------------------------- |
|
1101
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
186 |
Wed Sep 4 15:38:40 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
187 |
|
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
188 |
- added a bunch of patches mainly for big endian platforms |
1109
972f68ac6b1a
Firefox 69.0 as released to Factory/Tumbleweed
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1108
diff
changeset
|
189 |
* mozilla-bmo1504834-part1.patch |
972f68ac6b1a
Firefox 69.0 as released to Factory/Tumbleweed
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1108
diff
changeset
|
190 |
* mozilla-bmo1504834-part2.patch |
972f68ac6b1a
Firefox 69.0 as released to Factory/Tumbleweed
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1108
diff
changeset
|
191 |
* mozilla-bmo1504834-part3.patch |
1101
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
192 |
* mozilla-bmo1511604.patch |
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
193 |
* mozilla-bmo1554971.patch |
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
194 |
* mozilla-bmo1573381.patch |
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
195 |
* mozilla-nestegg-big-endian.patch |
1110 | 196 |
* mozilla-bmo1512162.patch |
1101
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
197 |
|
a4709640638e
added several arch specific (mainly BE) patches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1100
diff
changeset
|
198 |
------------------------------------------------------------------- |
1099
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
199 |
Fri Aug 30 20:49:11 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
200 |
|
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
201 |
- Mozilla Firefox 68.1.0 |
1100 | 202 |
MFSA 2019-26 |
203 |
* CVE-2019-11751 (bmo#1572838; Windows only) |
|
204 |
Malicious code execution through command line parameters |
|
205 |
* CVE-2019-11746 (bmo#1564449) |
|
206 |
Use-after-free while manipulating video |
|
207 |
* CVE-2019-11744 (bmo#1562033) |
|
208 |
XSS by breaking out of title and textarea elements using innerHTML |
|
209 |
* CVE-2019-11742 (bmo#1559715) |
|
210 |
Same-origin policy violation with SVG filters and canvas to steal |
|
211 |
cross-origin images |
|
212 |
* CVE-2019-11736 (bmo#1551913, bmo#1552206; Windows only)) |
|
213 |
File manipulation and privilege escalation in Mozilla Maintenance Service |
|
214 |
* CVE-2019-11753 (bmo#1574980; Windows only) |
|
215 |
Privilege escalation with Mozilla Maintenance Service in custom |
|
216 |
Firefox installation location |
|
217 |
* CVE-2019-11752 (bmo#1501152) |
|
218 |
Use-after-free while extracting a key value in IndexedDB |
|
219 |
* CVE-2019-9812 (bmo#1538008, bmo#1538015) |
|
220 |
Sandbox escape through Firefox Sync |
|
221 |
* CVE-2019-11743 (bmo#1560495) |
|
222 |
Cross-origin access to unload event attributes |
|
223 |
* CVE-2019-11748 (bmo#1564588) |
|
224 |
Persistence of WebRTC permissions in a third party context |
|
225 |
* CVE-2019-11749 (bmo#1565374) |
|
226 |
Camera information available without prompting using getUserMedia |
|
227 |
* CVE-2019-11750 (bmo#1568397) |
|
228 |
Type confusion in Spidermonkey |
|
229 |
* CVE-2019-11738 (bmo#1452037) |
|
230 |
Content security policy bypass through hash-based sources in directives |
|
231 |
* CVE-2019-11747 (bmo#1564481) |
|
232 |
'Forget about this site' removes sites from pre-loaded HSTS list |
|
233 |
* CVE-2019-11735i (bmo#1561404,bmo#1561484,bmo#1568047,bmo#1561912, |
|
234 |
bmo#1565744,bmo#1568858,bmo#1570358) |
|
235 |
Memory safety bugs fixed in Firefox 69 and Firefox ESR 68.1 |
|
236 |
* CVE-2019-11740 (bmo#1563133,bmo#1573160) |
|
237 |
Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, and Firefox ESR 60.9 |
|
238 |
- switched package to ESR branch |
|
1099
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
239 |
- added mozilla-bmo1568145.patch to make builds reproducible |
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
240 |
- removed upstreamed patch mozilla-gcc-internal-compiler-error.patch |
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
241 |
|
8a3c73e74e65
68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate68.1.0 candidate
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1098
diff
changeset
|
242 |
------------------------------------------------------------------- |
1098 | 243 |
Sun Aug 18 17:29:25 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de> |
244 |
||
245 |
- Mozilla Firefox 68.0.2: |
|
246 |
* Fixed a bug causing some special characters to be cut off from |
|
247 |
the end of the search terms when searching from the URL bar |
|
248 |
(bmo#1560228) |
|
249 |
* Allow fonts to be loaded via file:// URLs when opening a page |
|
250 |
locally (bmo#1565942) |
|
251 |
* Printing emails from the Outlook web app no longer prints only |
|
252 |
the header and footer (bmo#1567105) |
|
253 |
* Fixed a bug causing some images not to be displayed on reload, |
|
254 |
including on Google Maps (bmo# 1565542) |
|
255 |
* Fixed an error when starting external applications configured |
|
256 |
as URI handlers (bmo#1567614) |
|
257 |
MFSA 2019-24 (boo#1145665) |
|
258 |
* CVE-2019-11733: Stored passwords in 'Saved Logins' can be |
|
259 |
copied without master password entry (bmo#1565780) |
|
260 |
- drop fix-build-after-y2038-changes-in-glibc.patch, upstream |
|
261 |
||
262 |
------------------------------------------------------------------- |
|
263 |
Fri Aug 16 16:49:24 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de> |
|
264 |
||
265 |
- Fix crash when typing in the URL bar on ppc64le (bmo#1512162). |
|
266 |
The upstream patch doesn't resolve the issue on TW, but compiling |
|
267 |
with -O1 does. Do this until we have a proper fix. |
|
268 |
||
269 |
------------------------------------------------------------------- |
|
270 |
Thu Aug 1 14:25:02 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
|
271 |
||
272 |
- Update build constraints to fix arm builds |
|
273 |
||
274 |
------------------------------------------------------------------- |
|
275 |
Fri Jul 19 08:11:27 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
276 |
||
277 |
- Mozilla Firefox 68.0.1 |
|
278 |
* Fixed missing Full Screen button when watching videos in full |
|
279 |
screen mode on HBO GO (bmo#1562837) |
|
280 |
* Fixed a bug causing incorrect messages to appear for some |
|
281 |
locales when sites try to request the use of the Storage |
|
282 |
Access API (bmo#1558503) |
|
283 |
* Users in Russian regions may have their default search engine |
|
284 |
changed (bmo#1565315) |
|
285 |
* Built-in search engines in some locales do not function |
|
286 |
correctly (bmo#1565779) |
|
287 |
* SupportMenu policy doesn't always work (bmo#1553290) |
|
288 |
* Allow the privacy.file_unique_origin pref to be controlled by |
|
289 |
policy (bmo#1563759) |
|
290 |
||
291 |
------------------------------------------------------------------- |
|
292 |
Thu Jul 11 10:51:39 UTC 2019 - Jiri Slaby <jslaby@suse.com> |
|
293 |
||
294 |
- add fix-build-after-y2038-changes-in-glibc.patch |
|
295 |
||
296 |
------------------------------------------------------------------- |
|
297 |
Wed Jul 10 13:47:41 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com> |
|
298 |
||
299 |
- Generate langpacks sequentially to avoid file corruption |
|
300 |
from racy file writes (boo#1137970) |
|
301 |
||
302 |
------------------------------------------------------------------- |
|
1097 | 303 |
Mon Jul 8 13:30:35 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
304 |
||
305 |
- Mozilla Firefox 68.0 |
|
306 |
* Dark mode in reader view |
|
307 |
* Improved extension security and discovery |
|
308 |
* Cryptomining and fingerprinting protections are added to strict |
|
309 |
content blocking settings in Privacy & Security preferences |
|
310 |
* Camera and microphone access now require an HTTPS connection |
|
311 |
MFSA 2019-21 (bsc#1140868) |
|
312 |
* CVE-2019-9811 (bmo#1538007, bmo#1539598, bmo#1563327) |
|
313 |
Sandbox escape via installation of malicious languagepack |
|
314 |
* CVE-2019-11711 (bmo#1552541) |
|
315 |
Script injection within domain through inner window reuse |
|
316 |
* CVE-2019-11712 (bmo#1543804) |
|
317 |
Cross-origin POST requests can be made with NPAPI plugins by |
|
318 |
following 308 redirects |
|
319 |
* CVE-2019-11713 (bmo#1528481) |
|
320 |
Use-after-free with HTTP/2 cached stream |
|
321 |
* CVE-2019-11714 (bmo#1542593) |
|
322 |
NeckoChild can trigger crash when accessed off of main thread |
|
323 |
* CVE-2019-11729 (bmo#1515342) |
|
324 |
Empty or malformed p256-ECDH public keys may trigger a segmentation fault |
|
325 |
* CVE-2019-11715 (bmo#1555523) |
|
326 |
HTML parsing error can contribute to content XSS |
|
327 |
* CVE-2019-11716 (bmo#1552632) |
|
328 |
globalThis not enumerable until accessed |
|
329 |
* CVE-2019-11717 (bmo#1548306) |
|
330 |
Caret character improperly escaped in origins |
|
331 |
* CVE-2019-11718 (bmo#1408349) |
|
332 |
Activity Stream writes unsanitized content to innerHTML |
|
333 |
* CVE-2019-11719 (bmo#1540541) |
|
334 |
Out-of-bounds read when importing curve25519 private key |
|
335 |
* CVE-2019-11720 (bmo#1556230) |
|
336 |
Character encoding XSS vulnerability |
|
337 |
* CVE-2019-11721 (bmo#1256009) |
|
338 |
Domain spoofing through unicode latin 'kra' character |
|
339 |
* CVE-2019-11730 (bmo#1558299) |
|
340 |
Same-origin policy treats all files in a directory as having the |
|
341 |
same-origin |
|
342 |
* CVE-2019-11723 (bmo#1528335) |
|
343 |
Cookie leakage during add-on fetching across private browsing boundaries |
|
344 |
* CVE-2019-11724 (bmo#1512511) |
|
345 |
Retired site input.mozilla.org has remote troubleshooting permissions |
|
346 |
* CVE-2019-11725 (bmo#1483510) |
|
347 |
Websocket resources bypass safebrowsing protections |
|
348 |
* CVE-2019-11727 (bmo#1552208) |
|
349 |
PKCS#1 v1.5 signatures can be used for TLS 1.3 |
|
350 |
* CVE-2019-11728 (bmo#1552993) |
|
351 |
Port scanning through Alt-Svc header |
|
352 |
* CVE-2019-11710 (bmo#1549768, bmo#1548611, bmo#1533842, bmo#1537692, |
|
353 |
bmo#1540590, bmo#1551907, bmo#1510345, bmo#1535482, bmo#1535848, |
|
354 |
bmo#1547472, bmo#1547760, bmo#1507696, bmo#1544180) |
|
355 |
Memory safety bugs fixed in Firefox 68 |
|
356 |
* CVE-2019-11709 (bmo#1547266, bmo#1540759, bmo#1548822, bmo#1550498 |
|
357 |
bmo#1515052, bmo#1539219, bmo#1547757, bmo#1550498, bmo#1533522) |
|
358 |
Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8 |
|
359 |
- requires |
|
360 |
* NSS 3.44.1 |
|
361 |
* rust/cargo 1.34 |
|
362 |
* rust-cbindgen 0.8.7 |
|
363 |
- rebased patches |
|
364 |
* mozilla-aarch64-startup-crash.patch |
|
365 |
* mozilla-kde.patch |
|
366 |
* mozilla-nongnome-proxies.patch |
|
367 |
* firefox-kde.patch |
|
368 |
- use new create-tar.sh and add tar_stamps for package definitions |
|
369 |
- added patches imported from SLE flavour |
|
370 |
* mozilla-gcc-internal-compiler-error.patch |
|
371 |
* mozilla-bmo1005535.patch |
|
372 |
* mozilla-ppc-altivec_static_inline.patch |
|
373 |
* mozilla-reduce-rust-debuginfo.patch |
|
374 |
* mozilla-s390-bigendian.patch |
|
375 |
* mozilla-s390-context.patch |
|
376 |
||
377 |
------------------------------------------------------------------- |
|
1096 | 378 |
Mon Jul 2 14:15:17 UTC 2019 - Martin Liška <mliska@suse.cz> |
379 |
||
380 |
- Enable PGO for x86_64. |
|
1098 | 381 |
* added firefox-add-kde.js-in-order-to-survive-PGO-build.patch |
1096 | 382 |
|
383 |
------------------------------------------------------------------- |
|
384 |
Thu Jun 20 06:20:59 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
385 |
||
386 |
- Mozilla Firefox 67.0.4 |
|
387 |
MFSA 2019-19 (boo#1138872) |
|
388 |
* CVE-2019-11708 (bmo#1559858) |
|
389 |
sandbox escape using Prompt:Open |
|
390 |
||
391 |
------------------------------------------------------------------- |
|
392 |
Tue Jun 18 18:36:15 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
393 |
||
394 |
- Mozilla Firefox 67.0.3 |
|
395 |
MFSA 2019-18 (boo#1138614) |
|
396 |
* CVE-2019-11707 (bmo#1544386) |
|
397 |
Type confusion in Array.pop |
|
398 |
||
399 |
------------------------------------------------------------------- |
|
400 |
Thu Jun 12 14:56:32 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net> |
|
401 |
||
402 |
- Mozilla Firefox 67.0.2 |
|
403 |
* Fixed: Fix JavaScript error ("TypeError: data is null in |
|
404 |
PrivacyFilter.jsm") in console which may significantly degrade |
|
405 |
sessionstore reliability and performance (bmo#1553413) |
|
406 |
* Fixed: Proxy authentication dialog box repeatedly pops up |
|
407 |
asking to authenticate after upgrading to Firefox 67 (bmo#1548804) |
|
408 |
* Fixed: Pearson MyCloud breaks if FIDO U2F is not Chrome's |
|
409 |
implementation (bmo#1551282) |
|
410 |
* Fixed: Starting in safe mode on Linux or macOS causes Firefox |
|
411 |
to think on the subsequent launch that the profile is too |
|
412 |
recent to be used with this version of Firefox (bmo#1556612) |
|
413 |
* Fixed: Linux distribution users can't easily install/use |
|
414 |
additional/different languages using the built-in preferences |
|
415 |
UI (bmo#1554744) |
|
416 |
* Fixed: Developer tools users can't copy the href/src content |
|
417 |
from various HTML tags via the context menu in the Inspector |
|
418 |
markup view (bmo#1552275) |
|
419 |
* Fixed: Custom home page is broken with clearing data on shutdown |
|
420 |
settings applied (bmo#1554167) |
|
421 |
* Fixed: Performance-regression for eclipse RAP based applications |
|
422 |
(bmo#1555962) |
|
423 |
* Fixed: macOS 10.15 crash fix (bmo#1556076) |
|
424 |
* Fixed: Can't start two downloads in parallel via <a download> |
|
425 |
anymore (bmo#1542912) |
|
426 |
||
427 |
------------------------------------------------------------------- |
|
428 |
Thu Jun 6 06:49:51 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net> |
|
429 |
||
430 |
- Mozilla Firefox 67.0.1 |
|
431 |
* enable enhanced tracking protection by default for new users |
|
432 |
* upgrade of Facebook container to version 2.0 |
|
433 |
* new version of Firefox Lockwise (password management) |
|
434 |
* new version of Firefox Monitor |
|
435 |
* Firefox Send improvements |
|
436 |
||
437 |
------------------------------------------------------------------- |
|
1094 | 438 |
Sun May 19 20:40:30 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
1093 | 439 |
|
440 |
- Mozilla Firefox 67.0 |
|
441 |
* Firefox 67 will be able to run different Firefox installs side by side |
|
442 |
https://blog.nightly.mozilla.org/2019/01/14/moving-to-a-profile-per-install-architecture/ |
|
443 |
* Tabs can now be pinned from the Page Actions menu in the address bar |
|
444 |
* Users can block known cryptominers and fingerprinters in the |
|
445 |
Custom settings or their Content Blocking preferences |
|
446 |
* The Import Data from Another Browser feature is now also available |
|
447 |
from the File menu |
|
448 |
* Firefox will now protect you against running older versions which |
|
449 |
can lead to data corruption and stability issues |
|
450 |
* Easier access to your list of saved logins from the main menu and |
|
451 |
login autocomplete |
|
452 |
* We’ve added a toolbar menu for your Firefox Account to provide more |
|
453 |
transparency for when you are synced, sharing data across devices |
|
454 |
and with Firefox. Personalize the appearance of the menu with your |
|
455 |
own avatar |
|
456 |
* Enable FIDO U2F API, and permit registrations for Google Accounts |
|
457 |
* Enabled AV1 support on Linux |
|
1096 | 458 |
MFSA 2019-13 (boo#1135824) |
1094 | 459 |
* CVE-2019-9815 (bmo#1546544) |
460 |
Disable hyperthreading on content JavaScript threads on macOS |
|
461 |
* CVE-2019-9816 (bmo#1536768) |
|
462 |
Type confusion with object groups and UnboxedObjects |
|
463 |
* CVE-2019-9817 (bmo#1540221) |
|
464 |
Stealing of cross-domain images using canvas |
|
465 |
* CVE-2019-9818 (bmo#1542581) (Windows only) |
|
466 |
Use-after-free in crash generation server |
|
467 |
* CVE-2019-9819 (bmo#1532553) |
|
468 |
Compartment mismatch with fetch API |
|
469 |
* CVE-2019-9820 (bmo#1536405) |
|
470 |
Use-after-free of ChromeEventHandler by DocShell |
|
471 |
* CVE-2019-9821 (bmo#1539125) |
|
472 |
Use-after-free in AssertWorkerThread |
|
473 |
* CVE-2019-11691 (bmo#1542465) |
|
474 |
Use-after-free in XMLHttpRequest |
|
475 |
* CVE-2019-11692 (bmo#1544670) |
|
476 |
Use-after-free removing listeners in the event listener manager |
|
477 |
* CVE-2019-11693 (bmo#1532525) |
|
478 |
Buffer overflow in WebGL bufferdata on Linux |
|
479 |
* CVE-2019-7317 (bmo#1542829) |
|
480 |
Use-after-free in png_image_free of libpng library |
|
481 |
* CVE-2019-11694 (bmo#1534196) (Windows only) |
|
482 |
Uninitialized memory memory leakage in Windows sandbox |
|
483 |
* CVE-2019-11695 (bmo#1445844) |
|
484 |
Custom cursor can render over user interface outside of web content |
|
485 |
* CVE-2019-11696 (bmo#1392955) |
|
486 |
Java web start .JNLP files are not recognized as executable files |
|
487 |
for download prompts |
|
488 |
* CVE-2019-11697 (bmo#1440079) |
|
489 |
Pressing key combinations can bypass installation prompt delays and |
|
490 |
install extensions |
|
491 |
* CVE-2019-11698 (bmo#1543191) |
|
492 |
Theft of user history data through drag and drop of hyperlinks |
|
493 |
to and from bookmarks |
|
494 |
* CVE-2019-11700 (bmo#1549833) (Windows only) |
|
495 |
res: protocol can be used to open known local files |
|
496 |
* CVE-2019-11699 (bmo#1528939) |
|
497 |
Incorrect domain name highlighting during page navigation |
|
498 |
* CVE-2019-11701 (bmo#1518627) |
|
499 |
webcal: protocol default handler loads vulnerable web page |
|
500 |
* CVE-2019-9814 (bmo#1527592, bmo#1534536, bmo#1520132, bmo#1543159, |
|
501 |
bmo#1539393, bmo#1459932, bmo#1459182, bmo#1516425) |
|
502 |
Memory safety bugs fixed in Firefox 67 |
|
503 |
* CVE-2019-9800 (bmo#1540166, bmo#1534593, bmo#1546327, bmo#1540136, |
|
504 |
bmo#1538736, bmo#1538042, bmo#1535612, bmo#1499719, bmo#1499108, |
|
505 |
bmo#1538619, bmo#1535194, bmo#1516325, bmo#1542324, bmo#1542097, |
|
506 |
bmo#1532465, bmo#1533554, bmo#1541580) |
|
507 |
Memory safety bugs fixed in Firefox 67 and Firefox ESR 60.7 |
|
1093 | 508 |
- requires |
509 |
* rust/cargo >= 1.32 |
|
510 |
* mozilla-nspr >= 4.21 |
|
511 |
* mozilla-nss >= 3.43 |
|
512 |
* rust-cbindgen >= 0.8.2 |
|
513 |
- rebased patches |
|
514 |
- KDE integration for default browser detection is broken in this revision |
|
515 |
||
516 |
------------------------------------------------------------------- |
|
1094 | 517 |
Fri May 17 12:04:49 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
518 |
||
519 |
- Fix armv7 build with: |
|
520 |
* mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch |
|
521 |
||
522 |
------------------------------------------------------------------- |
|
1092 | 523 |
Fri May 10 10:30:05 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net> |
524 |
||
525 |
- Mozilla Firefox 66.0.5 |
|
526 |
* Fixed: Further improvements to re-enable web extensions which |
|
527 |
had been disabled for users with a master password set (bmo#1549249) |
|
528 |
||
529 |
------------------------------------------------------------------- |
|
530 |
Sun May 5 20:21:02 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
531 |
||
532 |
- Mozilla Firefox 66.0.4 (boo#1134126) |
|
533 |
* fix extension certificate chain |
|
534 |
https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/ |
|
535 |
||
536 |
------------------------------------------------------------------- |
|
537 |
Thu Apr 11 09:16:17 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net> |
|
538 |
||
539 |
- Mozilla Firefox 66.0.3 |
|
540 |
* Fixed: Address bar on tablets running Windows 10 now behaves |
|
541 |
correctly (bmo#1498973) |
|
542 |
* Fixed: Performance issues with some HTML5 games (bmo#1537609) |
|
543 |
* Fixed a bug with keypress events in IBM cloud applications |
|
544 |
(bmo#1538970) |
|
545 |
* Fix for keypress events in some Microsoft cloud applications |
|
546 |
(bmo#1539618) |
|
547 |
* Changed: Updated Baidu search plugin |
|
548 |
||
549 |
------------------------------------------------------------------- |
|
550 |
Thu Mar 28 19:01:41 UTC 2019 - Manfred Hollstein <manfred.h@gmx.net> |
|
551 |
||
552 |
- Mozilla Firefox 66.0.2 |
|
553 |
* Fixed Web compatibility issues with Office 365, iCloud and |
|
554 |
IBM WebMail caused by recent changes to the handling of |
|
555 |
keyboard events (bmo#1538966) |
|
556 |
* Crash fixes (bmo#1521370, bmo#1539118) |
|
557 |
||
558 |
------------------------------------------------------------------- |
|
559 |
Thu Mar 28 09:58:36 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
|
560 |
||
561 |
- Add patch to fix aarch64 build: |
|
562 |
* mozilla-fix-aarch64-libopus.patch (bmo#1539737) |
|
563 |
||
564 |
------------------------------------------------------------------- |
|
565 |
Fri Mar 22 22:22:08 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
|
566 |
||
567 |
- Mozilla Firefox 66.0.1 |
|
568 |
MFSA 2019-09 (bsc#1130262) |
|
569 |
* CVE-2019-9810 (bmo#1537924) |
|
570 |
IonMonkey MArraySlice has incorrect alias information |
|
571 |
* CVE-2019-9813 (bmo#1538006) |
|
572 |
Ionmonkey type confusion with __proto__ mutations |
|
573 |
||
574 |
------------------------------------------------------------------- |
|
1089 | 575 |
Sun Mar 17 10:08:51 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
576 |
||
577 |
- Mozilla Firefox 66.0 |
|
578 |
* Increased content processes to 8 |
|
579 |
* Added capability to search through open tabs from the tab overflow menu |
|
580 |
* New backend for the storage.local WebExtensions API, providing |
|
581 |
I/O performance improvements when the extension updates a small |
|
582 |
subset of the stored data |
|
583 |
* WebExtension keyboard shortcuts can now be managed or overridden |
|
584 |
from about:addons |
|
585 |
* Improved scrolling behavior: Firefox will now attempt to keep content |
|
586 |
from jumping around while a page is loading by supporting scroll |
|
587 |
anchoring |
|
588 |
* New about:privatebrowsing with search |
|
589 |
* A certificate error page now notifies the user of the name of the |
|
590 |
certificate issuer that breaks HTTPs connections on intercepted |
|
591 |
connections to help troubleshooting possible anti-virus software |
|
592 |
issues. |
|
593 |
* Fixed an performance issue some Linux users experienced with the |
|
594 |
Downloads panel (bmo#1517101) |
|
595 |
* Firefox now blocks all autoplay media with sound by default. Users |
|
596 |
can add individual sites to an exceptions list or turn the blocking |
|
597 |
off. |
|
598 |
* System title bar is hidden by default to match Gnome guideline |
|
1092 | 599 |
MFSA 2019-07 (bsc#1129821) |
600 |
* CVE-2019-9790 (bmo#1525145) |
|
601 |
Use-after-free when removing in-use DOM elements |
|
602 |
* CVE-2019-9791 (bmo#1530958) |
|
603 |
Type inference is incorrect for constructors entered through on-stack |
|
604 |
replacement with IonMonkey |
|
605 |
* CVE-2019-9792 (bmo#1532599) |
|
606 |
IonMonkey leaks JS_OPTIMIZED_OUT magic value to script |
|
607 |
* CVE-2019-9793 (bmo#1528829) |
|
608 |
Improper bounds checks when Spectre mitigations are disabled |
|
609 |
* CVE-2019-9794 (bmo#1530103) (Windows only) |
|
610 |
Command line arguments not discarded during execution |
|
611 |
* CVE-2019-9795 (bmo#1514682) |
|
612 |
Type-confusion in IonMonkey JIT compiler |
|
613 |
* CVE-2019-9796 (bmo#1531277) |
|
614 |
Use-after-free with SMIL animation controller |
|
615 |
* CVE-2019-9797 (bmo#1528909) |
|
616 |
Cross-origin theft of images with createImageBitmap |
|
617 |
* CVE-2019-9798 (bmo#1527534) (Android only) |
|
618 |
Library is loaded from world writable APITRACE_LIB location |
|
619 |
* CVE-2019-9799 (bmo#1505678) |
|
620 |
Information disclosure via IPC channel messages |
|
621 |
* CVE-2019-9801 (bmo#1527717) (Windows only) |
|
622 |
Windows programs that are not 'URL Handlers' are exposed to web content |
|
623 |
* CVE-2019-9802 (bmo#1415508) |
|
624 |
Chrome process information leak |
|
625 |
* CVE-2019-9803 (bmo#1515863, bmo#1437009) |
|
626 |
Upgrade-Insecure-Requests incorrectly enforced for same-origin navigation |
|
627 |
* CVE-2019-9804 (bmo#1518026) (MacOS only) |
|
628 |
Code execution through 'Copy as cURL' in Firefox Developer Tools on macOS |
|
629 |
* CVE-2019-9805 (bmo#1521360) |
|
630 |
Potential use of uninitialized memory in Prio |
|
631 |
* CVE-2019-9806 (bmo#1525267) |
|
632 |
Denial of service through successive FTP authorization prompts |
|
633 |
* CVE-2019-9807 (bmo#1362050) |
|
634 |
Text sent through FTP connection can be incorporated into alert messages |
|
635 |
* CVE-2019-9809 (bmo#1282430, bmo#1523249) |
|
636 |
Denial of service through FTP modal alert error messages |
|
637 |
* CVE-2019-9808 (bmo#1434634) |
|
638 |
WebRTC permissions can display incorrect origin with data: and blob: URLs |
|
639 |
* CVE-2019-9789 bmo#1520483, bmo#1522987, bmo#1528199, bmo#1519337, |
|
640 |
bmo#1525549, bmo#1516179, bmo#1518524, bmo#1518331, bmo#1526579, |
|
641 |
bmo#1512567, bmo#1524335, bmo#1448505, bmo#1518821 |
|
642 |
Memory safety bugs fixed in Firefox 66 |
|
643 |
* CVE-2019-9788 bmo#1518001, bmo#1521304, bmo#1521214, bmo#1506665, |
|
644 |
bmo#1516834, bmo#1518774, bmo#1524755, bmo#1523362, bmo#1524214, bmo#1529203 |
|
645 |
Memory safety bugs fixed in Firefox 66 and Firefox ESR 60.6 |
|
1089 | 646 |
- updated build/runtime requirements |
647 |
* mozilla-nss >= 3.42.1 |
|
648 |
* cargo/rust >= 1.31 |
|
649 |
* rust-cbindgen >= 0.6.8 |
|
1092 | 650 |
* nasm >= 2.13 (new) |
1089 | 651 |
- removed obsolete patch |
652 |
* mozilla-bmo256180.patch |
|
653 |
||
654 |
------------------------------------------------------------------- |
|
1087 | 655 |
Tue Mar 5 10:17:01 UTC 2019 - Stephan Kulow <coolo@suse.com> |
656 |
||
657 |
- Do not hardcode nodejs8 but leave the prefer to the distribution |
|
658 |
(Tumbleweed staging wants to switch to nodejs10) |
|
659 |
||
660 |
------------------------------------------------------------------- |
|
661 |
Fri Feb 15 13:45:57 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
|
662 |
||
663 |
- Update _constraints to avoid 'no space left' error seen on aarch64 |
|
664 |
||
665 |
------------------------------------------------------------------- |
|
1086 | 666 |
Wed Feb 13 07:17:28 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
667 |
||
668 |
- Mozilla Firefox 65.0.1 |
|
669 |
* Fixed accidental requests to addons.mozilla.org when an addon |
|
670 |
recommendation doorhanger is shown (bmo#1526387) |
|
671 |
* Improved playback of interactive Netflix videos (bmo#1524500) |
|
672 |
* Fixed incorrect sizing of the "Clear Recent History" window in |
|
673 |
some situations (bmo#1523696) |
|
674 |
* Fixed audio & video delays while making WebRTC calls |
|
675 |
(bmo#1521577, bmo#1523817) |
|
676 |
* Fixed video sizing problems during some WebRTC calls (bmo#1520200) |
|
677 |
* Fixed looping CONNECT requests when using WebSockets over HTTP/2 |
|
678 |
from behind a proxy server (bmo#1523427) |
|
679 |
* Fixed the "Enter" key not working on password entry fields for |
|
680 |
certain Linux distributions (bmo#1523635) |
|
1087 | 681 |
MFSA 2019-04 (bsc#1125330) |
1086 | 682 |
* CVE-2018-18356 bmo#1525817 |
683 |
Use-after-free in Skia |
|
684 |
* CVE-2019-5785 bmo#1525433 |
|
685 |
Integer overflow in Skia |
|
686 |
* CVE-2018-18511 bmo#1526218 |
|
687 |
Cross-origin theft of images with ImageBitmapRenderingContext |
|
688 |
||
689 |
------------------------------------------------------------------- |
|
690 |
Wed Feb 13 06:12:43 UTC 2019 - Martin Liška <mliska@suse.cz> |
|
691 |
||
692 |
- Enable LTO only for latest new toolchain (boo#1125038) for x86_64 |
|
693 |
(with increased memory constraints) |
|
694 |
||
695 |
------------------------------------------------------------------- |
|
1085
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
696 |
Sat Jan 26 22:37:01 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org> |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
697 |
|
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
698 |
- Mozilla Firefox 65.0 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
699 |
* Enhanced tracking protection |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
700 |
* allow switching of UI locales within preferences |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
701 |
* support for the WebP image format |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
702 |
* "top"-like about:performance |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
703 |
MFSA 2019-01 (bsc#1122983) |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
704 |
* CVE-2018-18500 bmo#1510114 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
705 |
Use-after-free parsing HTML5 stream |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
706 |
* CVE-2018-18503 bmo#1509442 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
707 |
Memory corruption with Audio Buffer |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
708 |
* CVE-2018-18504 bmo#1496413 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
709 |
Memory corruption and out-of-bounds read of texture client |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
710 |
* CVE-2018-18505 bmo#1497749 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
711 |
Privilege escalation through IPC channel messages |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
712 |
* CVE-2018-18506 bmo#1503393 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
713 |
Proxy Auto-Configuration file can define localhost access to be proxied |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
714 |
* CVE-2018-18502 bmo#1499426 bmo#1480090 bmo#1472990 bmo#1514762 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
715 |
bmo#1501482 bmo#1505887 bmo#1508102 bmo#1508618 bmo#1511580 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
716 |
bmo#1493497 bmo#1510145 bmo#1516289 bmo#1506798 bmo#1512758 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
717 |
Memory safety bugs fixed in Firefox 65 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
718 |
* CVE-2018-18501 bmo#1512450 bmo#1517542 bmo#1513201 bmo#1460619 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
719 |
bmo#1502871 bmo#1516738 bmo#1516514 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
720 |
Memory safety bugs fixed in Firefox 65 and Firefox ESR 60.5 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
721 |
- requires |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
722 |
NSS 3.41 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
723 |
rust/carge 1.30 |
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
724 |
rust-cbindgen 0.6.7 |
1086 | 725 |
- rebased patches |
726 |
- remove workaround for build memory consumption on i586; other |
|
727 |
mitigations meanwhile introduced (mainly parallelity) will be |
|
728 |
sufficient |
|
729 |
mozilla-reduce-files-per-UnifiedBindings.patch |
|
1085
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
730 |
|
87f893cf45b9
Firefox 65.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1084
diff
changeset
|
731 |
------------------------------------------------------------------- |
1084 | 732 |
Tue Jan 15 14:32:03 UTC 2019 - Martin Liška <mliska@suse.cz> |
733 |
||
734 |
- Increase disk constraint. |
|
735 |
||
736 |
------------------------------------------------------------------- |
|
737 |
Mon Jan 14 12:12:12 UTC 2019 - Martin Liška <mliska@suse.cz> |
|
738 |
||
739 |
- Remove -v from mach build in order to work-around bmo#1500436. |
|
740 |
||
741 |
------------------------------------------------------------------- |
|
742 |
Fri Jan 11 15:07:14 UTC 2019 - Martin Liška <mliska@suse.cz> |
|
743 |
||
744 |
- Set %clang_build to false on all architectures |
|
745 |
- Do not use -fno-delete-null-pointer-checks and -fno-strict-aliasing: |
|
746 |
it should not be needed anymore |
|
747 |
- Do not overwrite enable-optimize and when possible |
|
748 |
enable --enable-debug-symbols. |
|
749 |
- Add -v to mach in order to make build verbose. |
|
750 |
||
751 |
------------------------------------------------------------------- |
|
752 |
Wed Jan 9 22:40:14 UTC 2019 - astieger@suse.com |
|
753 |
||
754 |
- Mozilla Firefox 64.0.2: |
|
755 |
* Update the Japanese translation for missing strings (bmo#1513259) |
|
756 |
* Properly restore column sizes in developer tools inspector (bmo#1503175) |
|
757 |
* Fixed video stuttering on Youtube (bmo#1513511) |
|
758 |
* Fix updates for some lightweight themes (bmo#1508777) |
|
759 |
||
760 |
------------------------------------------------------------------- |
|
761 |
Tue Dec 18 14:46:41 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
|
762 |
||
763 |
- Enable build_hardened for all architectures |
|
764 |
- Switch back aarch64 to clang as '-fPIC' fixes bmo#1513605 |
|
765 |
- Remove obolete '--enable-pie' as -pie is always enabled for |
|
766 |
gcc and clang |
|
767 |
||
768 |
------------------------------------------------------------------- |
|
1083
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
769 |
Wed Dec 12 17:33:29 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
770 |
|
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
771 |
- Switch aarch64 builds back to gcc, not clang (bmo#1513605) |
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
772 |
- Switch %arm builds back to gcc, not clang to avoid OOM |
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
773 |
- Fix build flags when clang is not used |
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
774 |
- Fix flags for clang ppc64 builds |
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
775 |
|
2f7023025374
reduced memory requirements and rely on memory limitations in parallelization
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1082
diff
changeset
|
776 |
------------------------------------------------------------------- |
1082 | 777 |
Tue Dec 11 08:45:56 UTC 2018 - Wolfgang Rosenauer <wr@rosenauer.org> |
778 |
||
779 |
- update to Firefox 64.0 |
|
780 |
* Better recommendations: You may see suggestions in regular browsing |
|
781 |
mode for new and relevant Firefox features, services, and extensions |
|
782 |
based on how you use the web (for US users only) |
|
783 |
* Enhanced tab management: You can now select multiple tabs from the |
|
784 |
tab bar and close, move, bookmark, or pin them quickly and easily |
|
785 |
* Easier performance management: The new Task Manager page found at |
|
786 |
about:performance lets you see how much energy each open tab consumes |
|
787 |
and provides access to close tabs to conserve power |
|
788 |
* Improved performance for Mac and Linux users, by enabling link time |
|
789 |
optimization (Clang LTO). |
|
790 |
* Added option to remove add-ons using the context menu on their |
|
791 |
toolbar buttons |
|
792 |
* RSS feed preview and live bookmarks are available only via add-ons |
|
793 |
* TLS certificates issued by Symantec are no longer trusted by Firefox. |
|
794 |
Website operators are strongly encouraged to replace any remaining |
|
795 |
Symantec TLS certificates as soon as possible |
|
796 |
MFSA 2018-29 (bsc#1119105) |
|
797 |
* CVE-2018-12407 bmo#1505973 |
|
798 |
Buffer overflow with ANGLE library when using VertexBuffer11 module |
|
799 |
* CVE-2018-17466 bmo#1488295 |
|
800 |
Buffer overflow and out-of-bounds read in ANGLE library with |
|
801 |
TextureStorage11 |
|
802 |
* CVE-2018-18492 bmo#1499861 |
|
803 |
Use-after-free with select element |
|
804 |
* CVE-2018-18493 bmo#1504452 |
|
805 |
Buffer overflow in accelerated 2D canvas with Skia |
|
806 |
* CVE-2018-18494 bmo#1487964 |
|
807 |
Same-origin policy violation using location attribute and |
|
808 |
performance.getEntries to steal cross-origin URLs |
|
809 |
* CVE-2018-18495 bmo#1427585 |
|
810 |
WebExtension content scripts can be loaded in about: pages |
|
811 |
* CVE-2018-18496 bmo#1422231 (Windows only) |
|
812 |
Embedded feed preview page can be abused for clickjacking |
|
813 |
* CVE-2018-18497 bmo#1488180 |
|
814 |
WebExtensions can load arbitrary URLs through pipe separators |
|
815 |
* CVE-2018-18498 bmo#1500011 |
|
816 |
Integer overflow when calculating buffer sizes for images |
|
817 |
* CVE-2018-12406 bmo#1456947 bmo#1475669 bmo#1504816 bmo#1502886 |
|
818 |
bmo#1500064 bmo#1500310 bmo#1500696 bmo#1498765 bmo#1499198 bmo#1434490 |
|
819 |
bmo#1481745 bmo#1458129 |
|
820 |
Memory safety bugs fixed in Firefox 64 |
|
821 |
* CVE-2018-12405 bmo#1494752 bmo#1503326 bmo#1505181 bmo#1500759 |
|
822 |
bmo#1504365 bmo#1506640 bmo#1503082 bmo#1502013 bmo#1510471 |
|
823 |
Memory safety bugs fixed in Firefox 64 and Firefox ESR 60.4 |
|
824 |
- requires |
|
825 |
* rust/cargo >= 1.29 |
|
826 |
* mozilla-nss >= 3.40.1 |
|
827 |
* rust-cbindgen >= 0.6.4 |
|
828 |
- rebased patches |
|
829 |
- removed obsolete patch |
|
830 |
* mozilla-bmo1491289.patch |
|
831 |
- now uses clang primarily for compilation |
|
832 |
||
833 |
------------------------------------------------------------------- |
|
1081
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
834 |
Wed Nov 28 11:07:18 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
835 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
836 |
- Remove --disable-elf-hack when not available: on aarch64 and ppc64* |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
837 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
838 |
------------------------------------------------------------------- |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
839 |
Mon Nov 26 09:46:02 UTC 2018 - Guillaume GARDET <guillaume.gardet@opensuse.org> |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
840 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
841 |
- Clean-up %arm build |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
842 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
843 |
------------------------------------------------------------------- |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
844 |
Sun Nov 18 11:01:21 UTC 2018 - manfred.h@gmx.net |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
845 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
846 |
- update to Firefox 63.0.3 |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
847 |
* Games using WebGL (created in Unity) get stuck after very short |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
848 |
time of gameplay (bmo#1502748) |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
849 |
* Slow page loading for some users with specific proxy configurations |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
850 |
(bmo#1495024) |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
851 |
* Disable HTTP response throttling by default for causing bugs with |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
852 |
videos in background tabs (bmo#1503354) |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
853 |
* Opening magnet links no longer works (bmo#1498934) |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
854 |
* Crash fixes (bmo#1498510, bmo#1503424) |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
855 |
- removed mozilla-newer-cbindgen.patch; no longer needed |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
856 |
|
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
857 |
------------------------------------------------------------------- |
1077 | 858 |
Thu Nov 8 14:59:13 UTC 2018 - wr@rosenauer.org |
859 |
||
860 |
- update to Firefox 63.0.1 |
|
861 |
* Snippets are not loaded due to missing element (bmo#1503047) |
|
862 |
* Print preview always shows 30& scale when it is actually |
|
863 |
Shrink To Fit (bmo#1501952) |
|
864 |
* Dialog displayed when closing multiple windows shows unreplaced |
|
865 |
%1$S placeholder in Japanese and potentially other locales |
|
866 |
(bmo#1500823) |
|
867 |
||
868 |
------------------------------------------------------------------- |
|
1075
0831123bc28a
final 63.0 release preparations
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1074
diff
changeset
|
869 |
Mon Oct 29 14:07:51 UTC 2018 - wr@rosenauer.org |
0831123bc28a
final 63.0 release preparations
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1074
diff
changeset
|
870 |
|
0831123bc28a
final 63.0 release preparations
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1074
diff
changeset
|
871 |
- update to Firefox 63.0 |
1074
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
872 |
* WebExtensions now run in their own process on Linux |
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
873 |
* The Ctrl+Tab shortcut now displays thumbnail previews of your |
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
874 |
tabs and cycles through tabs in recently used order. This new |
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
875 |
default behavior is activated only in new profiles and can be |
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
876 |
changed in preferences. |
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
877 |
* Added support for Web Components custom elements and shadow DOM |
1077 | 878 |
MFSA 2018-26 (bsc#1112852) |
879 |
* CVE-2018-12391 (bmo#1478843) (Android-only) |
|
880 |
HTTP Live Stream audio data is accessible cross-origin |
|
881 |
* CVE-2018-12392 (bmo#1492823) |
|
882 |
Crash with nested event loops |
|
883 |
* CVE-2018-12393 (bmo#1495011) (only affects non-64-bit archs) |
|
884 |
Integer overflow during Unicode conversion while loading JavaScript |
|
885 |
* CVE-2018-12395 (bmo#1467523) |
|
886 |
WebExtension bypass of domain restrictions through header rewriting |
|
887 |
* CVE-2018-12396 (bmo#1483602) |
|
888 |
WebExtension content scripts can execute in disallowed contexts |
|
889 |
* CVE-2018-12397 (bmo#1487478) |
|
890 |
Missing warning prompt when WebExtension requests local file access |
|
891 |
* CVE-2018-12398 (bmo#1460538, bmo#1488061) |
|
892 |
CSP bypass through stylesheet injection in resource URIs |
|
893 |
* CVE-2018-12399 (bmo#1490276) |
|
894 |
Spoofing of protocol registration notification bar |
|
895 |
* CVE-2018-12400 (bmo#1448305) (Android only) |
|
896 |
Favicons are cached in private browsing mode on Firefox for Android |
|
897 |
* CVE-2018-12401 (bmo#1422456) |
|
898 |
DOS attack through special resource URI parsing |
|
899 |
* CVE-2018-12402 (bmo#1469916) |
|
900 |
SameSite cookies leak when pages are explicitly saved |
|
901 |
* CVE-2018-12403 (bmo#1484753) |
|
902 |
Mixed content warning is not displayed when HTTPS page loads a favicon over HTTP |
|
903 |
* CVE-2018-12388 (bmo#1472639, bmo#1485698, bmo#1301547, bmo#1471427, |
|
904 |
bmo#1379411, bmo#1482122, bmo#1486314, bmo#1487167) |
|
905 |
Memory safety bugs fixed in Firefox 63 |
|
906 |
* CVE-2018-12390 (bmo#1487098, bmo#1487660, bmo#1490234, bmo#1496159, |
|
907 |
bmo#1443748, bmo#1496340, bmo#1483905, bmo#1493347, bmo#1488803, |
|
908 |
bmo#1498701, bmo#1498482, bmo#1442010, bmo#1495245, bmo#1483699, |
|
909 |
bmo#1469486, bmo#1484905, bmo#1490561, bmo#1492524, bmo#1481844) |
|
910 |
Memory safety bugs fixed in Firefox 63 and Firefox ESR 60.3 |
|
1074
4b99400f6d17
rebased patches and updated spec for 63.0b14
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1073
diff
changeset
|
911 |
- requires NSPR 4.20, NSS 3.39 and Rust 1.28 |
1077 | 912 |
- latest rust does not provide rust-std so stop requiring it |
1079
1663e876731f
latest toolchain updates
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1078
diff
changeset
|
913 |
- requires rust-cbindgen >= 0.6.2 to build |
1663e876731f
latest toolchain updates
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1078
diff
changeset
|
914 |
- requires nodejs >= 8.11 to build |
1078
9f49c406dc11
63.0.1 release candidate with several build updates and required fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1077
diff
changeset
|
915 |
- added mozilla-bmo1491289.patch to fix system NSS build (bmo#1491289) |
9f49c406dc11
63.0.1 release candidate with several build updates and required fixes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1077
diff
changeset
|
916 |
- added mozilla-cubeb-noreturn.patch to fix non-return function |
1079
1663e876731f
latest toolchain updates
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1078
diff
changeset
|
917 |
- added mozilla-newer-cbindgen.patch to fix build with cbindgen 0.6.7 |
1663e876731f
latest toolchain updates
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1078
diff
changeset
|
918 |
- disable elfhack for TW and newer due to build errors |
1081
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
919 |
- removed obsolete patches |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
920 |
* mozilla-no-return.patch |
9fec29d2ead2
latest updates from Factory
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1079
diff
changeset
|
921 |
* mozilla-no-stdcxx-check.patch |
1073
63a32fb3b602
merge from firefox62 and prepare for 63beta
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1072
diff
changeset
|
922 |
|
63a32fb3b602
merge from firefox62 and prepare for 63beta
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1072
diff
changeset
|
923 |
------------------------------------------------------------------- |
1076
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
924 |
Thu Oct 25 14:39:04 UTC 2018 - guillaume.gardet@opensuse.org |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
925 |
|
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
926 |
- Update _constraints for armv6/7 |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
927 |
|
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
928 |
------------------------------------------------------------------- |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
929 |
Thu Oct 25 08:50:24 UTC 2018 - guillaume.gardet@opensuse.org |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
930 |
|
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
931 |
- Add patch to fix build on armv7: |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
932 |
* mozilla-bmo1463035.patch |
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
933 |
|
2823eb50c9a9
ARM updates
Guillaume GARDET <guillaume.gardet@opensuse.org>
parents:
1075
diff
changeset
|
934 |
------------------------------------------------------------------- |
1072 | 935 |
Tue Oct 2 21:28:31 UTC 2018 - astieger@suse.com |
936 |
||
937 |
- Mozilla Firefox 62.0.3: |
|
938 |
MFSA 2018-24 |
|
939 |
* CVE-2018-12386 (bsc#1110506, bmo#1493900) |
|
940 |
Type confusion in JavaScript allowed remote code execution |
|
941 |
* CVE-2018-12387 (bsc#1110507, bmo#1493903) |
|
942 |
Array.prototype.push stack pointer vulnerability may enable |
|
943 |
exploits in the sandboxed content process |
|
944 |
||
945 |
------------------------------------------------------------------- |
|
1071 | 946 |
Sat Sep 22 09:03:53 UTC 2018 - astieger@suse.com |
947 |
||
948 |
- Mozilla Firefox 62.0.2: |
|
949 |
MFSA 2018-22 |
|
950 |
* CVE-2018-12385 (boo#1109363, bmo#1490585) |
|
951 |
Crash in TransportSecurityInfo due to cached data |
|
952 |
* Unvisited bookmarks can once again be autofilled in the address |
|
953 |
bar |
|
954 |
* Fix WebGL rendering issues |
|
955 |
* Fix fallback on startup when a language pack is missing |
|
956 |
* Avoid crash when sharing a profile with newer (as yet |
|
957 |
unreleased) versions of Firefox |
|
958 |
* Do not undo removal of search engines when using a language |
|
959 |
pack |
|
960 |
* Fixed rendering of some web sites |
|
961 |
* Restored compatibility with some sites using deprecated TLS |
|
962 |
settings |
|
963 |
- disable rust debug symbols to fix build on %ix86 |
|
964 |
||
965 |
------------------------------------------------------------------- |
|
966 |
Mon Sep 3 10:47:43 UTC 2018 - wr@rosenauer.org |
|
967 |
||
968 |
- update to Firefox 62.0 |
|
969 |
* Firefox Home (the default New Tab) now allows users to display |
|
970 |
up to 4 rows of top sites, Pocket stories, and highlights |
|
971 |
* "Reopen in Container" tab menu option appears for users with |
|
972 |
Containers that lets them choose to reopen a tab in a different |
|
973 |
container |
|
974 |
* In advance of removing all trust for Symantec-issued certificates |
|
975 |
in Firefox 63, a preference was added that allows users to distrust |
|
976 |
certificates issued by Symantec. To use this preference, go to |
|
977 |
about:config in the address bar and set the preference |
|
978 |
"security.pki.distrust_ca_policy" to 2. |
|
979 |
* Support for CSS Shapes, allowing for richer web page layouts. |
|
980 |
This goes hand in hand with a brand new Shape Path Editor in the |
|
981 |
CSS inspector. |
|
982 |
* CSS Variable Fonts (OpenType Font Variations) support, which makes |
|
983 |
it possible to create beautiful typography with a single font file |
|
984 |
* Added Canadian English (en-CA) locale |
|
985 |
MFSA 2018-20 (bsc#1107343) |
|
986 |
* CVE-2018-12377 (bmo#1470260) |
|
987 |
Use-after-free in refresh driver timers |
|
988 |
* CVE-2018-12378 (bmo#1459383) |
|
989 |
Use-after-free in IndexedDB |
|
990 |
* CVE-2018-12379 (bmo#1473113) (updater is disabled for us) |
|
991 |
Out-of-bounds write with malicious MAR file |
|
992 |
* CVE-2017-16541 (bmo#1412081) |
|
993 |
Proxy bypass using automount and autofs |
|
994 |
* CVE-2018-12381 (bmo#1435319) |
|
995 |
Dragging and dropping Outlook email message results in page navigation |
|
996 |
* CVE-2018-12382 (bmo#1479311) (Android only) |
|
997 |
Addressbar spoofing with javascript URI on Firefox for Android |
|
998 |
* CVE-2018-12383 (bmo#1475775) |
|
999 |
Setting a master password post-Firefox 58 does not delete |
|
1000 |
unencrypted previously stored passwords |
|
1001 |
* CVE-2018-12375 |
|
1002 |
Memory safety bugs fixed in Firefox 62 |
|
1003 |
* CVE-2018-12376 |
|
1004 |
Memory safety bugs fixed in Firefox 62 and Firefox ESR 60.2 |
|
1066
3f18b0f2a868
merge from firefox61 and specify next beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1065
diff
changeset
|
1005 |
- requires NSS >= 3.38 |
1071 | 1006 |
- removed obsolete patch |
1067 | 1007 |
mozilla-bmo1464766.patch |
1066
3f18b0f2a868
merge from firefox61 and specify next beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1065
diff
changeset
|
1008 |
|
3f18b0f2a868
merge from firefox61 and specify next beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
1065
diff
changeset
|
1009 |
------------------------------------------------------------------- |
1065 | 1010 |
Thu Aug 9 14:22:00 UTC 2018 - wr@rosenauer.org |
1011 |
||
1012 |
- update to Firefox 61.0.2 |
|
1013 |
* Improved website rendering with the Retained Display List feature |
|
1014 |
enabled (bmo#1474402) |
|
1015 |
* Fixed broken DevTools panels with certain extensions installed |
|
1016 |
(bmo#1474379) |
|
1017 |
* Fixed a crash for users with some accessibility tools enabled |
|
1018 |
(bmo#1474007) |
|
1019 |
||
1020 |
------------------------------------------------------------------- |
|
1021 |
Mon Jul 9 07:22:09 UTC 2018 - astieger@suse.com |
|
1022 |
||
1023 |
- Mozilla Firefox 61.0.1: |
|
1024 |
* Fix missing content on the New Tab Page and the Home section of |
|
1025 |
the Preferences page (bmo#1471375) |
|
1026 |
* Fixed loss of bookmarks under rare circumstances when upgrading |
|
1027 |
from Firefox 60 (bmo#1472127) |
|
1028 |
* Improved playback of Twitch 1080p video streams (bmo#1469257) |
|
1029 |
* Web pages no longer lose focus when a browser popup window is |
|
1030 |
opened (bmo#1471415) |
|
1031 |
* Re-allowed downloading files from FTP sites via the "Save Link |
|
1032 |
As" option when linked from HTTP pages (bmo#1470295) |
|
1033 |
* Fixed extensions being unable to override the default homepage |
|
1034 |
in certain situations (bmo#1466846) |
|
1035 |
||
1036 |
------------------------------------------------------------------- |
|
1061 | 1037 |
Sat Jun 23 07:25:51 UTC 2018 - wr@rosenauer.org |
1038 |
||
1039 |
- update to Firefox 61.0 |
|
1040 |
* Performance enhancements |
|
1041 |
* Various improvements for dark theme support will provide a more |
|
1042 |
consistent experience across the entire Firefox UI |
|
1043 |
* OpenSearch plugins offered by web pages can now be added from the |
|
1044 |
page action menu for easier installation |
|
1045 |
* Improved support for allowing WebExtensions to manage and hide tabs |
|
1065 | 1046 |
MFSA 2018-15 (bsc#1098998) |
1047 |
* CVE-2018-12359 (bmo#1459162) |
|
1048 |
Buffer overflow using computed size of canvas element |
|
1049 |
* CVE-2018-12360 (bmo#1459693) |
|
1050 |
Use-after-free when using focus() |
|
1051 |
* CVE-2018-12361 (bmo#1463244) |
|
1052 |
Integer overflow in SwizzleData |
|
1053 |
* CVE-2018-12358 (bmo#1467852) |
|
1054 |
Same-origin bypass using service worker and redirection |
|
1055 |
* CVE-2018-12362 (bmo#1452375) |
|
1056 |
Integer overflow in SSSE3 scaler |
|
1057 |
* CVE-2018-5156 (bmo#1453127) |
|
1058 |
Media recorder segmentation fault when track type is changed during capture |
|
1059 |
* CVE-2018-12363 (bmo#1464784) |
|
1060 |
Use-after-free when appending DOM nodes |
|
1061 |
* CVE-2018-12364 (bmo#1436241) |
|
1062 |
CSRF attacks through 307 redirects and NPAPI plugins |
|
1063 |
* CVE-2018-12365 (bmo#1459206) |
|
1064 |
Compromised IPC child process can list local filenames |
|
1065 |
* CVE-2018-12371 (bmo#1465686) |
|
1066 |
Integer overflow in Skia library during edge builder allocation |
|
1067 |
* CVE-2018-12366 (bmo#1464039) |
|
1068 |
Invalid data handling during QCMS transformations |
|
1069 |
* CVE-2018-12367 (bmo#1462891) |
|
1070 |
Timing attack mitigation of PerformanceNavigationTiming |
|
1071 |
* CVE-2018-12369 (bmo#1454909) |
|
1072 |
WebExtension security permission checks bypassed by embedded experiments |
|
1073 |
* CVE-2018-12370 (bmo#1456652) |
|
1074 |
SameSite cookie protections bypassed when exiting Reader View |
|
1075 |
* CVE-2018-5186 (bmo#1464872,bmo#1463329,bmo#1419373,bmo#1412882, |
|
1076 |
bmo#1413033,bmo#1444673,bmo#1454448,bmo#1453505,bmo#1438671) |
|
1077 |
Memory safety bugs fixed in Firefox 61 |
|
1078 |
* CVE-2018-5187 (bmo#1461324,bmo#1414829,bmo#1395246,bmo#1467938, |
|
1079 |
bmo#1461619,bmo#1425930,bmo#1438556,bmo#1454285,bmo#1459568, |
|
1080 |
bmo#1463884) |
|
1081 |
Memory safety bugs fixed in Firefox 60 and Firefox ESR 60.1 |
|
1082 |
* CVE-2018-5188 (bmo#1456189,bmo#1456975,bmo#1465898,bmo#1392739, |
|
1083 |
bmo#1451297,bmo#1464063,bmo#1437842,bmo#1442722,bmo#1452576, |
|
1084 |
bmo#1450688,bmo#1458264,bmo#1458270,bmo#1465108,bmo#1464829, |
|
1085 |
bmo#1464079,bmo#1463494,bmo#1458048) |
|
1086 |
Memory safety bugs fixed in Firefox 60, Firefox ESR 60.1, and Firefox ESR 52.9 |
|
1054
fbfe323c62cd
Add conditional for pkgconfig(gconf-2.0) BuildRequires, and pass
<bjorn.lie@gmail.com>
parents:
1052
diff
changeset
|
1087 |
- requires NSS 3.37.3 |
1065
33c6119b5cc5
61.0. |