author | Wolfgang Rosenauer <wr@rosenauer.org> |
Mon, 28 Dec 2015 13:54:47 +0100 | |
branch | gtk3 |
changeset 893 | 86f72f1e98a4 |
parent 892 | 571212dc4d05 |
child 894 | e1cfdb170c2f |
permissions | -rw-r--r-- |
539
b1134fe91f9a
merge latest changes from firefox16
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
536
diff
changeset
|
1 |
------------------------------------------------------------------- |
893
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
2 |
Sat Dec 26 12:47:56 UTC 2015 - wr@rosenauer.org |
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
3 |
|
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
4 |
- experimental build with Gtk3 |
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
5 |
|
86f72f1e98a4
prepare Gtk3 based builds on a feature branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
892
diff
changeset
|
6 |
------------------------------------------------------------------- |
892 | 7 |
Sat Dec 26 07:37:19 UTC 2015 - wr@rosenauer.org |
8 |
||
9 |
- update to Firefox 43.0.3 |
|
10 |
* requires NSS 3.20.2 to fix |
|
11 |
MFSA 2015-150/CVE-2015-7575 (bmo#1158489) |
|
12 |
MD5 signatures accepted within TLS 1.2 ServerKeyExchange in |
|
13 |
server signature |
|
14 |
* various changes to support Windows update (SHA-1 vs. SHA-2) |
|
15 |
* workaround Youtube user agent detection issue (bmo#1233970) |
|
16 |
- fix file download regression for multi user systems |
|
17 |
(bmo#1233434) (mozilla-bmo1233434.patch) |
|
18 |
||
19 |
------------------------------------------------------------------- |
|
890 | 20 |
Sun Dec 13 23:07:56 UTC 2015 - wr@rosenauer.org |
21 |
||
22 |
- update to Firefox 43.0 (bnc#959277) |
|
889 | 23 |
* Improved API support for m4v video playback |
24 |
* Users can opt-in to receive search suggestions from the Awesome Bar |
|
25 |
* WebRTC streaming on multiple monitors |
|
26 |
* User selectable second block list for Private Browsing's Tracking |
|
27 |
Protection |
|
890 | 28 |
security fixes: |
29 |
* MFSA 2015-134/CVE-2015-7201/CVE-2015-7202 |
|
30 |
Miscellaneous memory safety hazards |
|
31 |
* MFSA 2015-135/CVE-2015-7204 (bmo#1216130) |
|
32 |
Crash with JavaScript variable assignment with unboxed objects |
|
33 |
* MFSA 2015-136/CVE-2015-7207 (bmo#1185256) |
|
34 |
Same-origin policy violation using perfomance.getEntries and |
|
35 |
history navigation |
|
36 |
* MFSA 2015-137/CVE-2015-7208 (bmo#1191423) |
|
37 |
Firefox allows for control characters to be set in cookies |
|
38 |
* MFSA 2015-138/CVE-2015-7210 (bmo#1218326) |
|
39 |
Use-after-free in WebRTC when datachannel is used after being |
|
40 |
destroyed |
|
41 |
* MFSA 2015-139/CVE-2015-7212 (bmo#1222809) |
|
42 |
Integer overflow allocating extremely large textures |
|
43 |
* MFSA 2015-140/CVE-2015-7215 (bmo#1160890) |
|
44 |
Cross-origin information leak through web workers error events |
|
45 |
* MFSA 2015-141/CVE-2015-7211 (bmo#1221444) |
|
46 |
Hash in data URI is incorrectly parsed |
|
47 |
* MFSA 2015-142/CVE-2015-7218/CVE-2015-7219 (bmo#1194818, bmo#1194820) |
|
48 |
DOS due to malformed frames in HTTP/2 |
|
49 |
* MFSA 2015-143/CVE-2015-7216/CVE-2015-7217 (bmo#1197059, bmo#1203078) |
|
50 |
Linux file chooser crashes on malformed images due to flaws in |
|
51 |
Jasper library |
|
52 |
* MFSA 2015-144/CVE-2015-7203/CVE-2015-7220/CVE-2015-7221 |
|
53 |
(bmo#1201183, bmo#1178033, bmo#1199400) |
|
54 |
Buffer overflows found through code inspection |
|
55 |
* MFSA 2015-145/CVE-2015-7205 (bmo#1220493) |
|
56 |
Underflow through code inspection |
|
57 |
* MFSA 2015-146/CVE-2015-7213 (bmo#1206211) |
|
58 |
Integer overflow in MP4 playback in 64-bit versions |
|
59 |
* MFSA 2015-147/CVE-2015-7222 (bmo#1216748) |
|
60 |
Integer underflow and buffer overflow processing MP4 metadata in |
|
61 |
libstagefright |
|
62 |
* MFSA 2015-148/CVE-2015-7223 (bmo#1226423) |
|
63 |
Privilege escalation vulnerabilities in WebExtension APIs |
|
64 |
* MFSA 2015-149/CVE-2015-7214 (bmo#1228950) |
|
65 |
Cross-site reading attack through data and view-source URIs |
|
889 | 66 |
- rebased patches |
67 |
||
68 |
------------------------------------------------------------------- |
|
886
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
69 |
Sun Nov 15 19:52:20 UTC 2015 - wr@rosenauer.org |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
70 |
|
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
71 |
- Add desktop menu action for private browsing window to desktop |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
72 |
file (boo#954747) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
73 |
- remove obsolete patch mozilla-bmo1005535.patch completely from |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
74 |
source package to avoid automatic check failures |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
75 |
|
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
76 |
------------------------------------------------------------------- |
885 | 77 |
Sat Oct 31 19:50:03 UTC 2015 - wr@rosenauer.org |
78 |
||
79 |
- update to Firefox 42.0 (bnc#952810) |
|
80 |
* Private Browsing with Tracking Protection blocks certain Web |
|
81 |
elements that could be used to record your behavior across sites |
|
82 |
* Control Center that contains site security and privacy controls |
|
83 |
* Login Manager improvements |
|
84 |
* WebRTC improvements |
|
85 |
* Indicator added to tabs that play audio with one-click muting |
|
86 |
* Media Source Extension for HTML5 video available for all sites |
|
886
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
87 |
security fixes: |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
88 |
* MFSA 2015-116/CVE-2015-4513/CVE-2015-4514 |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
89 |
Miscellaneous memory safety hazards |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
90 |
* MFSA 2015-117/CVE-2015-4515 (bmo#1046421) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
91 |
Information disclosure through NTLM authentication |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
92 |
* MFSA 2015-118/CVE-2015-4518 (bmo#1182778, bmo#1136692) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
93 |
CSP bypass due to permissive Reader mode whitelist |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
94 |
* MFSA 2015-119/CVE-2015-7185 (bmo#1149000) (Android only) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
95 |
Firefox for Android addressbar can be removed after fullscreen mode |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
96 |
* MFSA 2015-120/CVE-2015-7186 (bmo#1193027) (Android only) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
97 |
Reading sensitive profile files through local HTML file on Android |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
98 |
* MFSA 2015-121/CVE-2015-7187 (bmo#1195735) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
99 |
disabling scripts in Add-on SDK panels has no effect |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
100 |
* MFSA 2015-122/CVE-2015-7188 (bmo#1199430) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
101 |
Trailing whitespace in IP address hostnames can bypass same-origin policy |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
102 |
* MFSA 2015-123/CVE-2015-7189 (bmo#1205900) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
103 |
Buffer overflow during image interactions in canvas |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
104 |
* MFSA 2015-124/CVE-2015-7190 (bmo#1208520) (Android only) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
105 |
Android intents can be used on Firefox for Android to open privileged files |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
106 |
* MFSA 2015-125/CVE-2015-7191 (bmo#1208956) (Android only) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
107 |
XSS attack through intents on Firefox for Android |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
108 |
* MFSA 2015-126/CVE-2015-7192 (bmo#1210023) (OS X only) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
109 |
Crash when accessing HTML tables with accessibility tools on OS X |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
110 |
* MFSA 2015-127/CVE-2015-7193 (bmo#1210302) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
111 |
CORS preflight is bypassed when non-standard Content-Type headers |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
112 |
are received |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
113 |
* MFSA 2015-128/CVE-2015-7194 (bmo#1211262) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
114 |
Memory corruption in libjar through zip files |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
115 |
* MFSA 2015-129/CVE-2015-7195 (bmo#1211871) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
116 |
Certain escaped characters in host of Location-header are being |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
117 |
treated as non-escaped |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
118 |
* MFSA 2015-130/CVE-2015-7196 (bmo#1140616) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
119 |
JavaScript garbage collection crash with Java applet |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
120 |
* MFSA 2015-131/CVE-2015-7198/CVE-2015-7199/CVE-2015-7200 |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
121 |
(bmo#1188010, bmo#1204061, bmo#1204155) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
122 |
Vulnerabilities found through code inspection |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
123 |
* MFSA 2015-132/CVE-2015-7197 (bmo#1204269) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
124 |
Mixed content WebSocket policy bypass through workers |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
125 |
* MFSA 2015-133/CVE-2015-7181/CVE-2015-7182/CVE-2015-7183 |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
126 |
(bmo#1202868, bmo#1205157) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
127 |
NSS and NSPR memory corruption issues |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
128 |
(fixed in mozilla-nspr and mozilla-nss packages) |
2e9f984bca7f
changelogs and desktop file changes
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
885
diff
changeset
|
129 |
- requires NSPR >= 4.10.10 and NSS >= 3.19.4 |
885 | 130 |
- removed obsolete patches |
131 |
* mozilla-arm-disable-edsp.patch |
|
132 |
* mozilla-icu-strncat.patch |
|
133 |
* mozilla-skia-be-le.patch |
|
134 |
* toolkit-download-folder.patch |
|
135 |
- fixed build with enable-libproxy (bmo#1220399) |
|
136 |
* mozilla-libproxy.patch |
|
137 |
||
138 |
------------------------------------------------------------------- |
|
884 | 139 |
Thu Oct 15 08:25:54 UTC 2015 - wr@rosenauer.org |
140 |
||
141 |
- update to Firefox 41.0.2 (bnc#950686) |
|
142 |
* MFSA 2015-115/CVE-2015-7184 (bmo#1208339, bmo#1212669) |
|
143 |
Cross-origin restriction bypass using Fetch |
|
144 |
- added explicit appdata provides (bnc#949983) |
|
145 |
||
146 |
------------------------------------------------------------------- |
|
147 |
Sun Oct 4 09:20:56 UTC 2015 - wr@rosenauer.org |
|
148 |
||
149 |
- do not build with --enable-stdcxx-compat |
|
150 |
(this starts to fail build on various toolchain combinations |
|
151 |
and is not required for openSUSE builds in general |
|
152 |
||
153 |
------------------------------------------------------------------- |
|
154 |
Thu Oct 1 09:49:57 UTC 2015 - wr@rosenauer.org |
|
155 |
||
156 |
- update to Firefox 41.0.1 |
|
157 |
* Fix a startup crash related to Yandex toolbar and Adblock Plus |
|
158 |
(bmo#1209124) |
|
159 |
* Fix potential hangs with Flash plugins (bmo#1185639) |
|
160 |
* Fix a regression in the bookmark creation (bmo#1206376) |
|
161 |
* Fix a startup crash with some Intel Media Accelerator 3150 |
|
162 |
graphic cards (bmo#1207665) |
|
163 |
* Fix a graphic crash, occurring occasionally on Facebook (bmo#1178601) |
|
164 |
||
165 |
------------------------------------------------------------------- |
|
883
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
166 |
Sat Sep 19 20:23:29 UTC 2015 - wr@rosenauer.org |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
167 |
|
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
168 |
- update to Firefox 41.0 (bnc#947003) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
169 |
* MFSA 2015-96/CVE-2015-4500/CVE-2015-4501 |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
170 |
Miscellaneous memory safety hazards |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
171 |
* MFSA 2015-97/CVE-2015-4503 (bmo#994337) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
172 |
Memory leak in mozTCPSocket to servers |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
173 |
* MFSA 2015-98/CVE-2015-4504 (bmo#1132467) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
174 |
Out of bounds read in QCMS library with ICC V4 profile attributes |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
175 |
* MFSA 2015-99/CVE-2015-4476 (bmo#1162372) (Android only) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
176 |
Site attribute spoofing on Android by pasting URL with unknown scheme |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
177 |
* MFSA 2015-100/CVE-2015-4505 (bmo#1177861) (Windows only) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
178 |
Arbitrary file manipulation by local user through Mozilla updater |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
179 |
* MFSA 2015-101/CVE-2015-4506 (bmo#1192226) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
180 |
Buffer overflow in libvpx while parsing vp9 format video |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
181 |
* MFSA 2015-102/CVE-2015-4507 (bmo#1192401) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
182 |
Crash when using debugger with SavedStacks in JavaScript |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
183 |
* MFSA 2015-103/CVE-2015-4508 (bmo#1195976) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
184 |
URL spoofing in reader mode |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
185 |
* MFSA 2015-104/CVE-2015-4510 (bmo#1200004) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
186 |
Use-after-free with shared workers and IndexedDB |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
187 |
* MFSA 2015-105/CVE-2015-4511 (bmo#1200148) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
188 |
Buffer overflow while decoding WebM video |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
189 |
* MFSA 2015-106/CVE-2015-4509 (bmo#1198435) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
190 |
Use-after-free while manipulating HTML media content |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
191 |
* MFSA 2015-107/CVE-2015-4512 (bmo#1170390) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
192 |
Out-of-bounds read during 2D canvas display on Linux 16-bit |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
193 |
color depth systems |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
194 |
* MFSA 2015-108/CVE-2015-4502 (bmo#1105045) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
195 |
Scripted proxies can access inner window |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
196 |
* MFSA 2015-109/CVE-2015-4516 (bmo#904886) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
197 |
JavaScript immutable property enforcement can be bypassed |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
198 |
* MFSA 2015-110/CVE-2015-4519 (bmo#1189814) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
199 |
Dragging and dropping images exposes final URL after redirects |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
200 |
* MFSA 2015-111/CVE-2015-4520 (bmo#1200856, bmo#1200869) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
201 |
Errors in the handling of CORS preflight request headers |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
202 |
* MFSA 2015-112/CVE-2015-4517/CVE-2015-4521/CVE-2015-4522/ |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
203 |
CVE-2015-7174/CVE-2015-7175/CVE-2015-7176/CVE-2015-7177/ |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
204 |
CVE-2015-7180 |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
205 |
Vulnerabilities found through code inspection |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
206 |
* MFSA 2015-113/CVE-2015-7178/CVE-2015-7179 (bmo#1189860, |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
207 |
bmo#1190526) (Windows only) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
208 |
Memory safety errors in libGLES in the ANGLE graphics library |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
209 |
* MFSA 2015-114 (bmo#1167498, bmo#1153672) (Windows only) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
210 |
Information disclosure via the High Resolution Time API |
882 | 211 |
- rebased patches |
212 |
- removed obsolete patches |
|
213 |
* mozilla-arm64-libjpeg-turbo.patch |
|
214 |
||
883
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
215 |
------------------------------------------------------------------ |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
216 |
Thu Aug 27 06:03:51 UTC 2015 - wr@rosenauer.org |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
217 |
|
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
218 |
- update to Firefox 40.0.3 (bnc#943550) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
219 |
* Disable the asynchronous plugin initialization (bmo#1198590) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
220 |
* Fix a segmentation fault in the GStreamer support (bmo#1145230) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
221 |
* Fix a regression with some Japanese fonts used in the <input> |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
222 |
field (bmo#1194055) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
223 |
* On some sites, the selection in a select combox box using the |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
224 |
mouse could be broken (bmo#1194733) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
225 |
security fixes |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
226 |
* MFSA 2015-94/CVE-2015-4497 (bmo#1164766, bmo#1175278) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
227 |
Use-after-free when resizing canvas element during restyling |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
228 |
* MFSA 2015-95/CVE-2015-4498 (bmo#1042699) |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
229 |
Add-on notification bypass through data URLs |
7aa7715fdc8f
41.0 release and changelogs
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
882
diff
changeset
|
230 |
|
882 | 231 |
------------------------------------------------------------------- |
875 | 232 |
Fri Aug 7 07:49:49 UTC 2015 - wr@rosenauer.org |
233 |
||
234 |
- update to Firefox 40.0 (bnc#940806) |
|
235 |
* Added protection against unwanted software downloads |
|
236 |
* Suggested Tiles show sites of interest, based on categories |
|
237 |
from your recent browsing history |
|
238 |
* Hello allows adding a link to conversations to provide context |
|
239 |
on what the conversation will be about |
|
240 |
* New style for add-on manager based on the in-content |
|
241 |
preferences style |
|
242 |
* Improved scrolling, graphics, and video playback performance |
|
243 |
with off main thread compositing (GNU/Linux only) |
|
244 |
* Graphic blocklist mechanism improved: Firefox version ranges |
|
245 |
can be specified, limiting the number of devices blocked |
|
246 |
security fixes: |
|
247 |
* MFSA 2015-79/CVE-2015-4473/CVE-2015-4474 |
|
248 |
Miscellaneous memory safety hazards |
|
249 |
* MFSA 2015-80/CVE-2015-4475 (bmo#1175396) |
|
250 |
Out-of-bounds read with malformed MP3 file |
|
251 |
* MFSA 2015-81/CVE-2015-4477 (bmo#1179484) |
|
252 |
Use-after-free in MediaStream playback |
|
253 |
* MFSA 2015-82/CVE-2015-4478 (bmo#1105914) |
|
254 |
Redefinition of non-configurable JavaScript object properties |
|
255 |
* MFSA 2015-83/CVE-2015-4479/CVE-2015-4480/CVE-2015-4493 |
|
256 |
Overflow issues in libstagefright |
|
257 |
* MFSA 2015-84/CVE-2015-4481 (bmo1171518) |
|
258 |
Arbitrary file overwriting through Mozilla Maintenance Service |
|
259 |
with hard links (only affected Windows) |
|
260 |
* MFSA 2015-85/CVE-2015-4482 (bmo#1184500) |
|
261 |
Out-of-bounds write with Updater and malicious MAR file |
|
262 |
(does not affect openSUSE RPM packages which do not ship the |
|
263 |
updater) |
|
264 |
* MFSA 2015-86/CVE-2015-4483 (bmo#1148732) |
|
265 |
Feed protocol with POST bypasses mixed content protections |
|
266 |
* MFSA 2015-87/CVE-2015-4484 (bmo#1171540) |
|
267 |
Crash when using shared memory in JavaScript |
|
268 |
* MFSA 2015-88/CVE-2015-4491 (bmo#1184009) |
|
269 |
Heap overflow in gdk-pixbuf when scaling bitmap images |
|
270 |
* MFSA 2015-89/CVE-2015-4485/CVE-2015-4486 (bmo#1177948, bmo#1178148) |
|
271 |
Buffer overflows on Libvpx when decoding WebM video |
|
272 |
* MFSA 2015-90/CVE-2015-4487/CVE-2015-4488/CVE-2015-4489 |
|
273 |
Vulnerabilities found through code inspection |
|
274 |
* MFSA 2015-91/CVE-2015-4490 (bmo#1086999) |
|
275 |
Mozilla Content Security Policy allows for asterisk wildcards |
|
276 |
in violation of CSP specification |
|
277 |
* MFSA 2015-92/CVE-2015-4492 (bmo#1185820) |
|
278 |
Use-after-free in XMLHttpRequest with shared workers |
|
869 | 279 |
- added mozilla-no-stdcxx-check.patch |
280 |
- removed obsolete patches |
|
868 | 281 |
* mozilla-add-glibcxx_use_cxx11_abi.patch |
869 | 282 |
* firefox-multilocale-chrome.patch |
868 | 283 |
- rebased patches |
869 | 284 |
- requires version 40 of the branding package |
871 | 285 |
- removed browser/searchplugins/ location as it's not valid anymore |
867
3af93b7e5e3d
merge from firefox39 and switch to 40beta branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
866
diff
changeset
|
286 |
|
3af93b7e5e3d
merge from firefox39 and switch to 40beta branch
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
866
diff
changeset
|
287 |
------------------------------------------------------------------- |
870 | 288 |
Fri Aug 7 07:09:39 UTC 2015 - wr@rosenauer.org |
289 |
||
290 |
- security update to Firefox 39.0.3 (bnc#940918) |
|
291 |
* MFSA 2015-78/CVE-2015-4495 (bmo#1179262, bmo#1178058) |
|
292 |
Same origin violation and local file stealing via PDF reader |
|
293 |
||
294 |
------------------------------------------------------------------- |
|
866
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
295 |
Wed Jul 1 06:43:02 UTC 2015 - wr@rosenauer.org |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
296 |
|
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
297 |
- update to Firefox 39.0 (bnc#935979) |
863 | 298 |
* Share Hello URLs with social networks |
299 |
* Support for 'switch' role in ARIA 1.1 (web accessibility) |
|
300 |
* SafeBrowsing malware detection lookups enabled for downloads |
|
301 |
(Mac OS X and Linux) |
|
302 |
* Support for new Unicode 8.0 skin tone emoji |
|
303 |
* Removed support for insecure SSLv3 for network communications |
|
304 |
* Disable use of RC4 except for temporarily whitelisted hosts |
|
305 |
* NPAPI Plug-in performance improved via asynchronous initialization |
|
866
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
306 |
security fixes: |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
307 |
* MFSA 2015-59/CVE-2015-2724/CVE-2015-2725/CVE-2015-2726 |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
308 |
Miscellaneous memory safety hazards |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
309 |
* MFSA 2015-60/CVE-2015-2727 (bmo#1163422) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
310 |
Local files or privileged URLs in pages can be opened into new tabs |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
311 |
* MFSA 2015-61/CVE-2015-2728 (bmo#1142210) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
312 |
Type confusion in Indexed Database Manager |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
313 |
* MFSA 2015-62/CVE-2015-2729 (bmo#1122218) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
314 |
Out-of-bound read while computing an oscillator rendering range in Web Audio |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
315 |
* MFSA 2015-63/CVE-2015-2731 (bmo#1149891) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
316 |
Use-after-free in Content Policy due to microtask execution error |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
317 |
* MFSA 2015-64/CVE-2015-2730 (bmo#1125025) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
318 |
ECDSA signature validation fails to handle some signatures correctly |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
319 |
(this fix is shipped by NSS 3.19.1 externally) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
320 |
* MFSA 2015-65/CVE-2015-2722/CVE-2015-2733 (bmo#1166924, bmo#1169867) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
321 |
Use-after-free in workers while using XMLHttpRequest |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
322 |
* MFSA 2015-66/CVE-2015-2734/CVE-2015-2735/CVE-2015-2736/CVE-2015-2737 |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
323 |
CVE-2015-2738/CVE-2015-2739/CVE-2015-2740 |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
324 |
Vulnerabilities found through code inspection |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
325 |
* MFSA 2015-67/CVE-2015-2741 (bmo#1147497) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
326 |
Key pinning is ignored when overridable errors are encountered |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
327 |
* MFSA 2015-68/CVE-2015-2742 (bmo#1138669) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
328 |
OS X crash reports may contain entered key press information |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
329 |
(not relevant under Linux) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
330 |
* MFSA 2015-69/CVE-2015-2743 (bmo#1163109) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
331 |
Privilege escalation in PDF.js |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
332 |
* MFSA 2015-70/CVE-2015-4000 (bmo#1138554) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
333 |
NSS accepts export-length DHE keys with regular DHE cipher suites |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
334 |
(this fix is shipped by NSS 3.19.1 externally) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
335 |
* MFSA 2015-71/CVE-2015-2721 (bmo#1086145) |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
336 |
NSS incorrectly permits skipping of ServerKeyExchange |
28eb9d3ab7e8
39.0 final with changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
863
diff
changeset
|
337 |
(this fix is shipped by NSS 3.19.1 externally) |
857 | 338 |
- dropped mozilla-prefer_plugin_pref.patch as this feature is |
339 |
likely not worth maintaining further |
|
340 |
- rebased patches |
|
863 | 341 |
- require NSS 3.19.2 |
857 | 342 |
|
343 |
------------------------------------------------------------------- |
|
862
390088186660
mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration
Andreas Schwab <schwab@suse.de>
parents:
861
diff
changeset
|
344 |
Thu Jun 18 10:30:18 UTC 2015 - schwab@suse.de |
390088186660
mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration
Andreas Schwab <schwab@suse.de>
parents:
861
diff
changeset
|
345 |
|
390088186660
mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration
Andreas Schwab <schwab@suse.de>
parents:
861
diff
changeset
|
346 |
- mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration |
390088186660
mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration
Andreas Schwab <schwab@suse.de>
parents:
861
diff
changeset
|
347 |
|
390088186660
mozilla-arm64-libjpeg-turbo.patch: fix libjpeg-turbo configuration
Andreas Schwab <schwab@suse.de>
parents:
861
diff
changeset
|
348 |
------------------------------------------------------------------- |
854 | 349 |
Sun Jun 7 07:09:12 UTC 2015 - wr@rosenauer.org |
350 |
||
351 |
- update to Firefox 38.0.6 |
|
855 | 352 |
* fixes bmo#1171730 which is not really relevant to oS builds |
353 |
- fix KDE regression from 38.0.5 builds (bsc#933439) |
|
854 | 354 |
|
355 |
------------------------------------------------------------------- |
|
853 | 356 |
Sat May 23 21:13:49 UTC 2015 - wr@rosenauer.org |
357 |
||
358 |
- update to Firefox 38.0.5 |
|
359 |
* Keep track of articles and videos with Pocket |
|
360 |
* Clean formatting for articles and blog posts with Reader View |
|
361 |
* Share the active tab or window in a Hello conversation |
|
362 |
- add changes file as source for SRPM (bsc#932142) |
|
363 |
||
364 |
------------------------------------------------------------------- |
|
852 | 365 |
Fri May 15 10:40:19 UTC 2015 - normand@linux.vnet.ibm.com |
366 |
||
367 |
- add mozilla-add-glibcxx_use_cxx11_abi.patch grabbed from |
|
368 |
https://bugzilla.mozilla.org/show_bug.cgi?id=1153109 |
|
369 |
||
370 |
------------------------------------------------------------------- |
|
371 |
Fri May 15 07:37:46 UTC 2015 - wr@rosenauer.org |
|
372 |
||
373 |
- update to Firefox 38.0.1 |
|
374 |
stability and regression fixes |
|
375 |
* Systems with first generation NVidia Optimus graphics cards |
|
376 |
may crash on start-up |
|
377 |
* Users who import cookies from Google Chrome can end up with |
|
378 |
broken websites |
|
379 |
* Large animated images may fail to play and may stop other |
|
380 |
images from loading |
|
381 |
||
382 |
------------------------------------------------------------------- |
|
851 | 383 |
Sun May 10 07:07:49 UTC 2015 - wr@rosenauer.org |
384 |
||
852 | 385 |
- update to Firefox 38.0 (bnc#930622) |
386 |
* New tab-based preferences |
|
387 |
* Ruby annotation support |
|
388 |
* more info: https://www.mozilla.org/en-US/firefox/38.0/releasenotes/ |
|
389 |
security fixes: |
|
390 |
* MFSA 2015-46/CVE-2015-2708/CVE-2015-2709 |
|
391 |
Miscellaneous memory safety hazards |
|
392 |
* MFSA 2015-47/VE-2015-0797 (bmo#1080995) |
|
393 |
Buffer overflow parsing H.264 video with Linux Gstreamer |
|
394 |
* MFSA 2015-48/CVE-2015-2710 (bmo#1149542) |
|
395 |
Buffer overflow with SVG content and CSS |
|
396 |
* MFSA 2015-49/CVE-2015-2711 (bmo#1113431) |
|
397 |
Referrer policy ignored when links opened by middle-click and |
|
398 |
context menu |
|
399 |
* MFSA 2015-50/CVE-2015-2712 (bmo#1152280) |
|
400 |
Out-of-bounds read and write in asm.js validation |
|
401 |
* MFSA 2015-51/CVE-2015-2713 (bmo#1153478) |
|
402 |
Use-after-free during text processing with vertical text enabled |
|
403 |
* MFSA 2015-53/CVE-2015-2715 (bmo#988698) |
|
404 |
Use-after-free due to Media Decoder Thread creation during shutdown |
|
405 |
* MFSA 2015-54/CVE-2015-2716 (bmo#1140537) |
|
406 |
Buffer overflow when parsing compressed XML |
|
407 |
* MFSA 2015-55/CVE-2015-2717 (bmo#1154683) |
|
408 |
Buffer overflow and out-of-bounds read while parsing MP4 video |
|
409 |
metadata |
|
410 |
* MFSA 2015-56/CVE-2015-2718 (bmo#1146724) |
|
411 |
Untrusted site hosting trusted page can intercept webchannel |
|
412 |
responses |
|
413 |
* MFSA 2015-57/CVE-2011-3079 (bmo#1087565) |
|
414 |
Privilege escalation through IPC channel messages |
|
850 | 415 |
- requires NSS 3.18.1 |
851 | 416 |
- removed obsolete patches: |
417 |
* mozilla-skia-bmo1136958.patch |
|
418 |
- remove gnomevfs build options as it is removed from sources |
|
419 |
- rebased patches |
|
850 | 420 |
|
421 |
------------------------------------------------------------------- |
|
422 |
Fri Apr 17 16:39:20 UTC 2015 - wr@rosenauer.org |
|
423 |
||
424 |
- update to Firefox 37.0.2 (bnc#928116) |
|
425 |
* MFSA 2015-45/CVE-2015-2706 (bmo#1141081) |
|
426 |
Memory corruption during failed plugin initialization |
|
845 | 427 |
|
428 |
------------------------------------------------------------------- |
|
844 | 429 |
Fri Apr 3 08:27:24 UTC 2015 - wr@rosenauer.org |
430 |
||
431 |
- update to Firefox 37.0.1 (bnc#926166) |
|
432 |
* MFSA 2015-43/CVE-2015-0798 (bmo#1147597) (Android only) |
|
433 |
Loading privileged content through Reader mode |
|
434 |
* MFSA 2015-44/CVE-2015-0799 (bmo#1148328) |
|
435 |
Certificate verification bypass through the HTTP/2 Alt-Svc header |
|
436 |
||
437 |
------------------------------------------------------------------- |
|
438 |
Sat Mar 28 09:46:48 UTC 2015 - wr@rosenauer.org |
|
439 |
||
440 |
- update to Firefox 37.0 (bnc#925368) |
|
441 |
* Heartbeat user rating system |
|
442 |
* Yandex set as default search provider for the Turkish locale |
|
443 |
* Bing search now uses HTTPS for secure searching |
|
444 |
* Improved protection against site impersonation via OneCRL |
|
445 |
centralized certificate revocation |
|
446 |
* Opportunistically encrypt HTTP traffic where the server supports |
|
447 |
HTTP/2 AltSvc |
|
448 |
* some more behaviour changes for TLS |
|
449 |
security fixes: |
|
450 |
* MFSA 2015-30/CVE-2015-0814/CVE-2015-0815 |
|
451 |
Miscellaneous memory safety hazards |
|
452 |
* MFSA 2015-31/CVE-2015-0813 (bmo#1106596)) |
|
453 |
Use-after-free when using the Fluendo MP3 GStreamer plugin |
|
454 |
* MFSA 2015-32/CVE-2015-0812 (bmo#1128126) |
|
455 |
Add-on lightweight theme installation approval bypassed through |
|
456 |
MITM attack |
|
457 |
* MFSA 2015-33/CVE-2015-0816 (bmo#1144991) |
|
458 |
resource:// documents can load privileged pages |
|
459 |
* MFSA-2015-34/CVE-2015-0811 (bmo#1132468) |
|
460 |
Out of bounds read in QCMS library |
|
461 |
* MFSA-2015-35/CVE-2015-0810 (bmo#1125013) |
|
462 |
Cursor clickjacking with flash and images (OS X only) |
|
463 |
* MFSA-2015-36/CVE-2015-0808 (bmo#1109552) |
|
464 |
Incorrect memory management for simple-type arrays in WebRTC |
|
465 |
* MFSA-2015-37/CVE-2015-0807 (bmo#1111834) |
|
466 |
CORS requests should not follow 30x redirections after preflight |
|
467 |
* MFSA-2015-38/CVE-2015-0805/CVE-2015-0806 (bmo#1135511, bmo#1099437) |
|
468 |
Memory corruption crashes in Off Main Thread Compositing |
|
469 |
* MFSA-2015-39/CVE-2015-0803/CVE-2015-0804 (bmo#1134560) |
|
470 |
Use-after-free due to type confusion flaws |
|
471 |
* MFSA-2015-40/CVE-2015-0801 (bmo#1146339) |
|
472 |
Same-origin bypass through anchor navigation |
|
473 |
* MFSA-2015-41/CVE-2015-0800/CVE-2012-2808 |
|
474 |
PRNG weakness allows for DNS poisoning on Android (only) |
|
475 |
* MFSA-2015-42/CVE-2015-0802 (bmo#1124898) |
|
476 |
Windows can retain access to privileged content on navigation |
|
477 |
to unprivileged pages |
|
478 |
- removed obsolete patches |
|
837 | 479 |
* mozilla-bmo1088588.patch |
844 | 480 |
* mozilla-bmo1108834.patch |
836
12530a091878
prepare 37 beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
831
diff
changeset
|
481 |
- requires NSPR 4.10.8 |
12530a091878
prepare 37 beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
831
diff
changeset
|
482 |
|
12530a091878
prepare 37 beta cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
831
diff
changeset
|
483 |
------------------------------------------------------------------- |
844 | 484 |
Tue Mar 24 15:35:24 UTC 2015 - dvaleev@suse.com |
485 |
||
486 |
- Fix builds with skia on Power |
|
487 |
mozilla-skia-be-le.patch (patch from #bmo1136958) |
|
488 |
mozilla-bmo1108834.patch |
|
489 |
mozilla-bmo1005535.patch |
|
490 |
||
491 |
------------------------------------------------------------------- |
|
839 | 492 |
Sat Mar 21 09:03:12 UTC 2015 - wr@rosenauer.org |
493 |
||
840 | 494 |
- update to Firefox 36.0.4 (bnc#923534) |
839 | 495 |
* MFSA 2015-28/CVE-2015-0818 (bmo#1144988) |
496 |
Privilege escalation through SVG navigation |
|
497 |
* MFSA 2015-29/CVE-2015-0817 (bmo#1145255) |
|
498 |
Code execution through incorrect JavaScript bounds checking |
|
499 |
elimination |
|
500 |
||
501 |
------------------------------------------------------------------- |
|
502 |
Fri Mar 20 15:02:33 UTC 2015 - dimstar@opensuse.org |
|
503 |
||
504 |
- Copy the icons to /usr/share/icons instead of symlinking them: |
|
505 |
in preparation for containerized apps (e.g. xdg-app) as well as |
|
506 |
AppStream metadata extraction, there are a couple locations that |
|
507 |
need to be real files for system integration (.desktop files, |
|
508 |
icons, mime-type info). |
|
509 |
||
510 |
------------------------------------------------------------------- |
|
838 | 511 |
Sat Mar 7 07:40:56 UTC 2015 - wr@rosenauer.org |
512 |
||
513 |
- update to Firefox 36.0.1 |
|
514 |
Bugfixes: |
|
515 |
* Disable the usage of the ANY DNS query type (bmo#1093983) |
|
516 |
* Hello may become inactive until restart (bmo#1137469) |
|
517 |
* Print preferences may not be preserved (bmo#1136855) |
|
518 |
* Hello contact tabs may not be visible (bmo#1137141) |
|
519 |
* Accept hostnames that include an underscore character ("_") |
|
520 |
(bmo#1136616) |
|
521 |
* WebGL may use significant memory with Canvas2d (bmo#1137251) |
|
522 |
* Option -remote has been restored (bmo#1080319) |
|
840 | 523 |
- added mozilla-skia-bmo1136958.patch to fix build issues for |
524 |
ARM and PPC |
|
838 | 525 |
|
526 |
------------------------------------------------------------------- |
|
832 | 527 |
Fri Feb 20 22:53:39 UTC 2015 - wr@rosenauer.org |
528 |
||
529 |
- update to Firefox 36.0 (bnc#917597) |
|
828 | 530 |
* mozilla-xremote-client was removed |
531 |
* added libclearkey.so media plugin |
|
832 | 532 |
* Pinned tiles on the new tab page can be synced |
533 |
* Support for the full HTTP/2 protocol. HTTP/2 enables a faster, |
|
534 |
more scalable, and more responsive web. |
|
535 |
* Locale added: Uzbek (uz) |
|
835 | 536 |
security fixes: |
537 |
* MFSA 2015-11/CVE-2015-0835/CVE-2015-0836 |
|
538 |
Miscellaneous memory safety hazards |
|
539 |
* MFSA 2015-12/CVE-2015-0833 (bmo#945192) |
|
540 |
Invoking Mozilla updater will load locally stored DLL files |
|
541 |
(Windows only) |
|
542 |
* MFSA 2015-13/CVE-2015-0832 (bmo#1065909) |
|
543 |
Appended period to hostnames can bypass HPKP and HSTS protections |
|
544 |
* MFSA 2015-14/CVE-2015-0830 (bmo#1110488) |
|
545 |
Malicious WebGL content crash when writing strings |
|
546 |
* MFSA 2015-15/CVE-2015-0834 (bmo#1098314) |
|
547 |
TLS TURN and STUN connections silently fail to simple TCP connections |
|
548 |
* MFSA 2015-16/CVE-2015-0831 (bmo#1130514) |
|
549 |
Use-after-free in IndexedDB |
|
550 |
* MFSA 2015-17/CVE-2015-0829 (bmo#1128939) |
|
551 |
Buffer overflow in libstagefright during MP4 video playback |
|
552 |
* MFSA 2015-18/CVE-2015-0828 (bmo#1030667, bmo#988675) |
|
553 |
Double-free when using non-default memory allocators with a |
|
554 |
zero-length XHR |
|
555 |
* MFSA 2015-19/CVE-2015-0827 (bmo#1117304) |
|
556 |
Out-of-bounds read and write while rendering SVG content |
|
557 |
* MFSA 2015-20/CVE-2015-0826 (bmo#1092363) |
|
558 |
Buffer overflow during CSS restyling |
|
559 |
* MFSA 2015-21/CVE-2015-0825 (bmo#1092370) |
|
560 |
Buffer underflow during MP3 playback |
|
561 |
* MFSA 2015-22/CVE-2015-0824 (bmo#1095925) |
|
562 |
Crash using DrawTarget in Cairo graphics library |
|
563 |
* MFSA 2015-23/CVE-2015-0823 (bmo#1098497) |
|
564 |
Use-after-free in Developer Console date with OpenType Sanitiser |
|
565 |
* MFSA 2015-24/CVE-2015-0822 (bmo#1110557) |
|
566 |
Reading of local files through manipulation of form autocomplete |
|
567 |
* MFSA 2015-25/CVE-2015-0821 (bmo#1111960) |
|
568 |
Local files or privileged URLs in pages can be opened into new tabs |
|
569 |
* MFSA 2015-26/CVE-2015-0819 (bmo#1079554) |
|
570 |
UI Tour whitelisted sites in background tab can spoof foreground |
|
571 |
tabs |
|
572 |
* MFSA 2015-27CVE-2015-0820 (bmo#1125398) |
|
573 |
Caja Compiler JavaScript sandbox bypass |
|
832 | 574 |
- rebased patches |
830 | 575 |
- requires NSS 3.17.4 |
576 |
||
577 |
------------------------------------------------------------------- |
|
578 |
Sat Jan 31 18:37:38 UTC 2015 - wr@rosenauer.org |
|
579 |
||
580 |
- update to Firefox 35.0.1 |
|
581 |
* With the Enhanced Steam extension, Firefox could crash (bmo#1123732) |
|
582 |
* Kerberos authentication did not work with alias (bmo#1108971) |
|
583 |
* SVG / CSS animation had a regression causing rendering issues on |
|
584 |
websites like openstreemap.org (bmo#1083079) |
|
585 |
* On Godaddy webmail, Firefox could crash (bmo#1113121) |
|
586 |
* document.baseURI did not get updated to document.location after |
|
587 |
base tag was removed from DOM for site with a CSP (bmo#1121857) |
|
588 |
* With a Right-to-left (RTL) version of Firefox, the text selection |
|
589 |
could be broken (bmo#1104036) |
|
590 |
* CSP had a change in behavior with regard to case sensitivity |
|
591 |
resources loading (bmo#1122445) |
|
828 | 592 |
|
593 |
------------------------------------------------------------------- |
|
826 | 594 |
Sat Jan 10 18:36:37 UTC 2015 - wr@rosenauer.org |
595 |
||
596 |
- update to Firefox 35.0 (bnc#910669) |
|
827 | 597 |
notable features: |
598 |
* Firefox Hello with new rooms-based conversations model |
|
599 |
* Implemented HTTP Public Key Pinning Extension (for enhanced |
|
600 |
authentication of encrypted connections) |
|
601 |
security fixes: |
|
602 |
* MFSA 2015-01/CVE-2014-8634/CVE-2014-8635 |
|
603 |
Miscellaneous memory safety hazards |
|
604 |
* MFSA 2015-02/CVE-2014-8637 (bmo#1094536) |
|
605 |
Uninitialized memory use during bitmap rendering |
|
606 |
* MFSA 2015-03/CVE-2014-8638 (bmo#1080987) |
|
607 |
sendBeacon requests lack an Origin header |
|
608 |
* MFSA 2015-04/CVE-2014-8639 (bmo#1095859) |
|
609 |
Cookie injection through Proxy Authenticate responses |
|
610 |
* MFSA 2015-05/CVE-2014-8640 (bmo#1100409) |
|
611 |
Read of uninitialized memory in Web Audio |
|
612 |
* MFSA 2015-06/CVE-2014-8641 (bmo#1108455) |
|
613 |
Read-after-free in WebRTC |
|
614 |
* MFSA 2015-07/CVE-2014-8643 (bmo#1114170) (Windows-only) |
|
615 |
Gecko Media Plugin sandbox escape |
|
616 |
* MFSA 2015-08/CVE-2014-8642 (bmo#1079658) |
|
617 |
Delegated OCSP responder certificates failure with |
|
618 |
id-pkix-ocsp-nocheck extension |
|
619 |
* MFSA 2015-09/CVE-2014-8636 (bmo#987794) |
|
620 |
XrayWrapper bypass through DOM objects |
|
807
f54c68340963
Aurora 35.0 (20141115) uplift
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
806
diff
changeset
|
621 |
- rebased patches |
809
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
622 |
- dropped explicit support for everything older than 12.3 |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
623 |
(including SLES11) |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
624 |
* merge firefox-kde.patch and firefox-kde-114.patch |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
625 |
* dropped mozilla-sle11.patch |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
626 |
- reworked specfile to build conditionally based on release channel |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
627 |
either Firefox or Firefox Developer Edition |
af47260a332c
morphed Aurora packaging into Firefox Developer Edition
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
807
diff
changeset
|
628 |
- added mozilla-openaes-decl.patch to fix implicit declarations |
819
5a18bd66e46c
[Bug 908892] Updated Firefox (33.0-1.90.1 -> 34.0.5-1.94.3) crashes in tracker-miner-firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
818
diff
changeset
|
629 |
- obsolete tracker-miner-firefox < 0.15 because it leads to startup |
5a18bd66e46c
[Bug 908892] Updated Firefox (33.0-1.90.1 -> 34.0.5-1.94.3) crashes in tracker-miner-firefox
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
818
diff
changeset
|
630 |
crashes (bnc#908892) |
807
f54c68340963
Aurora 35.0 (20141115) uplift
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
806
diff
changeset
|
631 |
|
f54c68340963
Aurora 35.0 (20141115) uplift
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
806
diff
changeset
|
632 |
------------------------------------------------------------------- |
820 | 633 |
Sat Dec 13 22:13:00 UTC 2014 - Led <ledest@gmail.com> |
634 |
||
635 |
- fix bashism in mozilla.sh script |
|
636 |
||
637 |
------------------------------------------------------------------- |
|
813
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
638 |
Sat Nov 29 21:23:03 UTC 2014 - wr@rosenauer.org |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
639 |
|
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
640 |
- update to Firefox 34.0.5 (bnc#908009) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
641 |
* Default search engine changed to Yahoo! for North America |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
642 |
* Default search engine changed to Yandex for Belarusian, Kazakh, |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
643 |
and Russian locales |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
644 |
* Improved search bar (en-US only) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
645 |
* Firefox Hello real-time communication client |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
646 |
* Easily switch themes/personas directly in the Customizing mode |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
647 |
* Implementation of HTTP/2 (draft14) and ALPN |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
648 |
* Disabled SSLv3 |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
649 |
* MFSA 2014-83/CVE-2014-1587/CVE-2014-1588 |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
650 |
Miscellaneous memory safety hazards |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
651 |
* MFSA 2014-84/CVE-2014-1589 (bmo#1043787) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
652 |
XBL bindings accessible via improper CSS declarations |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
653 |
* MFSA 2014-85/CVE-2014-1590 (bmo#1087633) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
654 |
XMLHttpRequest crashes with some input streams |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
655 |
* MFSA 2014-86/CVE-2014-1591 (bmo#1069762) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
656 |
CSP leaks redirect data via violation reports |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
657 |
* MFSA 2014-87/CVE-2014-1592 (bmo#1088635) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
658 |
Use-after-free during HTML5 parsing |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
659 |
* MFSA 2014-88/CVE-2014-1593 (bmo#1085175) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
660 |
Buffer overflow while parsing media content |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
661 |
* MFSA 2014-89/CVE-2014-1594 (bmo#1074280) |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
662 |
Bad casting from the BasicThebesLayer to BasicContainerLayer |
9e3063dcc69e
Firefox 34.0.5 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
811
diff
changeset
|
663 |
- rebased patches |
806 | 664 |
- limit linker memory usage for %ix86 |
807
f54c68340963
Aurora 35.0 (20141115) uplift
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
806
diff
changeset
|
665 |
- rebased patches |
805 | 666 |
|
667 |
------------------------------------------------------------------- |
|
801
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
668 |
Fri Nov 7 20:14:32 UTC 2014 - wr@rosenauer.org |
787 | 669 |
|
670 |
- update to Firefox 33.1 |
|
802 | 671 |
* Adding DuckDuckGo as a search option (upstream) |
672 |
* Forget Button added |
|
673 |
* Enhanced Tiles |
|
674 |
* Privacy tour introduced |
|
797
3b2d52457c91
fix typo on Recommends
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
789
diff
changeset
|
675 |
- fix typo in GStreamer Recommends |
787 | 676 |
|
677 |
------------------------------------------------------------------- |
|
801
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
678 |
Tue Nov 4 18:00:35 UTC 2014 - guillaume@opensuse.org |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
679 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
680 |
- Disable elf-hack for aarch64 |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
681 |
- Enable EGL for aarch64 |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
682 |
- Limit RAM usage during link for %arm |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
683 |
- Fix _constraints for ARM |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
684 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
685 |
------------------------------------------------------------------- |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
686 |
Mon Nov 3 11:36:04 UTC 2014 - dmueller@suse.com |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
687 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
688 |
- use proper macros for ARM |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
689 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
690 |
------------------------------------------------------------------- |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
691 |
Mon Nov 3 11:26:23 UTC 2014 - josua.mayer97@gmail.com |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
692 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
693 |
- use '--disable-optimize' not only on 32-bit x86, but on 32-bit arm too |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
694 |
to fix compiling. |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
695 |
- pass '-Wl,--no-keep-memory' to linker to reduce required memory during |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
696 |
linking on arm. |
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
697 |
|
f5f6f5547c2b
merge changes from OBS Factory submissions
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
797
diff
changeset
|
698 |
------------------------------------------------------------------- |
788 | 699 |
Thu Oct 30 11:31:05 UTC 2014 - wr@rosenauer.org |
700 |
||
701 |
- update to Firefox 33.0.2 |
|
702 |
* Fix a startup crash with some combination of hardware and drivers |
|
703 |
33.0.1 |
|
704 |
* Firefox displays a black screen at start-up with certain |
|
705 |
graphics drivers |
|
706 |
- adjusted _constraints for ARM |
|
707 |
||
708 |
------------------------------------------------------------------- |
|
786 | 709 |
Tue Oct 28 15:23:09 UTC 2014 - josua.mayer97@gmail.com |
710 |
||
711 |
- added mozilla-bmo1088588.patch to fix build with EGL (bmo#1088588) |
|
785 | 712 |
|
713 |
------------------------------------------------------------------- |
|
781
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
714 |
Sat Oct 25 08:45:43 UTC 2014 - wr@rosenauer.org |
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
715 |
|
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
716 |
- define /usr/share/myspell as additional dictionary location |
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
717 |
and remove add-plugins.sh finally (bnc#900639) |
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
718 |
|
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
719 |
------------------------------------------------------------------- |
780
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
720 |
Sun Oct 19 12:59:28 UTC 2014 - vindex17@outlook.it |
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
721 |
|
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
722 |
- use Firefox default optimization flags instead of -Os |
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
723 |
- specfile cleanup |
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
724 |
|
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
725 |
------------------------------------------------------------------- |
777 | 726 |
Wed Oct 15 08:05:33 UTC 2014 - wr@rosenauer.org |
727 |
||
728 |
- fix build for all ppc by not enabling elf-hack |
|
729 |
(bnc#901213) |
|
730 |
||
731 |
------------------------------------------------------------------- |
|
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
732 |
Sat Oct 11 08:48:24 UTC 2014 - wr@rosenauer.org |
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
733 |
|
777 | 734 |
- update to Firefox 33.0 (bnc#900941) |
735 |
New features: |
|
736 |
* OpenH264 support (sandboxed) |
|
737 |
* Enhanced Tiles |
|
738 |
* Improved search experience through the location bar |
|
739 |
* Slimmer and faster JavaScript strings |
|
740 |
* New CSP (Content Security Policy) backend |
|
741 |
* Support for connecting to HTTP proxy over HTTPS |
|
742 |
* Improved reliability of the session restoration |
|
743 |
* Proprietary window.crypto properties/functions removed |
|
744 |
Security: |
|
745 |
* MFSA 2014-74/CVE-2014-1574/CVE-2014-1575 |
|
746 |
Miscellaneous memory safety hazards |
|
747 |
* MFSA 2014-75/CVE-2014-1576 (bmo#1041512) |
|
748 |
Buffer overflow during CSS manipulation |
|
749 |
* MFSA 2014-76/CVE-2014-1577 (bmo#1012609) |
|
750 |
Web Audio memory corruption issues with custom waveforms |
|
751 |
* MFSA 2014-77/CVE-2014-1578 (bmo#1063327) |
|
752 |
Out-of-bounds write with WebM video |
|
753 |
* MFSA 2014-78/CVE-2014-1580 (bmo#1063733) |
|
754 |
Further uninitialized memory use during GIF rendering |
|
755 |
* MFSA 2014-79/CVE-2014-1581 (bmo#1068218) |
|
756 |
Use-after-free interacting with text directionality |
|
757 |
* MFSA 2014-80/CVE-2014-1582/CVE-2014-1584 (bmo#1049095, bmo#1066190) |
|
758 |
Key pinning bypasses |
|
759 |
* MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981) |
|
760 |
Inconsistent video sharing within iframe |
|
761 |
* MFSA 2014-82/CVE-2014-1583 (bmo#1015540) |
|
762 |
Accessing cross-origin objects via the Alarms API |
|
763 |
(only relevant for installed web apps) |
|
765 | 764 |
- requires NSPR 4.10.7 |
773 | 765 |
- requires NSS 3.17.1 |
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
766 |
- removed obsolete patches: |
773 | 767 |
* mozilla-ppc.patch |
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
768 |
* mozilla-libproxy-compat.patch |
774
f61bd1cd52c2
added basic appstream appdata information
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
773
diff
changeset
|
769 |
- added basic appdata information |
769 | 770 |
|
771 |
------------------------------------------------------------------- |
|
772 |
Sat Sep 20 13:33:51 UTC 2014 - wr@rosenauer.org |
|
773 |
||
774 |
- update to Firefox 32.0.2 |
|
775 |
* just a version bump for our builds |
|
776 |
* fixed the in application update process for certain environments |
|
777 |
(in application update is not enabled in openSUSE and Linux |
|
778 |
is unaffected in any case) |
|
779 |
- build with --disable-optimize for 13.1 and above for i586 to |
|
780 |
workaround miscompilations (bnc#896624) |
|
767 | 781 |
- use some more build flags to align with upstream |
765 | 782 |
|
783 |
------------------------------------------------------------------- |
|
761 | 784 |
Sat Sep 13 16:58:16 UTC 2014 - wr@rosenauer.org |
785 |
||
786 |
- update to Firefox 32.0.1 |
|
787 |
* fixed stability issues for computers with multiple graphics cards |
|
788 |
* mixed content icon may be incorrectly displayed instead of lock |
|
789 |
icon for SSL sites in 32.0 ( |
|
790 |
* WebRTC: setRemoteDescription() silently fails if no success |
|
791 |
callback is specified (bmo#1063971) |
|
792 |
||
793 |
------------------------------------------------------------------- |
|
759
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
794 |
Sun Aug 31 07:44:54 UTC 2014 - wr@rosenauer.org |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
795 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
796 |
- update to Firefox 32.0 (bnc#894370) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
797 |
* MFSA 2014-67/CVE-2014-1553/CVE-2014-1554/CVE-2014-1562 |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
798 |
Miscellaneous memory safety hazards |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
799 |
* MFSA 2014-68/CVE-2014-1563 (bmo#1018524) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
800 |
Use-after-free during DOM interactions with SVG |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
801 |
* MFSA 2014-69/CVE-2014-1564 (bmo#1045977) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
802 |
Uninitialized memory use during GIF rendering |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
803 |
* MFSA 2014-70/CVE-2014-1565 (bmo#1047831) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
804 |
Out-of-bounds read in Web Audio audio timeline |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
805 |
* MFSA 2014-72/CVE-2014-1567 (bmo#1037641) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
806 |
Use-after-free setting text directionality |
748
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
807 |
- rebased patches |
756 | 808 |
- requires NSS 3.16.4 |
748
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
809 |
- removed upstreamed patch |
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
810 |
* mozilla-aarch64-bmo-810631.patch |
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
811 |
|
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
812 |
------------------------------------------------------------------- |
759
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
813 |
Wed Aug 20 13:50:58 CEST 2014 - behlert@suse.de |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
814 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
815 |
- adapted _constraints, used more than 3900MB on s390x during |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
816 |
last build |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
817 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
818 |
------------------------------------------------------------------- |
753 | 819 |
Sun Jul 20 18:11:44 UTC 2014 - wr@rosenauer.org |
820 |
||
821 |
- update to Firefox 31.0 (bnc#887746) |
|
822 |
* MFSA 2014-56/CVE-2014-1547/CVE-2014-1548 |
|
823 |
Miscellaneous memory safety hazards |
|
824 |
* MFSA 2014-57/CVE-2014-1549 (bmo#1020205) |
|
825 |
Buffer overflow during Web Audio buffering for playback |
|
826 |
* MFSA 2014-58/CVE-2014-1550 (bmo#1020411) |
|
827 |
Use-after-free in Web Audio due to incorrect control message ordering |
|
828 |
* MFSA 2014-60/CVE-2014-1561 (bmo#1000514, bmo#910375) |
|
829 |
Toolbar dialog customization event spoofing |
|
830 |
* MFSA 2014-61/CVE-2014-1555 (bmo#1023121) |
|
831 |
Use-after-free with FireOnStateChange event |
|
832 |
* MFSA 2014-62/CVE-2014-1556 (bmo#1028891) |
|
833 |
Exploitable WebGL crash with Cesium JavaScript library |
|
834 |
* MFSA 2014-63/CVE-2014-1544 (bmo#963150) |
|
835 |
Use-after-free while when manipulating certificates in the trusted cache |
|
836 |
(solved with NSS 3.16.2 requirement) |
|
837 |
* MFSA 2014-64/CVE-2014-1557 (bmo#913805) |
|
838 |
Crash in Skia library when scaling high quality images |
|
839 |
* MFSA 2014-65/CVE-2014-1558/CVE-2014-1559/CVE-2014-1560 |
|
840 |
(bmo#1015973, bmo#1026022, bmo#997795) |
|
841 |
Certificate parsing broken by non-standard character encoding |
|
842 |
* MFSA 2014-66/CVE-2014-1552 (bmo#985135) |
|
843 |
IFRAME sandbox same-origin access through redirect |
|
844 |
- use EGL on ARM |
|
746
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
845 |
- rebased patches |
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
846 |
- requires NSS 3.16.2 |
753 | 847 |
- requires python-devel (not only python) |
746
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
848 |
|
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
849 |
------------------------------------------------------------------- |
744
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
850 |
Mon Jun 9 08:28:17 UTC 2014 - wr@rosenauer.org |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
851 |
|
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
852 |
- update to Firefox 30.0 (bnc#881874) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
853 |
* MFSA 2014-48/CVE-2014-1533/CVE-2014-1534 |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
854 |
(bmo#921622, bmo#967354, bmo#969517, bmo#969549, bmo#973874, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
855 |
bmo#978652, bmo#978811, bmo#988719, bmo#990868, bmo#991981, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
856 |
bmo#992274, bmo#994907, bmo#995679, bmo#995816, bmo#995817, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
857 |
bmo#996536, bmo#996715, bmo#999651, bmo#1000598, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
858 |
bmo#1000960, bmo#1002340, bmo#1005578, bmo#1007223, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
859 |
bmo#1009952, bmo#1011007) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
860 |
Miscellaneous memory safety hazards (rv:30.0) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
861 |
* MFSA 2014-49/CVE-2014-1536/CVE-2014-1537/CVE-2014-1538 |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
862 |
(bmo#989994, bmo#999274, bmo#1005584) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
863 |
Use-after-free and out of bounds issues found using Address |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
864 |
Sanitizer |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
865 |
* MFSA 2014-50/CVE-2014-1539 (bmo#995603) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
866 |
Clickjacking through cursor invisability after Flash interaction |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
867 |
* MFSA 2014-51/CVE-2014-1540 (bmo#978862) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
868 |
Use-after-free in Event Listener Manager |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
869 |
* MFSA 2014-52/CVE-2014-1541 (bmo#1000185) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
870 |
Use-after-free with SMIL Animation Controller |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
871 |
* MFSA 2014-53/CVE-2014-1542 (bmo#991533) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
872 |
Buffer overflow in Web Audio Speex resampler |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
873 |
* MFSA 2014-54/CVE-2014-1543 (bmo#1011859) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
874 |
Buffer overflow in Gamepad API |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
875 |
* MFSA 2014-55/CVE-2014-1545 (bmo#1018783) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
876 |
Out of bounds write in NSPR |
733
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
877 |
- rebased patches |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
878 |
- removed obsolete patches |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
879 |
* firefox-browser-css.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
880 |
* mozilla-aarch64-bmo-962488.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
881 |
* mozilla-aarch64-bmo-963023.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
882 |
* mozilla-aarch64-bmo-963024.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
883 |
* mozilla-aarch64-bmo-963027.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
884 |
* mozilla-ppc64-xpcom.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
885 |
* mozilla-ppc64le-javascript.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
886 |
* mozilla-ppc64le-libffi.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
887 |
* mozilla-ppc64le-mfbt.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
888 |
* mozilla-ppc64le-webrtc.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
889 |
* mozilla-ppc64le-xpcom.patch |
744
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
890 |
* mozilla-ppc64le-build.patch |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
891 |
- requires NSPR 4.10.6 |
725 | 892 |
- enabled GStreamer 1.0 usage for 13.2 and above |
893 |
||
894 |
------------------------------------------------------------------- |
|
738 | 895 |
Sat May 10 06:09:37 UTC 2014 - wr@rosenauer.org |
896 |
||
897 |
- update to Firefox 29.0.1 |
|
898 |
* Seer disabled by default (bmo#1005958) |
|
899 |
* Session Restore failed with a corrupted sessionstore.js file |
|
900 |
(bmo#1001167) |
|
901 |
* pdf.js printing white page (bmo#1003707, bnc#876833) |
|
733
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
902 |
- general.useragent.locale gets overwritten with en-US while it |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
903 |
should be using the active langpack's setting |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
904 |
|
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
905 |
------------------------------------------------------------------- |
727
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
906 |
Sat Apr 26 12:18:07 UTC 2014 - wr@rosenauer.org |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
907 |
|
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
908 |
- update to Firefox 29.0 (bnc#875378) |
733
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
909 |
* MFSA 2014-34/CVE-2014-1518/CVE-2014-1519 |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
910 |
Miscellaneous memory safety hazards |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
911 |
* MFSA 2014-36/CVE-2014-1522 (bmo#995289) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
912 |
Web Audio memory corruption issues |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
913 |
* MFSA 2014-37/CVE-2014-1523 (bmo#969226) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
914 |
Out of bounds read while decoding JPG images |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
915 |
* MFSA 2014-38/CVE-2014-1524 (bmo#989183) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
916 |
Buffer overflow when using non-XBL object as XBL |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
917 |
* MFSA 2014-39/CVE-2014-1525 (bmo#989210) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
918 |
Use-after-free in the Text Track Manager for HTML video |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
919 |
* MFSA 2014-41/CVE-2014-1528 (bmo#963962) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
920 |
Out-of-bounds write in Cairo |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
921 |
* MFSA 2014-42/CVE-2014-1529 (bmo#987003) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
922 |
Privilege escalation through Web Notification API |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
923 |
* MFSA 2014-43/CVE-2014-1530 (bmo#895557) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
924 |
Cross-site scripting (XSS) using history navigations |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
925 |
* MFSA 2014-44/CVE-2014-1531 (bmo#987140) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
926 |
Use-after-free in imgLoader while resizing images |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
927 |
* MFSA 2014-45/CVE-2014-1492 (bmo#903885) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
928 |
Incorrect IDNA domain name matching for wildcard certificates |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
929 |
(fixed by NSS 3.16) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
930 |
* MFSA 2014-46/CVE-2014-1532 (bmo#966006) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
931 |
Use-after-free in nsHostResolver |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
932 |
* MFSA 2014-47/CVE-2014-1526 (bmo#988106) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
933 |
Debugger can bypass XrayWrappers with JavaScript |
727
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
934 |
- rebased patches |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
935 |
- removed obsolete patches |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
936 |
* firefox-browser-css.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
937 |
* mozilla-aarch64-599882cfb998.diff |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
938 |
* mozilla-aarch64-bmo-963028.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
939 |
* mozilla-aarch64-bmo-963029.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
940 |
* mozilla-aarch64-bmo-963030.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
941 |
* mozilla-aarch64-bmo-963031.patch |
716
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
942 |
- requires NSS 3.16 |
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
943 |
- added mozilla-icu-strncat.patch to fix post build checks |
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
944 |
|
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
945 |
------------------------------------------------------------------- |
715 | 946 |
Mon Apr 7 15:34:31 UTC 2014 - dmueller@suse.com |
947 |
||
948 |
- add mozilla-aarch64-599882cfb998.patch, |
|
949 |
mozilla-aarch64-bmo-810631.patch, |
|
950 |
mozilla-aarch64-bmo-962488.patch, |
|
951 |
mozilla-aarch64-bmo-963030.patch, |
|
952 |
mozilla-aarch64-bmo-963027.patch, |
|
953 |
mozilla-aarch64-bmo-963028.patch, |
|
954 |
mozilla-aarch64-bmo-963029.patch, |
|
955 |
mozilla-aarch64-bmo-963023.patch, |
|
956 |
mozilla-aarch64-bmo-963024.patch, |
|
957 |
mozilla-aarch64-bmo-963031.patch: AArch64 porting |
|
958 |
||
959 |
------------------------------------------------------------------- |
|
714
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
960 |
Mon Mar 24 16:18:44 UTC 2014 - dvaleev@suse.com |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
961 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
962 |
- Add patch for bmo#973977 |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
963 |
* mozilla-ppc64-xpcom.patch |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
964 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
965 |
------------------------------------------------------------------- |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
966 |
Mon Mar 24 14:29:12 UTC 2014 - dvaleev@suse.com |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
967 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
968 |
- Refresh mozilla-ppc64le-xpcom.patch patch |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
969 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
970 |
------------------------------------------------------------------- |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
971 |
Fri Mar 21 19:01:42 UTC 2014 - dvaleev@suse.com |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
972 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
973 |
- Adapt mozilla-ppc64le-xpcom.patch to Mozilla > 24.0 build system |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
974 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
975 |
------------------------------------------------------------------- |
711
012a5adf5c74
moved to mozilla-release (28.0build2)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
710
diff
changeset
|
976 |
Sun Mar 16 13:39:15 UTC 2014 - wr@rosenauer.org |
012a5adf5c74
moved to mozilla-release (28.0build2)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
710
diff
changeset
|
977 |
|
712 | 978 |
- update to Firefox 28.0 (bnc#868603) |
979 |
* MFSA 2014-15/CVE-2014-1493/CVE-2014-1494 |
|
980 |
Miscellaneous memory safety hazards |
|
981 |
* MFSA 2014-17/CVE-2014-1497 (bmo#966311) |
|
982 |
Out of bounds read during WAV file decoding |
|
983 |
* MFSA 2014-18/CVE-2014-1498 (bmo#935618) |
|
984 |
crypto.generateCRMFRequest does not validate type of key |
|
985 |
* MFSA 2014-19/CVE-2014-1499 (bmo#961512) |
|
986 |
Spoofing attack on WebRTC permission prompt |
|
987 |
* MFSA 2014-20/CVE-2014-1500 (bmo#956524) |
|
988 |
onbeforeunload and Javascript navigation DOS |
|
989 |
* MFSA 2014-22/CVE-2014-1502 (bmo#972622) |
|
990 |
WebGL content injection from one domain to rendering in another |
|
991 |
* MFSA 2014-23/CVE-2014-1504 (bmo#911547) |
|
992 |
Content Security Policy for data: documents not preserved by |
|
993 |
session restore |
|
994 |
* MFSA 2014-26/CVE-2014-1508 (bmo#963198) |
|
995 |
Information disclosure through polygon rendering in MathML |
|
996 |
* MFSA 2014-27/CVE-2014-1509 (bmo#966021) |
|
997 |
Memory corruption in Cairo during PDF font rendering |
|
998 |
* MFSA 2014-28/CVE-2014-1505 (bmo#941887) |
|
999 |
SVG filters information disclosure through feDisplacementMap |
|
1000 |
* MFSA 2014-29/CVE-2014-1510/CVE-2014-1511 (bmo#982906, bmo#982909) |
|
1001 |
Privilege escalation using WebIDL-implemented APIs |
|
1002 |
* MFSA 2014-30/CVE-2014-1512 (bmo#982957) |
|
1003 |
Use-after-free in TypeObject |
|
1004 |
* MFSA 2014-31/CVE-2014-1513 (bmo#982974) |
|
1005 |
Out-of-bounds read/write through neutering ArrayBuffer objects |
|
1006 |
* MFSA 2014-32/CVE-2014-1514 (bmo#983344) |
|
1007 |
Out-of-bounds write through TypedArrayObject after neutering |
|
707 | 1008 |
- requires NSPR 4.10.3 and NSS 3.15.5 |
712 | 1009 |
- new build dependency (and recommends): |
703 | 1010 |
* libpulse |
710
5341dc98d26c
update of PPC64LE patches taken from
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
707
diff
changeset
|
1011 |
- update of PowerPC 64 patches (bmo#976648) (pcerny@suse.com) |
711
012a5adf5c74
moved to mozilla-release (28.0build2)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
710
diff
changeset
|
1012 |
- rebased patches |
703 | 1013 |
|
1014 |
------------------------------------------------------------------- |
|
704 | 1015 |
Mon Feb 17 11:59:28 UTC 2014 - wr@rosenauer.org |
1016 |
||
1017 |
- update to Firefox 27.0.1 |
|
1018 |
* Fixed stability issues with Greasemonkey and other JS that used |
|
1019 |
ClearTimeoutOrInterval |
|
714
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
1020 |
* JS math correctness issue (bmo#941381) |
704 | 1021 |
- incorporate Google API key for geolocation (bnc#864170) |
1022 |
- updated list of "other" locales in RPM requirements |
|
1023 |
||
1024 |
------------------------------------------------------------------- |
|
699 | 1025 |
Tue Jan 28 15:45:41 UTC 2014 - wr@rosenauer.org |
1026 |
||
700 | 1027 |
- update to Firefox 27.0 (bnc#861847) |
1028 |
* MFSA 2014-01/CVE-2014-1477/CVE-2014-1478 |
|
1029 |
Miscellaneous memory safety hazards (rv:27.0 / rv:24.3) |
|
1030 |
* MFSA 2014-02/CVE-2014-1479 (bmo#911864) |
|
1031 |
Clone protected content with XBL scopes |
|
1032 |
* MFSA 2014-03/CVE-2014-1480 (bmo#916726) |
|
1033 |
UI selection timeout missing on download prompts |
|
1034 |
* MFSA 2014-04/CVE-2014-1482 (bmo#943803) |
|
1035 |
Incorrect use of discarded images by RasterImage |
|
1036 |
* MFSA 2014-05/CVE-2014-1483 (bmo#950427) |
|
1037 |
Information disclosure with *FromPoint on iframes |
|
1038 |
* MFSA 2014-06/CVE-2014-1484 (bmo#953993) |
|
1039 |
Profile path leaks to Android system log |
|
1040 |
* MFSA 2014-07/CVE-2014-1485 (bmo#910139) |
|
1041 |
XSLT stylesheets treated as styles in Content Security Policy |
|
1042 |
* MFSA 2014-08/CVE-2014-1486 (bmo#942164) |
|
1043 |
Use-after-free with imgRequestProxy and image proccessing |
|
1044 |
* MFSA 2014-09/CVE-2014-1487 (bmo#947592) |
|
1045 |
Cross-origin information leak through web workers |
|
1046 |
* MFSA 2014-10/CVE-2014-1489 (bmo#959531) |
|
1047 |
Firefox default start page UI content invokable by script |
|
1048 |
* MFSA 2014-11/CVE-2014-1488 (bmo#950604) |
|
1049 |
Crash when using web workers with asm.js |
|
1050 |
* MFSA 2014-12/CVE-2014-1490/CVE-2014-1491 |
|
1051 |
(bmo#934545, bmo#930874, bmo#930857) |
|
1052 |
NSS ticket handling issues |
|
1053 |
* MFSA 2014-13/CVE-2014-1481(bmo#936056) |
|
1054 |
Inconsistent JavaScript handling of access to Window objects |
|
691
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
1055 |
- requires NSS 3.15.4 or higher |
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
1056 |
- rebased/reworked patches |
697 | 1057 |
- removed obsolete mozilla-bug929439.patch |
691
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
1058 |
|
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
1059 |
------------------------------------------------------------------- |
692 | 1060 |
Thu Dec 12 21:19:54 UTC 2013 - uweigand@de.ibm.com |
1061 |
||
1062 |
- Add support for powerpc64le-linux. |
|
1063 |
* mozilla-ppc64le.patch: general support |
|
1064 |
* mozilla-libffi-ppc64le.patch: libffi backport |
|
1065 |
* mozilla-xpcom-ppc64le.patch: port xpcom |
|
697 | 1066 |
- Add build fix from mainline. |
1067 |
* mozilla-bug929439.patch |
|
692 | 1068 |
|
1069 |
------------------------------------------------------------------- |
|
688 | 1070 |
Sun Dec 8 20:26:23 UTC 2013 - wr@rosenauer.org |
1071 |
||
689 | 1072 |
- update to Firefox 26.0 (bnc#854367, bnc#854370) |
686
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
1073 |
* rebased patches |
688 | 1074 |
* requires NSPR 4.10.2 and NSS 3.15.3.1 |
689 | 1075 |
* MFSA 2013-104/CVE-2013-5609/CVE-2013-5610 |
1076 |
Miscellaneous memory safety hazards |
|
1077 |
* MFSA 2013-105/CVE-2013-5611 (bmo#771294) |
|
1078 |
Application Installation doorhanger persists on navigation |
|
1079 |
* MFSA 2013-106/CVE-2013-5612 (bmo#871161) |
|
1080 |
Character encoding cross-origin XSS attack |
|
1081 |
* MFSA 2013-107/CVE-2013-5614 (bmo#886262) |
|
1082 |
Sandbox restrictions not applied to nested object elements |
|
1083 |
* MFSA 2013-108/CVE-2013-5616 (bmo#938341) |
|
1084 |
Use-after-free in event listeners |
|
1085 |
* MFSA 2013-109/CVE-2013-5618 (bmo#926361) |
|
1086 |
Use-after-free during Table Editing |
|
1087 |
* MFSA 2013-110/CVE-2013- |