author | Wolfgang Rosenauer <wr@rosenauer.org> |
Sun, 03 Nov 2013 18:39:18 +0100 | |
branch | esr24 |
changeset 684 | 7627f28354d4 |
parent 678 | d0329e10d68c |
child 687 | 8d64394d1c0c |
permissions | -rw-r--r-- |
674 | 1 |
------------------------------------------------------------------- |
678
d0329e10d68c
prepare 24.1.0esr releases
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
674
diff
changeset
|
2 |
Thu Oct 24 16:46:31 UTC 2013 - wr@rosenauer.org |
d0329e10d68c
prepare 24.1.0esr releases
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
674
diff
changeset
|
3 |
|
684 | 4 |
- update to Firefox 24.1.0esr (bnc#847708) |
678
d0329e10d68c
prepare 24.1.0esr releases
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
674
diff
changeset
|
5 |
* requires NSS 3.15.2 or above |
684 | 6 |
* MFSA 2013-93/CVE-2013-5590/CVE-2013-5591/CVE-2013-5592 |
7 |
Miscellaneous memory safety hazards |
|
8 |
* MFSA 2013-94/CVE-2013-5593 (bmo#868327) |
|
9 |
Spoofing addressbar through SELECT element |
|
10 |
* MFSA 2013-95/CVE-2013-5604 (bmo#914017) |
|
11 |
Access violation with XSLT and uninitialized data |
|
12 |
* MFSA 2013-96/CVE-2013-5595 (bmo#916580) |
|
13 |
Improperly initialized memory and overflows in some JavaScript |
|
14 |
functions |
|
15 |
* MFSA 2013-97/CVE-2013-5596 (bmo#910881) |
|
16 |
Writing to cycle collected object during image decoding |
|
17 |
* MFSA 2013-98/CVE-2013-5597 (bmo#918864) |
|
18 |
Use-after-free when updating offline cache |
|
19 |
* MFSA 2013-99/CVE-2013-5598 (bmo#920515) |
|
20 |
Security bypass of PDF.js checks using iframes |
|
21 |
* MFSA 2013-100/CVE-2013-5599/CVE-2013-5600/CVE-2013-5601 |
|
22 |
(bmo#915210, bmo#915576, bmo#916685) |
|
23 |
Miscellaneous use-after-free issues found through ASAN fuzzing |
|
24 |
* MFSA 2013-101/CVE-2013-5602 (bmo#897678) |
|
25 |
Memory corruption in workers |
|
26 |
* MFSA 2013-102/CVE-2013-5603 (bmo#916404) |
|
27 |
Use-after-free in HTML document templates |
|
678
d0329e10d68c
prepare 24.1.0esr releases
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
674
diff
changeset
|
28 |
|
d0329e10d68c
prepare 24.1.0esr releases
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
674
diff
changeset
|
29 |
------------------------------------------------------------------- |
674 | 30 |
Sat Oct 5 18:10:39 UTC 2013 - wr@rosenauer.org |
31 |
||
32 |
- renamed package to firefox-esr |
|
33 |
(by branching off from MozillaFirefox-24.0) |
|
34 |
* switched to mozilla-esr24 branch |
|
35 |
||
36 |
------------------------------------------------------------------- |
|
37 |
Tue Sep 24 07:31:30 UTC 2013 - wr@rosenauer.org |
|
38 |
||
39 |
- as GStreamer is not automatically required anymore but loaded |
|
40 |
dynamically if available, require it explicitely |
|
41 |
- recommend optional GStreamer plugins for comprehensive media |
|
42 |
support |
|
43 |
||
44 |
------------------------------------------------------------------- |
|
45 |
Mon Sep 16 11:59:18 UTC 2013 - lnussel@suse.de |
|
46 |
||
47 |
- move greek to the translations-common package (bnc#840551) |
|
48 |
||
49 |
------------------------------------------------------------------- |
|
50 |
Sat Sep 14 14:39:58 UTC 2013 - wr@rosenauer.org |
|
51 |
||
52 |
- update to Firefox 24.0 (bnc#840485) |
|
53 |
* MFSA 2013-76/CVE-2013-1718/CVE-2013-1719 |
|
54 |
Miscellaneous memory safety hazards |
|
55 |
* MFSA 2013-77/CVE-2013-1720 (bmo#888820) |
|
56 |
Improper state in HTML5 Tree Builder with templates |
|
57 |
* MFSA 2013-78/CVE-2013-1721 (bmo#890277) |
|
58 |
Integer overflow in ANGLE library |
|
59 |
* MFSA 2013-79/CVE-2013-1722 (bmo#893308) |
|
60 |
Use-after-free in Animation Manager during stylesheet cloning |
|
61 |
* MFSA 2013-80/CVE-2013-1723 (bmo#891292) |
|
62 |
NativeKey continues handling key messages after widget is destroyed |
|
63 |
* MFSA 2013-81/CVE-2013-1724 (bmo#894137) |
|
64 |
Use-after-free with select element |
|
65 |
* MFSA 2013-82/CVE-2013-1725 (bmo#876762) |
|
66 |
Calling scope for new Javascript objects can lead to memory corruption |
|
67 |
* MFSA 2013-85/CVE-2013-1728 (bmo#883686) |
|
68 |
Uninitialized data in IonMonkey |
|
69 |
* MFSA 2013-88/CVE-2013-1730 (bmo#851353) |
|
70 |
Compartment mismatch re-attaching XBL-backed nodes |
|
71 |
* MFSA 2013-89/CVE-2013-1732 (bmo#883514) |
|
72 |
Buffer overflow with multi-column, lists, and floats |
|
73 |
* MFSA 2013-90/CVE-2013-1735/CVE-2013-1736 (bmo#898871, bmo#906301) |
|
74 |
Memory corruption involving scrolling |
|
75 |
* MFSA 2013-91/CVE-2013-1737 (bmo#907727) |
|
76 |
User-defined properties on DOM proxies get the wrong "this" object |
|
77 |
* MFSA 2013-92/CVE-2013-1738 (bmo#887334, bmo#882897) |
|
78 |
GC hazard with default compartments and frame chain restoration |
|
79 |
- enable gstreamer explicitely via pref (gecko.js) |
|
80 |
- require NSS 3.15.1 |
|
81 |
||
82 |
------------------------------------------------------------------- |
|
83 |
Mon Aug 26 07:35:36 UTC 2013 - wr@rosenauer.org |
|
84 |
||
85 |
- update to Firefox 23.0.1 |
|
86 |
* Audio static/"burble"/breakup in Firefox to Firefox WebRTC calls |
|
87 |
(bmo#901527) |
|
88 |
||
89 |
------------------------------------------------------------------- |
|
90 |
Sun Aug 4 18:30:11 UTC 2013 - wr@rosenauer.org |
|
91 |
||
92 |
- update to Firefox 23.0 (bnc#833389) |
|
93 |
* MFSA 2013-63/CVE-2013-1701/CVE-2013-1702 |
|
94 |
Miscellaneous memory safety hazards |
|
95 |
* MFSA 2013-64/CVE-2013-1704 (bmo#883313) |
|
96 |
Use after free mutating DOM during SetBody |
|
97 |
* MFSA 2013-65/CVE-2013-1705 (bmo#882865) |
|
98 |
Buffer underflow when generating CRMF requests |
|
99 |
* MFSA 2013-67/CVE-2013-1708 (bmo#879924) |
|
100 |
Crash during WAV audio file decoding |
|
101 |
* MFSA 2013-68/CVE-2013-1709 (bmo#838253) |
|
102 |
Document URI misrepresentation and masquerading |
|
103 |
* MFSA 2013-69/CVE-2013-1710 (bmo#871368) |
|
104 |
CRMF requests allow for code execution and XSS attacks |
|
105 |
* MFSA 2013-70/CVE-2013-1711 (bmo#843829) |
|
106 |
Bypass of XrayWrappers using XBL Scopes |
|
107 |
* MFSA 2013-72/CVE-2013-1713 (bmo#887098) |
|
108 |
Wrong principal used for validating URI for some Javascript |
|
109 |
components |
|
110 |
* MFSA 2013-73/CVE-2013-1714 (bmo#879787) |
|
111 |
Same-origin bypass with web workers and XMLHttpRequest |
|
112 |
* MFSA 2013-75/CVE-2013-1717 (bmo#406541, bmo#738397) |
|
113 |
Local Java applets may read contents of local file system |
|
114 |
- requires NSPR 4.10 and NSS 3.15 |
|
115 |
||
116 |
------------------------------------------------------------------- |
|
117 |
Wed Jul 3 17:14:35 UTC 2013 - dmueller@suse.com |
|
118 |
||
119 |
- fix build on ARM (/-g/ matches /-grecord-switches/) |
|
120 |
||
121 |
------------------------------------------------------------------- |
|
122 |
Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org |
|
123 |
||
124 |
- update to Firefox 22.0 (bnc#825935) |
|
125 |
* removed obsolete patches |
|
126 |
+ mozilla-qcms-ppc.patch |
|
127 |
+ mozilla-gstreamer-760140.patch |
|
128 |
* GStreamer support does not build on 12.1 anymore (build only |
|
129 |
on 12.2 and later) |
|
130 |
* MFSA 2013-49/CVE-2013-1682/CVE-2013-1683 |
|
131 |
Miscellaneous memory safety hazards |
|
132 |
* MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686 |
|
133 |
Memory corruption found using Address Sanitizer |
|
134 |
* MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823) |
|
135 |
Privileged content access and execution via XBL |
|
136 |
* MFSA 2013-52/CVE-2013-1688 (bmo#873966) |
|
137 |
Arbitrary code execution within Profiler |
|
138 |
* MFSA 2013-53/CVE-2013-1690 (bmo#857883) |
|
139 |
Execution of unmapped memory through onreadystatechange event |
|
140 |
* MFSA 2013-54/CVE-2013-1692 (bmo#866915) |
|
141 |
Data in the body of XHR HEAD requests leads to CSRF attacks |
|
142 |
* MFSA 2013-55/CVE-2013-1693 (bmo#711043) |
|
143 |
SVG filters can lead to information disclosure |
|
144 |
* MFSA 2013-56/CVE-2013-1694 (bmo#848535) |
|
145 |
PreserveWrapper has inconsistent behavior |
|
146 |
* MFSA 2013-57/CVE-2013-1695 (bmo#849791) |
|
147 |
Sandbox restrictions not applied to nested frame elements |
|
148 |
* MFSA 2013-58/CVE-2013-1696 (bmo#761667) |
|
149 |
X-Frame-Options ignored when using server push with multi-part |
|
150 |
responses |
|
151 |
* MFSA 2013-59/CVE-2013-1697 (bmo#858101) |
|
152 |
XrayWrappers can be bypassed to run user defined methods in a |
|
153 |
privileged context |
|
154 |
* MFSA 2013-60/CVE-2013-1698 (bmo#876044) |
|
155 |
getUserMedia permission dialog incorrectly displays location |
|
156 |
* MFSA 2013-61/CVE-2013-1699 (bmo#840882) |
|
157 |
Homograph domain spoofing in .com, .net and .name |
|
158 |
||
159 |
------------------------------------------------------------------- |
|
160 |
Tue Jun 11 21:06:58 UTC 2013 - dvaleev@suse.com |
|
161 |
||
162 |
- Fix qcms altivec include (mozilla-qcms-ppc.patch) |
|
163 |
||
164 |
------------------------------------------------------------------- |
|
165 |
Fri May 10 05:25:39 UTC 2013 - wr@rosenauer.org |
|
166 |
||
167 |
- update to Firefox 21.0 (bnc#819204) |
|
168 |
* removed upstreamed patch firefox-712763.patch |
|
169 |
* removed disabled mozilla-disable-neon-option.patch |
|
170 |
* MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 |
|
171 |
Miscellaneous memory safety hazards |
|
172 |
* MFSA 2013-42/CVE-2013-1670 (bmo#853709) |
|
173 |
Privileged access for content level constructor |
|
174 |
* MFSA 2013-43/CVE-2013-1671 (bmo#842255) |
|
175 |
File input control has access to full path |
|
176 |
* MFSA 2013-46/CVE-2013-1674 (bmo#860971) |
|
177 |
Use-after-free with video and onresize event |
|
178 |
* MFSA 2013-47/CVE-2013-1675 (bmo#866825) |
|
179 |
Uninitialized functions in DOMSVGZoomEvent |
|
180 |
* MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/ |
|
181 |
CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 |
|
182 |
Memory corruption found using Address Sanitizer |
|
183 |
||
184 |
------------------------------------------------------------------- |
|
185 |
Tue Apr 9 06:41:31 UTC 2013 - wr@rosenauer.org |
|
186 |
||
187 |
- revert to use GStreamer 0.10 on 12.3 (bnc#814101) |
|
188 |
(remove mozilla-gstreamer-1.patch) |
|
189 |
||
190 |
------------------------------------------------------------------- |
|
191 |
Fri Apr 5 17:04:11 UTC 2013 - schwab@linux-m68k.org |
|
192 |
||
193 |
- Explicitly disable WebRTC support on non-x86, the configure script |
|
194 |
disables it only half-heartedly |
|
195 |
||
196 |
------------------------------------------------------------------- |
|
197 |
Fri Mar 29 22:15:21 UTC 2013 - wr@rosenauer.org |
|
198 |
||
199 |
- update to Firefox 20.0 (bnc#813026) |
|
200 |
* requires NSPR 4.9.5 and NSS 3.14.3 |
|
201 |
* mozilla-webrtc-ppc.patch included upstream |
|
202 |
* MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 |
|
203 |
Miscellaneous memory safety hazards |
|
204 |
* MFSA 2013-31/CVE-2013-0800 (bmo#825721) |
|
205 |
Out-of-bounds write in Cairo library |
|
206 |
* MFSA 2013-35/CVE-2013-0796 (bmo#827106) |
|
207 |
WebGL crash with Mesa graphics driver on Linux |
|
208 |
* MFSA 2013-36/CVE-2013-0795 (bmo#825697) |
|
209 |
Bypass of SOW protections allows cloning of protected nodes |
|
210 |
* MFSA 2013-37/CVE-2013-0794 (bmo#626775) |
|
211 |
Bypass of tab-modal dialog origin disclosure |
|
212 |
* MFSA 2013-38/CVE-2013-0793 (bmo#803870) |
|
213 |
Cross-site scripting (XSS) using timed history navigations |
|
214 |
* MFSA 2013-39/CVE-2013-0792 (bmo#722831) |
|
215 |
Memory corruption while rendering grayscale PNG images |
|
216 |
- use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch) |
|
217 |
||
218 |
------------------------------------------------------------------- |
|
219 |
Tue Mar 12 23:08:15 UTC 2013 - dmueller@suse.com |
|
220 |
||
221 |
- build fixes for armv7hl: |
|
222 |
* disable debug build as armv7hl does not have enough memory |
|
223 |
* disable webrtc on armv7hl as it is non-compiling |
|
224 |
||
225 |
------------------------------------------------------------------- |
|
226 |
Thu Mar 7 19:03:32 UTC 2013 - wr@rosenauer.org |
|
227 |
||
228 |
- update to Firefox 19.0.2 (bnc#808243) |
|
229 |
* MFSA 2013-29/CVE-2013-0787 (bmo#848644) |
|
230 |
Use-after-free in HTML Editor |
|
231 |
||
232 |
------------------------------------------------------------------- |
|
233 |
Thu Feb 28 22:06:36 UTC 2013 - wr@rosenauer.org |
|
234 |
||
235 |
- update to Firefox 19.0.1 |
|
236 |
* blocklist updates |
|
237 |
||
238 |
------------------------------------------------------------------- |
|
239 |
Sat Feb 16 07:08:55 UTC 2013 - wr@rosenauer.org |
|
240 |
||
241 |
- update to Firefox 19.0 (bnc#804248) |
|
242 |
* MFSA 2013-21/CVE-2013-0783/2013-0784 |
|
243 |
Miscellaneous memory safety hazards |
|
244 |
* MFSA 2013-22/CVE-2013-0772 (bmo#801366) |
|
245 |
Out-of-bounds read in image rendering |
|
246 |
* MFSA 2013-23/CVE-2013-0765 (bmo#830614) |
|
247 |
Wrapped WebIDL objects can be wrapped again |
|
248 |
* MFSA 2013-24/CVE-2013-0773 (bmo#809652) |
|
249 |
Web content bypass of COW and SOW security wrappers |
|
250 |
* MFSA 2013-25/CVE-2013-0774 (bmo#827193) |
|
251 |
Privacy leak in JavaScript Workers |
|
252 |
* MFSA 2013-26/CVE-2013-0775 (bmo#831095) |
|
253 |
Use-after-free in nsImageLoadingContent |
|
254 |
* MFSA 2013-27/CVE-2013-0776 (bmo#796475) |
|
255 |
Phishing on HTTPS connection through malicious proxy |
|
256 |
* MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/ |
|
257 |
CVE-2013-0778/CVE-2013-0779/CVE-2013-0781 |
|
258 |
Use-after-free, out of bounds read, and buffer overflow issues |
|
259 |
found using Address Sanitizer |
|
260 |
- removed obsolete patches |
|
261 |
* mozilla-webrtc.patch |
|
262 |
* mozilla-gstreamer-803287.patch |
|
263 |
- added patch to fix session restore window order (bmo#712763) |
|
264 |
||
265 |
------------------------------------------------------------------- |
|
266 |
Sat Feb 2 08:40:52 UTC 2013 - wr@rosenauer.org |
|
267 |
||
268 |
- update to Firefox 18.0.2 |
|
269 |
* blocklist and CTP updates |
|
270 |
* fixes in JS engine |
|
271 |
||
272 |
------------------------------------------------------------------- |
|
273 |
Wed Jan 16 20:51:55 UTC 2013 - wr@rosenauer.org |
|
274 |
||
275 |
- update to Firefox 18.0.1 |
|
276 |
* blocklist updates |
|
277 |
* backed out bmo#677092 (removed patch) |
|
278 |
* fixed problems involving HTTP proxy transactions |
|
279 |
||
280 |
------------------------------------------------------------------- |
|
281 |
Sat Jan 12 17:25:11 UTC 2013 - schwab@linux-m68k.org |
|
282 |
||
283 |
- Fix WebRTC to build on powerpc |
|
284 |
||
285 |
------------------------------------------------------------------- |
|
286 |
Sun Jan 6 21:54:18 UTC 2013 - wr@rosenauer.org |
|
287 |
||
288 |
- update to Firefox 18.0 (bnc#796895) |
|
289 |
* MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770 |
|
290 |
Miscellaneous memory safety hazards |
|
291 |
* MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767 |
|
292 |
CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829 |
|
293 |
Use-after-free and buffer overflow issues found using Address Sanitizer |
|
294 |
* MFSA 2013-03/CVE-2013-0768 (bmo#815795) |
|
295 |
Buffer Overflow in Canvas |
|
296 |
* MFSA 2013-04/CVE-2012-0759 (bmo#802026) |
|
297 |
URL spoofing in addressbar during page loads |
|
298 |
* MFSA 2013-05/CVE-2013-0744 (bmo#814713) |
|
299 |
Use-after-free when displaying table with many columns and column groups |
|
300 |
* MFSA 2013-06/CVE-2013-0751 (bmo#790454) |
|
301 |
Touch events are shared across iframes |
|
302 |
* MFSA 2013-07/CVE-2013-0764 (bmo#804237) |
|
303 |
Crash due to handling of SSL on threads |
|
304 |
* MFSA 2013-08/CVE-2013-0745 (bmo#794158) |
|
305 |
AutoWrapperChanger fails to keep objects alive during garbage collection |
|
306 |
* MFSA 2013-09/CVE-2013-0746 (bmo#816842) |
|
307 |
Compartment mismatch with quickstubs returned values |
|
308 |
* MFSA 2013-10/CVE-2013-0747 (bmo#733305) |
|
309 |
Event manipulation in plugin handler to bypass same-origin policy |
|
310 |
* MFSA 2013-11/CVE-2013-0748 (bmo#806031) |
|
311 |
Address space layout leaked in XBL objects |
|
312 |
* MFSA 2013-12/CVE-2013-0750 (bmo#805121) |
|
313 |
Buffer overflow in Javascript string concatenation |
|
314 |
* MFSA 2013-13/CVE-2013-0752 (bmo#805024) |
|
315 |
Memory corruption in XBL with XML bindings containing SVG |
|
316 |
* MFSA 2013-14/CVE-2013-0757 (bmo#813901) |
|
317 |
Chrome Object Wrapper (COW) bypass through changing prototype |
|
318 |
* MFSA 2013-15/CVE-2013-0758 (bmo#813906) |
|
319 |
Privilege escalation through plugin objects |
|
320 |
* MFSA 2013-16/CVE-2013-0753 (bmo#814001) |
|
321 |
Use-after-free in serializeToStream |
|
322 |
* MFSA 2013-17/CVE-2013-0754 (bmo#814026) |
|
323 |
Use-after-free in ListenerManager |
|
324 |
* MFSA 2013-18/CVE-2013-0755 (bmo#814027) |
|
325 |
Use-after-free in Vibrate |
|
326 |
* MFSA 2013-19/CVE-2013-0756 (bmo#814029) |
|
327 |
Use-after-free in Javascript Proxy objects |
|
328 |
- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743) |
|
329 |
- removed obsolete SLE11 patches (mozilla-gcc43*) |
|
330 |
- reenable WebRTC |
|
331 |
- added mozilla-libproxy-compat.patch for libproxy API compat |
|
332 |
on openSUSE 11.2 and earlier |
|
333 |
- backed out restartless language packs as it broke multi-locale |
|
334 |
setup (bmo#677092, bmo#818468) |
|
335 |
||
336 |
------------------------------------------------------------------- |
|
337 |
Thu Nov 29 19:56:51 UTC 2012 - wr@rosenauer.org |
|
338 |
||
339 |
- update to Firefox 17.0.1 |
|
340 |
* revert some useragent changes introduced in 17.0 |
|
341 |
* leaving private browsing with social enabled doesn't reset all |
|
342 |
social components (bmo#815042) |
|
343 |
- fix KDE integration for file dialogs |
|
344 |
||
345 |
------------------------------------------------------------------- |
|
346 |
Tue Nov 20 19:52:02 UTC 2012 - wr@rosenauer.org |
|
347 |
||
348 |
- update to Firefox 17.0 (bnc#790140) |
|
349 |
* MFSA 2012-91/CVE-2012-5842/CVE-2012-5843 |
|
350 |
Miscellaneous memory safety hazards |
|
351 |
* MFSA 2012-92/CVE-2012-4202 (bmo#758200) |
|
352 |
Buffer overflow while rendering GIF images |
|
353 |
* MFSA 2012-93/CVE-2012-4201 (bmo#747607) |
|
354 |
evalInSanbox location context incorrectly applied |
|
355 |
* MFSA 2012-94/CVE-2012-5836 (bmo#792857) |
|
356 |
Crash when combining SVG text on path with CSS |
|
357 |
* MFSA 2012-95/CVE-2012-4203 (bmo#765628) |
|
358 |
Javascript: URLs run in privileged context on New Tab page |
|
359 |
* MFSA 2012-96/CVE-2012-4204 (bmo#778603) |
|
360 |
Memory corruption in str_unescape |
|
361 |
* MFSA 2012-97/CVE-2012-4205 (bmo#779821) |
|
362 |
XMLHttpRequest inherits incorrect principal within sandbox |
|
363 |
* MFSA 2012-99/CVE-2012-4208 (bmo#798264) |
|
364 |
XrayWrappers exposes chrome-only properties when not in chrome |
|
365 |
compartment |
|
366 |
* MFSA 2012-100/CVE-2012-5841 (bmo#805807) |
|
367 |
Improper security filtering for cross-origin wrappers |
|
368 |
* MFSA 2012-101/CVE-2012-4207 (bmo#801681) |
|
369 |
Improper character decoding in HZ-GB-2312 charset |
|
370 |
* MFSA 2012-102/CVE-2012-5837 (bmo#800363) |
|
371 |
Script entered into Developer Toolbar runs with chrome privileges |
|
372 |
* MFSA 2012-103/CVE-2012-4209 (bmo#792405) |
|
373 |
Frames can shadow top.location |
|
374 |
* MFSA 2012-104/CVE-2012-4210 (bmo#796866) |
|
375 |
CSS and HTML injection through Style Inspector |
|
376 |
* MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/ |
|
377 |
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/ |
|
378 |
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218 |
|
379 |
Use-after-free and buffer overflow issues found using Address |
|
380 |
Sanitizer |
|
381 |
* MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838 |
|
382 |
Use-after-free, buffer overflow, and memory corruption issues |
|
383 |
found using Address Sanitizer |
|
384 |
- rebased patches |
|
385 |
- disabled WebRTC since build is broken (bmo#776877) |
|
386 |
||
387 |
------------------------------------------------------------------- |
|
388 |
Tue Nov 20 15:42:55 UTC 2012 - pcerny@suse.com |
|
389 |
||
390 |
- build on SLE11 |
|
391 |
* mozilla-gcc43-enums.patch |
|
392 |
* mozilla-gcc43-template_hacks.patch |
|
393 |
* mozilla-gcc43-templates_instantiation.patch |
|
394 |
||
395 |
------------------------------------------------------------------- |
|
396 |
Wed Oct 24 08:27:29 UTC 2012 - wr@rosenauer.org |
|
397 |
||
398 |
- update to Firefox 16.0.2 (bnc#786522) |
|
399 |
* MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196 |
|
400 |
(bmo#800666, bmo#793121, bmo#802557) |
|
401 |
Fixes for Location object issues |
|
402 |
- bring back Obsoletes for libproxy's mozjs plugin for distributions |
|
403 |
before 12.2 to avoid crashes |
|
404 |
||
405 |
------------------------------------------------------------------- |
|
406 |
Thu Oct 11 01:51:16 UTC 2012 - wr@rosenauer.org |
|
407 |
||
408 |
- update to Firefox 16.0.1 (bnc#783533) |
|
409 |
* MFSA 2012-88/CVE-2012-4191 (bmo#798045) |
|
410 |
Miscellaneous memory safety hazards |
|
411 |
* MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619) |
|
412 |
defaultValue security checks not applied |
|
413 |
||
414 |
------------------------------------------------------------------- |
|
415 |
Sun Oct 7 21:40:14 UTC 2012 - wr@rosenauer.org |
|
416 |
||
417 |
- update to Firefox 16.0 (bnc#783533) |
|
418 |
* MFSA 2012-74/CVE-2012-3982/CVE-2012-3983 |
|
419 |
Miscellaneous memory safety hazards |
|
420 |
* MFSA 2012-75/CVE-2012-3984 (bmo#575294) |
|
421 |
select element persistance allows for attacks |
|
422 |
* MFSA 2012-76/CVE-2012-3985 (bmo#655649) |
|
423 |
Continued access to initial origin after setting document.domain |
|
424 |
* MFSA 2012-77/CVE-2012-3986 (bmo#775868) |
|
425 |
Some DOMWindowUtils methods bypass security checks |
|
426 |
* MFSA 2012-79/CVE-2012-3988 (bmo#725770) |
|
427 |
DOS and crash with full screen and history navigation |
|
428 |
* MFSA 2012-80/CVE-2012-3989 (bmo#783867) |
|
429 |
Crash with invalid cast when using instanceof operator |
|
430 |
* MFSA 2012-81/CVE-2012-3991 (bmo#783260) |
|
431 |
GetProperty function can bypass security checks |
|
432 |
* MFSA 2012-82/CVE-2012-3994 (bmo#765527) |
|
433 |
top object and location property accessible by plugins |
|
434 |
* MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370) |
|
435 |
Chrome Object Wrapper (COW) does not disallow acces to privileged |
|
436 |
functions or properties |
|
437 |
* MFSA 2012-84/CVE-2012-3992 (bmo#775009) |
|
438 |
Spoofing and script injection through location.hash |
|
439 |
* MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/ |
|
440 |
CVE-2012-4181/CVE-2012-4182/CVE-2012-4183 |
|
441 |
Use-after-free, buffer overflow, and out of bounds read issues |
|
442 |
found using Address Sanitizer |
|
443 |
* MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/ |
|
444 |
CVE-2012-4188 |
|
445 |
Heap memory corruption issues found using Address Sanitizer |
|
446 |
* MFSA 2012-87/CVE-2012-3990 (bmo#787704) |
|
447 |
Use-after-free in the IME State Manager |
|
448 |
- requires NSPR 4.9.2 |
|
449 |
- improve GStreamer integration (bmo#760140) |
|
450 |
- removed upstreamed mozilla-crashreporter-restart-args.patch |
|
451 |
- webapprt now included |
|
452 |
- use kmozillahelper's new REVEAL command (bnc#777415) |
|
453 |
(requires mozilla-kde4-integration >= 0.6.4) |
|
454 |
- updated translations-other with new languages |
|
455 |
||
456 |
------------------------------------------------------------------- |
|
457 |
Mon Sep 10 19:37:56 UTC 2012 - wr@rosenauer.org |
|
458 |
||
459 |
- update to Firefox 15.0.1 (bnc#779936) |
|
460 |
* Sites visited while in Private Browsing mode could be found |
|
461 |
through manual browser cache inspection (bmo#787743) |
|
462 |
||
463 |
------------------------------------------------------------------- |
|
464 |
Sun Aug 26 13:47:43 UTC 2012 - wr@rosenauer.org |
|
465 |
||
466 |
- update to Firefox 15.0 (bnc#777588) |
|
467 |
* MFSA 2012-57/CVE-2012-1970 |
|
468 |
Miscellaneous memory safety hazards |
|
469 |
* MFSA 2012-58/CVE-2012-1972/CVE-2012-1973/CVE-2012-1974/CVE-2012-1975 |
|
470 |
CVE-2012-1976/CVE-2012-3956/CVE-2012-3957/CVE-2012-3958/CVE-2012-3959 |
|
471 |
CVE-2012-3960/CVE-2012-3961/CVE-2012-3962/CVE-2012-3963/CVE-2012-3964 |
|
472 |
Use-after-free issues found using Address Sanitizer |
|
473 |
* MFSA 2012-59/CVE-2012-1956 (bmo#756719) |
|
474 |
Location object can be shadowed using Object.defineProperty |
|
475 |
* MFSA 2012-60/CVE-2012-3965 (bmo#769108) |
|
476 |
Escalation of privilege through about:newtab |
|
477 |
* MFSA 2012-61/CVE-2012-3966 (bmo#775794, bmo#775793) |
|
478 |
Memory corruption with bitmap format images with negative height |
|
479 |
* MFSA 2012-62/CVE-2012-3967/CVE-2012-3968 |
|
480 |
WebGL use-after-free and memory corruption |
|
481 |
* MFSA 2012-63/CVE-2012-3969/CVE-2012-3970 |
|
482 |
SVG buffer overflow and use-after-free issues |
|
483 |
* MFSA 2012-64/CVE-2012-3971 |
|
484 |
Graphite 2 memory corruption |
|
485 |
* MFSA 2012-65/CVE-2012-3972 (bmo#746855) |
|
486 |
Out-of-bounds read in format-number in XSLT |
|
487 |
* MFSA 2012-66/CVE-2012-3973 (bmo#757128) |
|
488 |
HTTPMonitor extension allows for remote debugging without explicit |
|
489 |
activation |
|
490 |
* MFSA 2012-68/CVE-2012-3975 (bmo#770684) |
|
491 |
DOMParser loads linked resources in extensions when parsing |
|
492 |
text/html |
|
493 |
* MFSA 2012-69/CVE-2012-3976 (bmo#768568) |
|
494 |
Incorrect site SSL certificate data display |
|
495 |
* MFSA 2012-70/CVE-2012-3978 (bmo#770429) |
|
496 |
Location object security checks bypassed by chrome code |
|
497 |
* MFSA 2012-72/CVE-2012-3980 (bmo#771859) |
|
498 |
Web console eval capable of executing chrome-privileged code |
|
499 |
- fix HTML5 video crash with GStreamer enabled (bmo#761030) |
|
500 |
- GStreamer is only used for MP4 (no WebM, OGG) |
|
501 |
- updated filelist |
|
502 |
- moved browser specific preferences to correct location |
|
503 |
||
504 |
------------------------------------------------------------------- |
|
505 |
Sun Jul 29 08:34:39 UTC 2012 - aj@suse.de |
|
506 |
||
507 |
- Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16) |
|
508 |
||
509 |
------------------------------------------------------------------- |
|
510 |
Sat Jul 14 19:31:51 UTC 2012 - wr@rosenauer.org |
|
511 |
||
512 |
- update to 14.0.1 (bnc#771583) |
|
513 |
* MFSA 2012-42/CVE-2012-1949/CVE-2012-1948 |
|
514 |
Miscellaneous memory safety hazards |
|
515 |
* MFSA 2012-43/CVE-2012-1950 |
|
516 |
Incorrect URL displayed in addressbar through drag and drop |
|
517 |
* MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952 |
|
518 |
Gecko memory corruption |
|
519 |
* MFSA 2012-45/CVE-2012-1955 (bmo#757376) |
|
520 |
Spoofing issue with location |
|
521 |
* MFSA 2012-46/CVE-2012-1966 (bmo#734076) |
|
522 |
XSS through data: URLs |
|
523 |
* MFSA 2012-47/CVE-2012-1957 (bmo#750096) |
|
524 |
Improper filtering of javascript in HTML feed-view |
|
525 |
* MFSA 2012-48/CVE-2012-1958 (bmo#750820) |
|
526 |
use-after-free in nsGlobalWindow::PageHidden |
|
527 |
* MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559) |
|
528 |
Same-compartment Security Wrappers can be bypassed |
|
529 |
* MFSA 2012-50/CVE-2012-1960 (bmo#761014) |
|
530 |
Out of bounds read in QCMS |
|
531 |
* MFSA 2012-51/CVE-2012-1961 (bmo#761655) |
|
532 |
X-Frame-Options header ignored when duplicated |
|
533 |
* MFSA 2012-52/CVE-2012-1962 (bmo#764296) |
|
534 |
JSDependentString::undepend string conversion results in memory |
|
535 |
corruption |
|
536 |
* MFSA 2012-53/CVE-2012-1963 (bmo#767778) |
|
537 |
Content Security Policy 1.0 implementation errors cause data |
|
538 |
leakage |
|
539 |
* MFSA 2012-55/CVE-2012-1965 (bmo#758990) |
|
540 |
feed: URLs with an innerURI inherit security context of page |
|
541 |
* MFSA 2012-56/CVE-2012-1967 (bmo#758344) |
|
542 |
Code execution through javascript: URLs |
|
543 |
- license change from tri license to MPL-2.0 |
|
544 |
- fix crashreporter restart option (bmo#762780) |
|
545 |
- require NSS 3.13.5 |
|
546 |
- remove mozjs pacrunner obsoletes again for now |
|
547 |
- adopted mozilla-prefer_plugin_pref.patch |
|
548 |
- PPC fixes: |
|
549 |
* reenabled mozilla-yarr-pcre.patch to fix build for PPC |
|
550 |
* add patches for bmo#750620 and bmo#746112 |
|
551 |
* fix xpcshell segfault on ppc |
|
552 |
||
553 |
------------------------------------------------------------------- |
|
554 |
Fri Jun 15 12:37:09 UTC 2012 - wr@rosenauer.org |
|
555 |
||
556 |
- update to Firefox 13.0.1 |
|
557 |
* bugfix release |
|
558 |
- obsolete libproxy's mozjs pacrunner (bnc#759123) |
|
559 |
||
560 |
------------------------------------------------------------------- |
|
561 |
Sat Jun 2 08:22:51 UTC 2012 - wr@rosenauer.org |
|
562 |
||
563 |
- update to Firefox 13.0 (bnc#765204) |
|
564 |
* MFSA 2012-34/CVE-2012-1938/CVE-2012-1937/CVE-2011-3101 |
|
565 |
Miscellaneous memory safety hazards |
|
566 |
* MFSA 2012-36/CVE-2012-1944 (bmo#751422) |
|
567 |
Content Security Policy inline-script bypass |
|
568 |
* MFSA 2012-37/CVE-2012-1945 (bmo#670514) |
|
569 |
Information disclosure though Windows file shares and shortcut |
|
570 |
files |
|
571 |
* MFSA 2012-38/CVE-2012-1946 (bmo#750109) |
|
572 |
Use-after-free while replacing/inserting a node in a document |
|
573 |
* MFSA 2012-40/CVE-2012-1947/CVE-2012-1940/CVE-2012-1941 |
|
574 |
Buffer overflow and use-after-free issues found using Address |
|
575 |
Sanitizer |
|
576 |
- require NSS 3.13.4 |
|
577 |
* MFSA 2012-39/CVE-2012-0441 (bmo#715073) |
|
578 |
- fix sound notifications when filename/path contains a whitespace |
|
579 |
(bmo#749739) |
|
580 |
||
581 |
------------------------------------------------------------------- |
|
582 |
Wed May 23 14:40:16 UTC 2012 - adrian@suse.de |
|
583 |
||
584 |
- fix build on arm |
|
585 |
||
586 |
------------------------------------------------------------------- |
|
587 |
Wed May 16 05:34:01 UTC 2012 - wr@rosenauer.org |
|
588 |
||
589 |
- reenabled crashreporter for Factory/12.2 |
|
590 |
(fix in mozilla-gcc47.patch) |
|
591 |
||
592 |
------------------------------------------------------------------- |
|
593 |
Sat Apr 21 10:02:37 UTC 2012 - wr@rosenauer.org |
|
594 |
||
595 |
- update to Firefox 12.0 (bnc#758408) |
|
596 |
* rebased patches |
|
597 |
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468 |
|
598 |
Miscellaneous memory safety hazards |
|
599 |
* MFSA 2012-22/CVE-2012-0469 (bmo#738985) |
|
600 |
use-after-free in IDBKeyRange |
|
601 |
* MFSA 2012-23/CVE-2012-0470 (bmo#734288) |
|
602 |
Invalid frees causes heap corruption in gfxImageSurface |
|
603 |
* MFSA 2012-24/CVE-2012-0471 (bmo#715319) |
|
604 |
Potential XSS via multibyte content processing errors |
|
605 |
* MFSA 2012-25/CVE-2012-0472 (bmo#744480) |
|
606 |
Potential memory corruption during font rendering using cairo-dwrite |
|
607 |
* MFSA 2012-26/CVE-2012-0473 (bmo#743475) |
|
608 |
WebGL.drawElements may read illegal video memory due to |
|
609 |
FindMaxUshortElement error |
|
610 |
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307) |
|
611 |
Page load short-circuit can lead to XSS |
|
612 |
* MFSA 2012-28/CVE-2012-0475 (bmo#694576) |
|
613 |
Ambiguous IPv6 in Origin headers may bypass webserver access |
|
614 |
restrictions |
|
615 |
* MFSA 2012-29/CVE-2012-0477 (bmo#718573) |
|
616 |
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues |
|
617 |
* MFSA 2012-30/CVE-2012-0478 (bmo#727547) |
|
618 |
Crash with WebGL content using textImage2D |
|
619 |
* MFSA 2012-31/CVE-2011-3062 (bmo#739925) |
|
620 |
Off-by-one error in OpenType Sanitizer |
|
621 |
* MFSA 2012-32/CVE-2011-1187 (bmo#624621) |
|
622 |
HTTP Redirections and remote content can be read by javascript errors |
|
623 |
* MFSA 2012-33/CVE-2012-0479 (bmo#714631) |
|
624 |
Potential site identity spoofing when loading RSS and Atom feeds |
|
625 |
- added mozilla-libnotify.patch to allow fallback from libnotify |
|
626 |
to xul based events if no notification-daemon is running |
|
627 |
- gcc 4.7 fixes |
|
628 |
* mozilla-gcc47.patch |
|
629 |
* disabled crashreporter temporarily for Factory |
|
630 |
- recommend libcanberra0 for proper sound notifications |
|
631 |
||
632 |
------------------------------------------------------------------- |
|
633 |
Fri Mar 9 21:47:07 UTC 2012 - wr@rosenauer.org |
|
634 |
||
635 |
- update to Firefox 11.0 (bnc#750044) |
|
636 |
* MFSA 2012-13/CVE-2012-0455 (bmo#704354) |
|
637 |
XSS with Drag and Drop and Javascript: URL |
|
638 |
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103) |
|
639 |
SVG issues found with Address Sanitizer |
|
640 |
* MFSA 2012-15/CVE-2012-0451 (bmo#717511) |
|
641 |
XSS with multiple Content Security Policy headers |
|
642 |
* MFSA 2012-16/CVE-2012-0458 |
|
643 |
Escalation of privilege with Javascript: URL as home page |
|
644 |
* MFSA 2012-17/CVE-2012-0459 (bmo#723446) |
|
645 |
Crash when accessing keyframe cssText after dynamic modification |
|
646 |
* MFSA 2012-18/CVE-2012-0460 (bmo#727303) |
|
647 |
window.fullScreen writeable by untrusted content |
|
648 |
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/ |
|
649 |
CVE-2012-0463 |
|
650 |
Miscellaneous memory safety hazards |
|
651 |
- ported and reenabled KDE integration (bnc#746591) |
|
652 |
- explicitely build-require X libs |
|
653 |
||
654 |
------------------------------------------------------------------- |
|
655 |
Mon Mar 5 13:31:48 UTC 2012 - vdziewiecki@suse.com |
|
656 |
||
657 |
- add Provides: browser(npapi) FATE#313084 |
|
658 |
||
659 |
------------------------------------------------------------------- |
|
660 |
Fri Feb 17 17:41:11 UTC 2012 - pcerny@suse.com |
|
661 |
||
662 |
- better plugin directory resolution (bnc#747320) |
|
663 |
||
664 |
------------------------------------------------------------------- |
|
665 |
Thu Feb 16 08:47:31 UTC 2012 - wr@rosenauer.org |
|
666 |
||
667 |
- update to Firefox 10.0.2 (bnc#747328) |
|
668 |
* CVE-2011-3026 (bmo#727401) |
|
669 |
libpng: integer overflow leading to heap-buffer overflow |
|
670 |
||
671 |
------------------------------------------------------------------- |
|
672 |
Thu Feb 9 09:26:11 UTC 2012 - wr@rosenauer.org |
|
673 |
||
674 |
- update to Firefox 10.0.1 (bnc#746616) |
|
675 |
* MFSA 2012-10/CVE-2012-0452 (bmo#724284) |
|
676 |
use after free in nsXBLDocumentInfo::ReadPrototypeBindings |
|
677 |
||
678 |
------------------------------------------------------------------- |
|
679 |
Tue Feb 7 10:40:58 UTC 2012 - dvaleev@suse.com |
|
680 |
||
681 |
- Use YARR interpreter instead of PCRE on platforms where YARR JIT |
|
682 |
is not supported, since PCRE doesnt build (bmo#691898) |
|
683 |
- fix ppc64 build (bmo#703534) |
|
684 |
||
685 |
------------------------------------------------------------------- |
|
686 |
Mon Jan 30 09:41:59 UTC 2012 - wr@rosenauer.org |
|
687 |
||
688 |
- update to Firefox 10.0 (bnc#744275) |
|
689 |
* MFSA 2012-01/CVE-2012-0442/CVE-2012-0443 |
|
690 |
Miscellaneous memory safety hazards |
|
691 |
* MFSA 2012-03/CVE-2012-0445 (bmo#701071) |
|
692 |
<iframe> element exposed across domains via name attribute |
|
693 |
* MFSA 2012-04/CVE-2011-3659 (bmo#708198) |
|
694 |
Child nodes from nsDOMAttribute still accessible after removal |
|
695 |
of nodes |
|
696 |
* MFSA 2012-05/CVE-2012-0446 (bmo#705651) |
|
697 |
Frame scripts calling into untrusted objects bypass security |
|
698 |
checks |
|
699 |
* MFSA 2012-06/CVE-2012-0447 (bmo#710079) |
|
700 |
Uninitialized memory appended when encoding icon images may |
|
701 |
cause information disclosure |
|
702 |
* MFSA 2012-07/CVE-2012-0444 (bmo#719612) |
|
703 |
Potential Memory Corruption When Decoding Ogg Vorbis files |
|
704 |
* MFSA 2012-08/CVE-2012-0449 (bmo#701806, bmo#702466) |
|
705 |
Crash with malformed embedded XSLT stylesheets |
|
706 |
- KDE integration has been disabled since it needs refactoring |
|
707 |
- removed obsolete ppc64 patch |
|
708 |
||
709 |
------------------------------------------------------------------- |
|
710 |
Sun Jan 22 12:08:07 UTC 2012 - joop.boonen@opensuse.org |
|
711 |
||
712 |
- Disable neon for arm as it doesn't build correctly |
|
713 |
||
714 |
------------------------------------------------------------------- |
|
715 |
Fri Dec 23 17:02:01 UTC 2011 - wr@rosenauer.org |
|
716 |
||
717 |
- update to Firefox 9.0.1 |
|
718 |
* (strongparent) parentNode of element gets lost (bmo#335998) |
|
719 |
||
720 |
------------------------------------------------------------------- |
|
721 |
Sun Dec 18 09:58:52 UTC 2011 - adrian@suse.de |
|
722 |
||
723 |
- fix arm build, don't package crashreporter there |
|
724 |
||
725 |
------------------------------------------------------------------- |
|
726 |
Sun Dec 18 09:52:08 UTC 2011 - wr@rosenauer.org |
|
727 |
||
728 |
- update to Firefox 9 (bnc#737533) |
|
729 |
* MFSA 2011-53/CVE-2011-3660 |
|
730 |
Miscellaneous memory safety hazards (rv:9.0) |
|
731 |
* MFSA 2011-54/CVE-2011-3661 (bmo#691299) |
|
732 |
Potentially exploitable crash in the YARR regular expression |
|
733 |
library |
|
734 |
* MFSA 2011-55/CVE-2011-3658 (bmo#708186) |
|
735 |
nsSVGValue out-of-bounds access |
|
736 |
* MFSA 2011-56/CVE-2011-3663 (bmo#704482) |
|
737 |
Key detection without JavaScript via SVG animation |
|
738 |
* MFSA 2011-58/VE-2011-3665 (bmo#701259) |
|
739 |
Crash scaling <video> to extreme sizes |
|
740 |
||
741 |
------------------------------------------------------------------- |
|
742 |
Sun Nov 27 03:51:54 UTC 2011 - mgorse@suse.com |
|
743 |
||
744 |
- Fix accessibility under GNOME 3 (bnc#732898) |
|
745 |
||
746 |
------------------------------------------------------------------- |
|
747 |
Sat Nov 12 15:16:38 UTC 2011 - dvaleev@suse.com |
|
748 |
||
749 |
- fix ppc64 build |
|
750 |
||
751 |
------------------------------------------------------------------- |
|
752 |
Sun Nov 6 08:20:59 UTC 2011 - wr@rosenauer.org |
|
753 |
||
754 |
- update to Firefox 8 (bnc#728520) |
|
755 |
* MFSA 2011-47/CVE-2011-3648 (bmo#690225) |
|
756 |
Potential XSS against sites using Shift-JIS |
|
757 |
* MFSA 2011-48/CVE-2011-3651/CVE-2011-3652/CVE-2011-3654 |
|
758 |
Miscellaneous memory safety hazards |
|
759 |
* MFSA 2011-49/CVE-2011-3650 (bmo#674776) |
|
760 |
Memory corruption while profiling using Firebug |
|
761 |
* MFSA 2011-52/CVE-2011-3655 (bmo#672182) |
|
762 |
Code execution via NoWaiverWrapper |
|
763 |
- rebased patches |
|
764 |
||
765 |
------------------------------------------------------------------- |
|
766 |
Thu Oct 20 12:34:47 UTC 2011 - wr@rosenauer.org |
|
767 |
||
768 |
- enable telemetry prompt |
|
769 |
||
770 |
------------------------------------------------------------------- |
|
771 |
Fri Sep 30 10:52:36 UTC 2011 - wr@rosenauer.org |
|
772 |
||
773 |
- update to minor release 7.0.1 |
|
774 |
* fixed staged addon updates |
|
775 |
- set intl.locale.matchOS=true in the base package as it causes |
|
776 |
too much confusion when it's only available with branding-openSUSE |
|
777 |
||
778 |
------------------------------------------------------------------- |
|
779 |
Fri Sep 23 11:22:22 UTC 2011 - wr@rosenauer.org |
|
780 |
||
781 |
- update to Firefox 7 (bnc#720264) |
|
782 |
including |
|
783 |
* Improve Responsiveness with Memory Reductions |
|
784 |
* Instant Sync |
|
785 |
* WebSocket protocol 8 |
|
786 |
* MFSA 2011-36/CVE-2011-2995/CVE-2011-2996/CVE-2011-2997 |
|
787 |
Miscellaneous memory safety hazards |
|
788 |
* MFSA 2011-39/CVE-2011-3000 (bmo#655389) |
|
789 |
Defense against multiple Location headers due to CRLF Injection |
|
790 |
* MFSA 2011-40/CVE-2011-2372/CVE-2011-3001 |
|
791 |
Code installation through holding down Enter |
|
792 |
* MFSA 2011-41/CVE-2011-3002/CVE-2011-3003 (bmo#680840, bmo#682335) |
|
793 |
Potentially exploitable WebGL crashes |
|
794 |
* MFSA 2011-42/CVE-2011-3232 (bmo#653672) |
|
795 |
Potentially exploitable crash in the YARR regular expression |
|
796 |
library |
|
797 |
* MFSA 2011-43/CVE-2011-3004 (bmo#653926) |
|
798 |
loadSubScript unwraps XPCNativeWrapper scope parameter |
|
799 |
* MFSA 2011-44/CVE-2011-3005 (bmo#675747) |
|
800 |
Use after free reading OGG headers |
|
801 |
* MFSA 2011-45 |
|
802 |
Inferring keystrokes from motion data |
|
803 |
- removed obsolete mozilla-cairo-lcd.patch |
|
804 |
- rebased patches |
|
805 |
- removed XLIB_SKIP_ARGB_VISUALS=1 from environment in |
|
806 |
mozilla.sh.in (bnc#680758) |
|
807 |
||
808 |
------------------------------------------------------------------- |
|
809 |
Fri Sep 16 06:57:38 UTC 2011 - wr@rosenauer.org |
|
810 |
||
811 |
- fixed loading of kde.js under KDE (bnc#718311) |
|
812 |
||
813 |
------------------------------------------------------------------- |
|
814 |
Wed Sep 14 07:02:04 UTC 2011 - wr@rosenauer.org |
|
815 |
||
816 |
- add dbus-1-glib-devel to BuildRequires (not pulled in |
|
817 |
automatically anymore on 12.1) |
|
818 |
- increase minversions for NSPR and NSS |
|
819 |
||
820 |
------------------------------------------------------------------- |
|
821 |
Fri Sep 9 20:44:15 UTC 2011 - wr@rosenauer.org |
|
822 |
||
823 |
- recreated source archive to get correct source-stamp.txt |
|
824 |
||
825 |
------------------------------------------------------------------- |
|
826 |
Wed Sep 7 14:30:34 UTC 2011 - pcerny@suse.com |
|
827 |
||
828 |
- security update to 6.0.2 (bnc#714931) |
|
829 |
* Complete blocking of certificates issued by DigiNotar |
|
830 |
(bmo#683449) |
|
831 |
||
832 |
------------------------------------------------------------------- |
|
833 |
Fri Sep 2 14:40:07 UTC 2011 - pcerny@suse.com |
|
834 |
||
835 |
- security update to 6.0.1 (bnc#714931) |
|
836 |
* MFSA 2011-34 |
|
837 |
Protection against fraudulent DigiNotar certificates |
|
838 |
(bmo#682927) |
|
839 |
||
840 |
------------------------------------------------------------------- |
|
841 |
Fri Aug 12 21:16:19 UTC 2011 - wr@rosenauer.org |
|
842 |
||
843 |
- update to 6.0 (bnc#712224) |
|
844 |
included security fixes MFSA 2011-29 |
|
845 |
* CVE-2011-2989/CVE-2011-2991/CVE-2011-2992/CVE-2011-2985 |
|
846 |
Miscellaneous memory safety hazards |
|
847 |
* CVE-2011-2993 (bmo#657267) |
|
848 |
Unsigned scripts can call script inside signed JAR |
|
849 |
* CVE-2011-2988 (bmo#665934) |
|
850 |
Heap overflow in ANGLE library |
|
851 |
* CVE-2011-0084 (bmo#648094) |
|
852 |
Crash in SVGTextElement.getCharNumAtPosition() |
|
853 |
* CVE-2011-2990 |
|
854 |
Credential leakage using Content Security Policy reports |
|
855 |
* CVE-2011-2986 (bmo#655836) |
|
856 |
Cross-origin data theft using canvas and Windows D2D |
|
857 |
- removed obsolete curl header dependency (mozilla-curl.patch) |
|
858 |
||
859 |
------------------------------------------------------------------- |
|
860 |
Fri Jul 22 13:34:12 UTC 2011 - wr@rosenauer.org |
|
861 |
||
862 |
- update to 6.0b3 |
|
863 |
* removed obsolete patches |
|
864 |
- firefox-shellservice.patch |
|
865 |
- mozilla-gio.patch |
|
866 |
- mozilla-ppc-ipc.patch |
|
867 |
- firefox-linkorder.patch |
|
868 |
- firefox-no-sync-l10n.patch |
|
869 |
- recognize linux3 as platform for symbolstore.py |
|
870 |
||
871 |
------------------------------------------------------------------- |
|
872 |
Fri Jul 1 19:53:18 CEST 2011 - vuntz@opensuse.org |
|
873 |
||
874 |
- Add x-scheme-handler/ftp to the MimeType key in the .desktop, to |
|
875 |
let desktops know that Firefox can deal with ftp: URIs. |
|
876 |
||
877 |
------------------------------------------------------------------- |
|
878 |
Fri Jul 1 06:45:08 UTC 2011 - wr@rosenauer.org |
|
879 |
||
880 |
- create upstream branding package again (supposedly empty) |
|
881 |
(bnc#703401) |
|
882 |
- fix build on SLE11 (changes do not affect/are not applied for |
|
883 |
later versions) |
|
884 |
||
885 |
------------------------------------------------------------------- |
|
886 |
Wed Jun 22 06:41:17 UTC 2011 - wr@rosenauer.org |
|
887 |
||
888 |
- enable startup notification (bnc#701465) |
|
889 |
||
890 |
------------------------------------------------------------------- |
|
891 |
Mon Jun 20 19:37:01 UTC 2011 - wr@rosenauer.org |
|
892 |
||
893 |
- update to 5.0 final |
|
894 |
- included fixes for security issues: (bnc#701296, bnc#700578) |
|
895 |
* MFSA 2011-19/CVE-2011-2374 CVE-2011-2375 |
|
896 |
Miscellaneous memory safety hazards |
|
897 |
* MFSA 2011-20/CVE-2011-2373 (bmo#617247) |
|
898 |
Use-after-free vulnerability when viewing XUL document with |
|
899 |
script disabled |
|
900 |
* MFSA 2011-21/CVE-2011-2377 (bmo#638018, bmo#639303) |
|
901 |
Memory corruption due to multipart/x-mixed-replace images |
|
902 |
* MFSA 2011-22/CVE-2011-2371 (bmo#664009) |
|
903 |
Integer overflow and arbitrary code execution in |
|
904 |
Array.reduceRight() |
|
905 |
* MFSA 2011-25/CVE-2011-2366 |
|
906 |
Stealing of cross-domain images using WebGL textures |
|
907 |
* MFSA 2011-26/CVE-2011-2367 CVE-2011-2368 |
|
908 |
Multiple WebGL crashes |
|
909 |
* MFSA 2011-27/CVE-2011-2369 (bmo#650001) |
|
910 |
XSS encoding hazard with inline SVG |
|
911 |
* MFSA 2011-28/CVE-2011-2370 (bmo#645699) |
|
912 |
Non-whitelisted site can trigger xpinstall |
|
913 |
||
914 |
------------------------------------------------------------------- |
|
915 |
Mon Jun 20 09:17:42 UTC 2011 - wr@rosenauer.org |
|
916 |
||
917 |
- update to 5.0b7 |
|
918 |
* updated supported locales |
|
919 |
- do not build dump_syms static (not needed for us) |
|
920 |
-> fix build for openSUSE 12.1 and above |
|
921 |
||
922 |
------------------------------------------------------------------- |
|
923 |
Wed Jun 15 14:59:32 UTC 2011 - wr@rosenauer.org |
|
924 |
||
925 |
- update to 5.0b6 |
|
926 |
- include proper revision information into the build |
|
927 |
- speedier find-external-requires.sh |
|
928 |
||
929 |
------------------------------------------------------------------- |
|
930 |
Tue May 31 06:53:55 UTC 2011 - wr@rosenauer.org |
|
931 |
||
932 |
- update to 5.0b3 |
|
933 |
- transformed to standalone Firefox (not xulrunner based) |
|
934 |
(with new Firefox rapid release cycle it makes no sense anymore) |
|
935 |
* imported all relevant xulrunner patches |
|
936 |
- do not compile in build timestamp |
|
937 |
||
938 |
------------------------------------------------------------------- |
|
939 |
Fri Apr 15 07:08:53 UTC 2011 - wr@rosenauer.org |
|
940 |
||
941 |
- security update to 4.0.1 (bnc#689281) |
|
942 |
* MFSA 2011-12/ CVE-2011-0069 CVE-2011-0070 CVE-2011-0079 |
|
943 |
CVE-2011-0080 CVE-2011-0081 |
|
944 |
Miscellaneous memory safety hazards |
|
945 |
* MFSA 2011-17/CVE-2011-0068 (bmo#623791) |
|
946 |
WebGLES vulnerabilities |
|
947 |
* MFSA 2011-18/CVE-2011-1202 (bmo#640339) |
|
948 |
XSLT generate-id() function heap address leak |
|
949 |
||
950 |
------------------------------------------------------------------- |
|
951 |
Wed Mar 30 11:24:36 UTC 2011 - wr@rosenauer.org |
|
952 |
||
953 |
- add all available icon sizes |
|
954 |
||
955 |
------------------------------------------------------------------- |
|
956 |
Tue Mar 29 11:55:53 UTC 2011 - cfarrell@novell.com |
|
957 |
||
958 |
- license update: MPLv1.1 or GPLv2+ or LGPLv2+ |
|
959 |
Sync licenses with Fedora. MPL does not state ^or later^ |
|
960 |
||
961 |
------------------------------------------------------------------- |
|
962 |
Fri Mar 18 08:49:15 UTC 2011 - wr@rosenauer.org |
|
963 |
||
964 |
- update to version 4.0rc2 |
|
965 |
- fixed rpm macros delivered with devel package (bnc#679950) |
|
966 |
||
967 |
------------------------------------------------------------------- |
|
968 |
Wed Feb 23 07:52:04 UTC 2011 - wr@rosenauer.org |
|
969 |
||
970 |
- update to version 4.0b12 |
|
971 |
- rebased patches |
|
972 |
||
973 |
------------------------------------------------------------------- |
|
974 |
Fri Feb 4 09:32:50 UTC 2011 - wr@rosenauer.org |
|
975 |
||
976 |
- update to version 4.0b11 |
|
977 |
* loads of bugfixes compared to last beta |
|
978 |
* added "Do Not Track" option |
|
979 |
- rebased patches |
|
980 |
- disable testpilot |
|
981 |
||
982 |
------------------------------------------------------------------- |
|
983 |
Fri Jan 28 08:56:12 UTC 2011 - wr@rosenauer.org |
|
984 |
||
985 |
- set correct desktop file name within KDE for 11.4 and up |
|
986 |
- add devel package with macros for extensions (from lnussel@suse.de) |
|
987 |
||
988 |
------------------------------------------------------------------- |
|
989 |
Sat Jan 22 22:21:52 UTC 2011 - wr@rosenauer.org |
|
990 |
||
991 |
- update to version 4.0b10 |
|
992 |
- removed obsolete firefox-shell-bmo624267.patch |
|
993 |
- testpilot moved to distribution/extensions |
|
994 |
- updated locale provides and removed bn-IN from locales |
|
995 |
||
996 |
------------------------------------------------------------------- |
|
997 |
Tue Jan 11 06:13:40 UTC 2011 - wr@rosenauer.org |
|
998 |
||
999 |
- update to version 4.0b9 |
|
1000 |
- added x-scheme-handler for http and https to desktop file for |
|
1001 |
newer Gnome environments |
|
1002 |
- fixed default browser check/set for GIO (bmo#611953) |
|
1003 |
(mozilla-shellservice.patch) |
|
1004 |
- removed obsolete firefox-appname.patch (integrated into |
|
1005 |
shellservice patch) |
|
1006 |
- renamed desktop file to firefox.desktop for 11.4 and newer |
|
1007 |
(bnc#664211) |
|
1008 |
- removed support for 10.3 and older from the spec file |
|
1009 |
- removed obsolete "Ximian" categories from desktop file |
|
1010 |
||
1011 |
------------------------------------------------------------------- |
|
1012 |
Mon Jan 3 17:35:46 CET 2011 - meissner@suse.de |
|
1013 |
||
1014 |
- Mirror ac_add_options --disable-ipc from xulrunner for PowerPC. |
|
1015 |
||
1016 |
------------------------------------------------------------------- |
|
1017 |
Wed Dec 15 07:49:45 UTC 2010 - wr@rosenauer.org |
|
1018 |
||
1019 |
- update to version 4.0beta8 |
|
1020 |
||
1021 |
------------------------------------------------------------------- |
|
1022 |
Tue Nov 30 14:19:59 UTC 2010 - wr@rosenauer.org |
|
1023 |
||
1024 |
- major update to version 4.0beta7 |
|
1025 |
* based on mozilla-xulrunner20 |
|
1026 |
* far too many internal changes to list |
|
1027 |
||
1028 |
------------------------------------------------------------------- |
|
1029 |
Wed Oct 27 07:12:14 CEST 2010 - wr@rosenauer.org |
|
1030 |
||
1031 |
- security update to 3.6.12 (bnc#649492) |
|
1032 |
* MFSA 2010-73/CVE-2010-3765 (bmo#607222) |
|
1033 |
Heap buffer overflow mixing document.write and DOM insertion |
|
1034 |
||
1035 |
------------------------------------------------------------------- |
|
1036 |
Wed Oct 6 07:13:52 CEST 2010 - wr@rosenauer.org |
|
1037 |
||
1038 |
- security update to 3.6.11 (bnc#645315) |
|
1039 |
* MFSA 2010-64/CVE-2010-3174/CVE-2010-3175/CVE-2010-3176 |
|
1040 |
Miscellaneous memory safety hazards |
|
1041 |
* MFSA 2010-65/CVE-2010-3179 (bmo#583077) |
|
1042 |
Buffer overflow and memory corruption using document.write |
|
1043 |
* MFSA 2010-66/CVE-2010-3180 (bmo#588929) |
|
1044 |
Use-after-free error in nsBarProp |
|
1045 |
* MFSA 2010-67/CVE-2010-3183 (bmo#598669) |
|
1046 |
Dangling pointer vulnerability in LookupGetterOrSetter |
|
1047 |
* MFSA 2010-68/CVE-2010-3177 (bmo#556734) |
|
1048 |
XSS in gopher parser when parsing hrefs |
|
1049 |
* MFSA 2010-69/CVE-2010-3178 (bmo#576616) |
|
1050 |
Cross-site information disclosure via modal calls |
|
1051 |
* MFSA 2010-70/CVE-2010-3170 (bmo#578697) |
|
1052 |
SSL wildcard certificate matching IP addresses |
|
1053 |
* MFSA 2010-71/CVE-2010-3182 (bmo#590753) |
|
1054 |
Unsafe library loading vulnerabilities |
|
1055 |
* MFSA 2010-72/CVE-2010-3173 |
|
1056 |
Insecure Diffie-Hellman key exchange |
|
1057 |
||
1058 |
------------------------------------------------------------------- |
|
1059 |
Wed Sep 15 07:39:22 CEST 2010 - wr@rosenauer.org |
|
1060 |
||
1061 |
- update to 3.6.10 |
|
1062 |
* fixing startup topcrash (bmo#594699) |
|
1063 |
||
1064 |
------------------------------------------------------------------- |
|
1065 |
Thu Aug 26 07:40:28 CEST 2010 - wr@rosenauer.org |
|
1066 |
||
1067 |
- security update to 3.6.9 (bnc#637303) |
|
1068 |
* MFSA 2010-49/CVE-2010-3169 |
|
1069 |
Miscellaneous memory safety hazards |
|
1070 |
* MFSA 2010-50/CVE-2010-2765 (bmo#576447) |
|
1071 |
Frameset integer overflow vulnerability |
|
1072 |
* MFSA 2010-51/CVE-2010-2767 (bmo#584512) |
|
1073 |
Dangling pointer vulnerability using DOM plugin array |
|
1074 |
* MFSA 2010-53/CVE-2010-3166 (bmo#579655) |
|
1075 |
Heap buffer overflow in nsTextFrameUtils::TransformText |
|
1076 |
* MFSA 2010-54/CVE-2010-2760 (bmo#585815) |
|
1077 |
Dangling pointer vulnerability in nsTreeSelection |
|
1078 |
* MFSA 2010-55/CVE-2010-3168 (bmo#576075) |
|
1079 |
XUL tree removal crash and remote code execution |
|
1080 |
* MFSA 2010-56/CVE-2010-3167 (bmo#576070) |
|
1081 |
Dangling pointer vulnerability in nsTreeContentView |
|
1082 |
* MFSA 2010-57/CVE-2010-2766 (bmo#580445) |
|
1083 |
Crash and remote code execution in normalizeDocument |
|
1084 |
* MFSA 2010-59/CVE-2010-2762 (bmo#584180) |
|
1085 |
SJOW creates scope chains ending in outer object |
|
1086 |
* MFSA 2010-61/CVE-2010-2768 (bmo#579744) |
|
1087 |
UTF-7 XSS by overriding document charset using <object> type |
|
1088 |
attribute |
|
1089 |
* MFSA 2010-62/CVE-2010-2769 (bmo#520189) |
|
1090 |
Copy-and-paste or drag-and-drop into designMode document allows |
|
1091 |
XSS |
|
1092 |
* MFSA 2010-63/CVE-2010-2764 (bmo#552090) |
|
1093 |
Information leak via XMLHttpRequest statusText |
|
1094 |
||
1095 |
------------------------------------------------------------------- |
|
1096 |
Wed Jul 28 08:33:14 CEST 2010 - meissner@suse.de |
|
1097 |
||
1098 |
- disable crash reporter for non x86/x86_64 to make it build. |
|
1099 |
||
1100 |
------------------------------------------------------------------- |
|
1101 |
Sat Jul 24 12:42:58 CEST 2010 - wr@rosenauer.org |
|
1102 |
||
1103 |
- security update to 3.6.8 (bnc#622506) |
|
1104 |
* MFSA 2010-48/CVE-2010-2755 (bmo#575836) |
|
1105 |
Dangling pointer crash regression from plugin parameter array |
|
1106 |
fix |
|
1107 |
||
1108 |
------------------------------------------------------------------- |
|
1109 |
Fri Jul 16 06:48:44 CEST 2010 - wr@rosenauer.org |
|
1110 |
||
1111 |
- security update to 3.6.7 (bnc#622506) |
|
1112 |
* MFSA 2010-34/CVE-2010-1211/CVE-2010-1212 |
|
1113 |
Miscellaneous memory safety hazards |
|
1114 |
* MFSA 2010-35/CVE-2010-1208 (bmo#572986) |
|
1115 |
DOM attribute cloning remote code execution vulnerability |
|
1116 |
* MFSA 2010-36/CVE-2010-1209 (bmo#552110) |
|
1117 |
Use-after-free error in NodeIterator |
|
1118 |
* MFSA 2010-37/CVE-2010-1214 (bmo#572985) |
|
1119 |
Plugin parameter EnsureCachedAttrParamArrays remote code |
|
1120 |
execution vulnerability |
|
1121 |
* MFSA 2010-38/CVE-2010-1215 (bmo#567069) |
|
1122 |
Arbitrary code execution using SJOW and fast native function |
|
1123 |
* MFSA 2010-39/CVE-2010-2752 (bmo#574059) |
|
1124 |
nsCSSValue::Array index integer overflow |
|
1125 |
* MFSA 2010-40/CVE-2010-2753 (bmo#571106) |
|
1126 |
nsTreeSelection dangling pointer remote code execution |
|
1127 |
vulnerability |
|
1128 |
* MFSA 2010-41/CVE-2010-1205 (bmo#570451) |
|
1129 |
Remote code execution using malformed PNG image |
|
1130 |
* MFSA 2010-42/CVE-2010-1213 (bmo#568148) |
|
1131 |
Cross-origin data disclosure via Web Workers and importScripts |
|
1132 |
* MFSA 2010-43/CVE-2010-1207 (bmo#571287) |
|
1133 |
Same-origin bypass using canvas context |
|
1134 |
* MFSA 2010-44/CVE-2010-1210 (bmo#564679) |
|
1135 |
Characters mapped to U+FFFD in 8 bit encodings cause subsequent |
|
1136 |
character to vanish |
|
1137 |
* MFSA 2010-45/CVE-2010-1206/CVE-2010-2751 (bmo#536466,556957) |
|
1138 |
Multiple location bar spoofing vulnerabilities |
|
1139 |
* MFSA 2010-46/CVE-2010-0654 (bmo#524223) |
|
1140 |
Cross-domain data theft using CSS |
|
1141 |
* MFSA 2010-47/CVE-2010-2754 (bmo#568564) |
|
1142 |
Cross-origin data leakage from script filename in error messages |
|
1143 |
||
1144 |
------------------------------------------------------------------- |
|
1145 |
Sun Jun 27 20:24:31 CEST 2010 - wr@rosenauer.org |
|
1146 |
||
1147 |
- update to 3.6.6 release |
|
1148 |
* modifies the crash protection feature to increase the amount |
|
1149 |
of time that plugins are allowed to be non-responsive before |
|
1150 |
being terminated. |
|
1151 |
||
1152 |
------------------------------------------------------------------- |
|
1153 |
Wed Jun 23 14:40:35 CEST 2010 - wr@rosenauer.org |
|
1154 |
||
1155 |
- update to final 3.6.4 release (bnc#603356) |
|
1156 |
* MFSA 2010-26/CVE-2010-1200/CVE-2010-1201/CVE-2010-1202/ |
|
1157 |
CVE-2010-1203 |
|
1158 |
Crashes with evidence of memory corruption (rv:1.9.2.4) |
|
1159 |
* MFSA 2010-28/CVE-2010-1198 (bmo#532246) |
|
1160 |
Freed object reuse across plugin instances |
|
1161 |
* MFSA 2010-29/CVE-2010-1196 (bmo#534666) |
|
1162 |
Heap buffer overflow in nsGenericDOMDataNode::SetTextInternal |
|
1163 |
* MFSA 2010-30/CVE-2010-1199 (bmo#554255) |
|
1164 |
Integer Overflow in XSLT Node Sorting |
|
1165 |
* MFSA 2010-31/CVE-2010-1125 (bmo#552255) |
|
1166 |
focus() behavior can be used to inject or steal keystrokes |
|
1167 |
* MFSA 2010-32/CVE-2010-1197 (bmo#537120) |
|
1168 |
Content-Disposition: attachment ignored if |
|
1169 |
Content-Type: multipart also present |
|
1170 |
* MFSA 2010-33/CVE-2008-5913 (bmo#475585) |
|
1171 |
User tracking across sites using Math.random() |
|
1172 |
||
1173 |
------------------------------------------------------------------- |
|
1174 |
Mon Jun 7 07:07:33 CEST 2010 - wr@rosenauer.org |
|
1175 |
||
1176 |
- update to 3.6.4(build6) |
|
1177 |
||
1178 |
------------------------------------------------------------------- |
|
1179 |
Sun Apr 18 09:42:40 CEST 2010 - wr@rosenauer.org |
|
1180 |
||
1181 |
- security update to 3.6.4 (Lorentz) |
|
1182 |
* enable crashreporter also for x86-64 |
|
1183 |
* Flash runs in a separate process to avoid crashing Firefox |
|
1184 |
(ix86 only; x86-64 still uses nspluginwrapper) |
|
1185 |
||
1186 |
------------------------------------------------------------------- |
|
1187 |
Thu Apr 1 11:15:38 UTC 2010 - wr@rosenauer.org |
|
1188 |
||
1189 |
- security update to 3.6.3 |
|
1190 |
* MFSA 2010-25/CVE-2010-1121 (bmo#555109) |
|
1191 |
Re-use of freed object due to scope confusion |
|
1192 |
||
1193 |
------------------------------------------------------------------- |
|
1194 |
Thu Mar 18 06:43:33 CET 2010 - wr@rosenauer.org |
|
1195 |
||
1196 |
- security update to version 3.6.2 (bnc#586567) |
|
1197 |
* MFSA 2010-08/CVE-2010-1028 |
|
1198 |
WOFF heap corruption due to integer overflow |
|
1199 |
* MFSA 2010-09/CVE-2010-0164 (bmo#547143) |
|
1200 |
Deleted frame reuse in multipart/x-mixed-replace image |
|
1201 |
* MFSA 2010-10/CVE-2010-0170 (bmo#541530) |
|
1202 |
XSS via plugins and unprotected Location object |
|
1203 |
* MFSA 2010-11/CVE-2010-0165/CVE-2010-0166/CVE-2010-0167 |
|
1204 |
Crashes with evidence of memory corruption |
|
1205 |
* MFSA 2010-12/CVE-2010-0171 (bmo#531364) |
|
1206 |
XSS using addEventListener and setTimeout on a wrapped object |
|
1207 |
* MFSA 2010-13/CVE-2010-0168 (bmo#540642) |
|
1208 |
Content policy bypass with image preloading |
|
1209 |
* MFSA 2010-14/CVE-2010-0169 (bmo#535806) |
|
1210 |
Browser chrome defacement via cached XUL stylesheets |
|
1211 |
* MFSA 2010-15/CVE-2010-0172 (bmo#537862) |
|
1212 |
Asynchronous Auth Prompt attaches to wrong window |
|
1213 |
* MFSA 2010-16/CVE-2010-0173/CVE-2010-0174 |
|
1214 |
Crashes with evidence of memory corruption |
|
1215 |
* MFSA 2010-18/CVE-2010-0176 (bmo#538308) |
|
1216 |
Dangling pointer vulnerability in nsTreeContentView |
|
1217 |
* MFSA 2010-19/CVE-2010-0177 (bmo#538310) |
|
1218 |
Dangling pointer vulnerability in nsPluginArray |
|
1219 |
* MFSA 2010-20/CVE-2010-0178 (bmo#546909) |
|
1220 |
Chrome privilege escalation via forced URL drag and drop |
|