author | <josua.mayer97@gmail.com> |
Thu, 30 Oct 2014 11:42:24 +0100 | |
branch | firefox33 |
changeset 786 | f721a3dea219 |
parent 785 | 56f82b5e7ce7 |
child 787 | f4578fb6fcc3 |
child 788 | af4f96c38fd9 |
permissions | -rw-r--r-- |
539
b1134fe91f9a
merge latest changes from firefox16
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
536
diff
changeset
|
1 |
------------------------------------------------------------------- |
786 | 2 |
Tue Oct 28 15:23:09 UTC 2014 - josua.mayer97@gmail.com |
3 |
||
4 |
- added mozilla-bmo1088588.patch to fix build with EGL (bmo#1088588) |
|
785 | 5 |
|
6 |
------------------------------------------------------------------- |
|
781
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
7 |
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
|
8 |
|
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
9 |
- 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
|
10 |
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
|
11 |
|
4ee017942f28
use /usr/share/myspell directly and remove add-plugins.sh
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
780
diff
changeset
|
12 |
------------------------------------------------------------------- |
780
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
13 |
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
|
14 |
|
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
15 |
- 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
|
16 |
- specfile cleanup |
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
17 |
|
c20a07035a80
use Firefox default optimization flags instead of -Os
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
777
diff
changeset
|
18 |
------------------------------------------------------------------- |
777 | 19 |
Wed Oct 15 08:05:33 UTC 2014 - wr@rosenauer.org |
20 |
||
21 |
- fix build for all ppc by not enabling elf-hack |
|
22 |
(bnc#901213) |
|
23 |
||
24 |
------------------------------------------------------------------- |
|
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
25 |
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
|
26 |
|
777 | 27 |
- update to Firefox 33.0 (bnc#900941) |
28 |
New features: |
|
29 |
* OpenH264 support (sandboxed) |
|
30 |
* Enhanced Tiles |
|
31 |
* Improved search experience through the location bar |
|
32 |
* Slimmer and faster JavaScript strings |
|
33 |
* New CSP (Content Security Policy) backend |
|
34 |
* Support for connecting to HTTP proxy over HTTPS |
|
35 |
* Improved reliability of the session restoration |
|
36 |
* Proprietary window.crypto properties/functions removed |
|
37 |
Security: |
|
38 |
* MFSA 2014-74/CVE-2014-1574/CVE-2014-1575 |
|
39 |
Miscellaneous memory safety hazards |
|
40 |
* MFSA 2014-75/CVE-2014-1576 (bmo#1041512) |
|
41 |
Buffer overflow during CSS manipulation |
|
42 |
* MFSA 2014-76/CVE-2014-1577 (bmo#1012609) |
|
43 |
Web Audio memory corruption issues with custom waveforms |
|
44 |
* MFSA 2014-77/CVE-2014-1578 (bmo#1063327) |
|
45 |
Out-of-bounds write with WebM video |
|
46 |
* MFSA 2014-78/CVE-2014-1580 (bmo#1063733) |
|
47 |
Further uninitialized memory use during GIF rendering |
|
48 |
* MFSA 2014-79/CVE-2014-1581 (bmo#1068218) |
|
49 |
Use-after-free interacting with text directionality |
|
50 |
* MFSA 2014-80/CVE-2014-1582/CVE-2014-1584 (bmo#1049095, bmo#1066190) |
|
51 |
Key pinning bypasses |
|
52 |
* MFSA 2014-81/CVE-2014-1585/CVE-2014-1586 (bmo#1062876, bmo#1062981) |
|
53 |
Inconsistent video sharing within iframe |
|
54 |
* MFSA 2014-82/CVE-2014-1583 (bmo#1015540) |
|
55 |
Accessing cross-origin objects via the Alarms API |
|
56 |
(only relevant for installed web apps) |
|
765 | 57 |
- requires NSPR 4.10.7 |
773 | 58 |
- requires NSS 3.17.1 |
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
59 |
- removed obsolete patches: |
773 | 60 |
* mozilla-ppc.patch |
776
fd46c2b70724
prepare 33.0 final release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
774
diff
changeset
|
61 |
* mozilla-libproxy-compat.patch |
774
f61bd1cd52c2
added basic appstream appdata information
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
773
diff
changeset
|
62 |
- added basic appdata information |
769 | 63 |
|
64 |
------------------------------------------------------------------- |
|
65 |
Sat Sep 20 13:33:51 UTC 2014 - wr@rosenauer.org |
|
66 |
||
67 |
- update to Firefox 32.0.2 |
|
68 |
* just a version bump for our builds |
|
69 |
* fixed the in application update process for certain environments |
|
70 |
(in application update is not enabled in openSUSE and Linux |
|
71 |
is unaffected in any case) |
|
72 |
- build with --disable-optimize for 13.1 and above for i586 to |
|
73 |
workaround miscompilations (bnc#896624) |
|
767 | 74 |
- use some more build flags to align with upstream |
765 | 75 |
|
76 |
------------------------------------------------------------------- |
|
761 | 77 |
Sat Sep 13 16:58:16 UTC 2014 - wr@rosenauer.org |
78 |
||
79 |
- update to Firefox 32.0.1 |
|
80 |
* fixed stability issues for computers with multiple graphics cards |
|
81 |
* mixed content icon may be incorrectly displayed instead of lock |
|
82 |
icon for SSL sites in 32.0 ( |
|
83 |
* WebRTC: setRemoteDescription() silently fails if no success |
|
84 |
callback is specified (bmo#1063971) |
|
85 |
||
86 |
------------------------------------------------------------------- |
|
759
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
87 |
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
|
88 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
89 |
- update to Firefox 32.0 (bnc#894370) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
90 |
* 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
|
91 |
Miscellaneous memory safety hazards |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
92 |
* MFSA 2014-68/CVE-2014-1563 (bmo#1018524) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
93 |
Use-after-free during DOM interactions with SVG |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
94 |
* MFSA 2014-69/CVE-2014-1564 (bmo#1045977) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
95 |
Uninitialized memory use during GIF rendering |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
96 |
* MFSA 2014-70/CVE-2014-1565 (bmo#1047831) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
97 |
Out-of-bounds read in Web Audio audio timeline |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
98 |
* MFSA 2014-72/CVE-2014-1567 (bmo#1037641) |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
99 |
Use-after-free setting text directionality |
748
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
100 |
- rebased patches |
756 | 101 |
- requires NSS 3.16.4 |
748
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
102 |
- removed upstreamed patch |
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
103 |
* mozilla-aarch64-bmo-810631.patch |
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
104 |
|
72ba5129e5fd
full rebase to Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
746
diff
changeset
|
105 |
------------------------------------------------------------------- |
759
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
106 |
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
|
107 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
108 |
- adapted _constraints, used more than 3900MB on s390x during |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
109 |
last build |
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
110 |
|
b2ae89c6dea9
Firefox 32.0 goes production
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
756
diff
changeset
|
111 |
------------------------------------------------------------------- |
753 | 112 |
Sun Jul 20 18:11:44 UTC 2014 - wr@rosenauer.org |
113 |
||
114 |
- update to Firefox 31.0 (bnc#887746) |
|
115 |
* MFSA 2014-56/CVE-2014-1547/CVE-2014-1548 |
|
116 |
Miscellaneous memory safety hazards |
|
117 |
* MFSA 2014-57/CVE-2014-1549 (bmo#1020205) |
|
118 |
Buffer overflow during Web Audio buffering for playback |
|
119 |
* MFSA 2014-58/CVE-2014-1550 (bmo#1020411) |
|
120 |
Use-after-free in Web Audio due to incorrect control message ordering |
|
121 |
* MFSA 2014-60/CVE-2014-1561 (bmo#1000514, bmo#910375) |
|
122 |
Toolbar dialog customization event spoofing |
|
123 |
* MFSA 2014-61/CVE-2014-1555 (bmo#1023121) |
|
124 |
Use-after-free with FireOnStateChange event |
|
125 |
* MFSA 2014-62/CVE-2014-1556 (bmo#1028891) |
|
126 |
Exploitable WebGL crash with Cesium JavaScript library |
|
127 |
* MFSA 2014-63/CVE-2014-1544 (bmo#963150) |
|
128 |
Use-after-free while when manipulating certificates in the trusted cache |
|
129 |
(solved with NSS 3.16.2 requirement) |
|
130 |
* MFSA 2014-64/CVE-2014-1557 (bmo#913805) |
|
131 |
Crash in Skia library when scaling high quality images |
|
132 |
* MFSA 2014-65/CVE-2014-1558/CVE-2014-1559/CVE-2014-1560 |
|
133 |
(bmo#1015973, bmo#1026022, bmo#997795) |
|
134 |
Certificate parsing broken by non-standard character encoding |
|
135 |
* MFSA 2014-66/CVE-2014-1552 (bmo#985135) |
|
136 |
IFRAME sandbox same-origin access through redirect |
|
137 |
- use EGL on ARM |
|
746
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
138 |
- rebased patches |
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
139 |
- requires NSS 3.16.2 |
753 | 140 |
- requires python-devel (not only python) |
746
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
141 |
|
b441942b2a3f
update meta data for Aurora 32
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
744
diff
changeset
|
142 |
------------------------------------------------------------------- |
744
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
143 |
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
|
144 |
|
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
145 |
- update to Firefox 30.0 (bnc#881874) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
146 |
* 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
|
147 |
(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
|
148 |
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
|
149 |
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
|
150 |
bmo#996536, bmo#996715, bmo#999651, bmo#1000598, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
151 |
bmo#1000960, bmo#1002340, bmo#1005578, bmo#1007223, |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
152 |
bmo#1009952, bmo#1011007) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
153 |
Miscellaneous memory safety hazards (rv:30.0) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
154 |
* 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
|
155 |
(bmo#989994, bmo#999274, bmo#1005584) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
156 |
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
|
157 |
Sanitizer |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
158 |
* MFSA 2014-50/CVE-2014-1539 (bmo#995603) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
159 |
Clickjacking through cursor invisability after Flash interaction |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
160 |
* MFSA 2014-51/CVE-2014-1540 (bmo#978862) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
161 |
Use-after-free in Event Listener Manager |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
162 |
* MFSA 2014-52/CVE-2014-1541 (bmo#1000185) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
163 |
Use-after-free with SMIL Animation Controller |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
164 |
* MFSA 2014-53/CVE-2014-1542 (bmo#991533) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
165 |
Buffer overflow in Web Audio Speex resampler |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
166 |
* MFSA 2014-54/CVE-2014-1543 (bmo#1011859) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
167 |
Buffer overflow in Gamepad API |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
168 |
* MFSA 2014-55/CVE-2014-1545 (bmo#1018783) |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
169 |
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
|
170 |
- rebased patches |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
171 |
- removed obsolete patches |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
172 |
* firefox-browser-css.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
173 |
* mozilla-aarch64-bmo-962488.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
174 |
* mozilla-aarch64-bmo-963023.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
175 |
* mozilla-aarch64-bmo-963024.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
176 |
* mozilla-aarch64-bmo-963027.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
177 |
* mozilla-ppc64-xpcom.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
178 |
* mozilla-ppc64le-javascript.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
179 |
* mozilla-ppc64le-libffi.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
180 |
* mozilla-ppc64le-mfbt.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
181 |
* mozilla-ppc64le-webrtc.patch |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
182 |
* mozilla-ppc64le-xpcom.patch |
744
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
183 |
* mozilla-ppc64le-build.patch |
e2d94ddb82f0
manual merge from 30.0 release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
738
diff
changeset
|
184 |
- requires NSPR 4.10.6 |
725 | 185 |
- enabled GStreamer 1.0 usage for 13.2 and above |
186 |
||
187 |
------------------------------------------------------------------- |
|
738 | 188 |
Sat May 10 06:09:37 UTC 2014 - wr@rosenauer.org |
189 |
||
190 |
- update to Firefox 29.0.1 |
|
191 |
* Seer disabled by default (bmo#1005958) |
|
192 |
* Session Restore failed with a corrupted sessionstore.js file |
|
193 |
(bmo#1001167) |
|
194 |
* 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
|
195 |
- 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
|
196 |
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
|
197 |
|
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
198 |
------------------------------------------------------------------- |
727
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
199 |
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
|
200 |
|
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
201 |
- 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
|
202 |
* 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
|
203 |
Miscellaneous memory safety hazards |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
204 |
* 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
|
205 |
Web Audio memory corruption issues |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
206 |
* 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
|
207 |
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
|
208 |
* 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
|
209 |
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
|
210 |
* 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
|
211 |
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
|
212 |
* 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
|
213 |
Out-of-bounds write in Cairo |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
214 |
* 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
|
215 |
Privilege escalation through Web Notification API |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
216 |
* 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
|
217 |
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
|
218 |
* 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
|
219 |
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
|
220 |
* 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
|
221 |
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
|
222 |
(fixed by NSS 3.16) |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
223 |
* 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
|
224 |
Use-after-free in nsHostResolver |
b2202fea7983
manual forward merge from 29 and 30 branches
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
727
diff
changeset
|
225 |
* 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
|
226 |
Debugger can bypass XrayWrappers with JavaScript |
727
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
227 |
- rebased patches |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
228 |
- removed obsolete patches |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
229 |
* firefox-browser-css.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
230 |
* mozilla-aarch64-599882cfb998.diff |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
231 |
* mozilla-aarch64-bmo-963028.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
232 |
* mozilla-aarch64-bmo-963029.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
233 |
* mozilla-aarch64-bmo-963030.patch |
727fef76f8d7
manual merge from firefox29
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
725
diff
changeset
|
234 |
* mozilla-aarch64-bmo-963031.patch |
716
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
235 |
- requires NSS 3.16 |
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
236 |
- 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
|
237 |
|
cef565f1c325
update to Firefox 29.0b7
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
715
diff
changeset
|
238 |
------------------------------------------------------------------- |
715 | 239 |
Mon Apr 7 15:34:31 UTC 2014 - dmueller@suse.com |
240 |
||
241 |
- add mozilla-aarch64-599882cfb998.patch, |
|
242 |
mozilla-aarch64-bmo-810631.patch, |
|
243 |
mozilla-aarch64-bmo-962488.patch, |
|
244 |
mozilla-aarch64-bmo-963030.patch, |
|
245 |
mozilla-aarch64-bmo-963027.patch, |
|
246 |
mozilla-aarch64-bmo-963028.patch, |
|
247 |
mozilla-aarch64-bmo-963029.patch, |
|
248 |
mozilla-aarch64-bmo-963023.patch, |
|
249 |
mozilla-aarch64-bmo-963024.patch, |
|
250 |
mozilla-aarch64-bmo-963031.patch: AArch64 porting |
|
251 |
||
252 |
------------------------------------------------------------------- |
|
714
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
253 |
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
|
254 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
255 |
- Add patch for bmo#973977 |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
256 |
* mozilla-ppc64-xpcom.patch |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
257 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
258 |
------------------------------------------------------------------- |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
259 |
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
|
260 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
261 |
- Refresh mozilla-ppc64le-xpcom.patch patch |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
262 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
263 |
------------------------------------------------------------------- |
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
264 |
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
|
265 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
266 |
- 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
|
267 |
|
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
268 |
------------------------------------------------------------------- |
711
012a5adf5c74
moved to mozilla-release (28.0build2)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
710
diff
changeset
|
269 |
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
|
270 |
|
712 | 271 |
- update to Firefox 28.0 (bnc#868603) |
272 |
* MFSA 2014-15/CVE-2014-1493/CVE-2014-1494 |
|
273 |
Miscellaneous memory safety hazards |
|
274 |
* MFSA 2014-17/CVE-2014-1497 (bmo#966311) |
|
275 |
Out of bounds read during WAV file decoding |
|
276 |
* MFSA 2014-18/CVE-2014-1498 (bmo#935618) |
|
277 |
crypto.generateCRMFRequest does not validate type of key |
|
278 |
* MFSA 2014-19/CVE-2014-1499 (bmo#961512) |
|
279 |
Spoofing attack on WebRTC permission prompt |
|
280 |
* MFSA 2014-20/CVE-2014-1500 (bmo#956524) |
|
281 |
onbeforeunload and Javascript navigation DOS |
|
282 |
* MFSA 2014-22/CVE-2014-1502 (bmo#972622) |
|
283 |
WebGL content injection from one domain to rendering in another |
|
284 |
* MFSA 2014-23/CVE-2014-1504 (bmo#911547) |
|
285 |
Content Security Policy for data: documents not preserved by |
|
286 |
session restore |
|
287 |
* MFSA 2014-26/CVE-2014-1508 (bmo#963198) |
|
288 |
Information disclosure through polygon rendering in MathML |
|
289 |
* MFSA 2014-27/CVE-2014-1509 (bmo#966021) |
|
290 |
Memory corruption in Cairo during PDF font rendering |
|
291 |
* MFSA 2014-28/CVE-2014-1505 (bmo#941887) |
|
292 |
SVG filters information disclosure through feDisplacementMap |
|
293 |
* MFSA 2014-29/CVE-2014-1510/CVE-2014-1511 (bmo#982906, bmo#982909) |
|
294 |
Privilege escalation using WebIDL-implemented APIs |
|
295 |
* MFSA 2014-30/CVE-2014-1512 (bmo#982957) |
|
296 |
Use-after-free in TypeObject |
|
297 |
* MFSA 2014-31/CVE-2014-1513 (bmo#982974) |
|
298 |
Out-of-bounds read/write through neutering ArrayBuffer objects |
|
299 |
* MFSA 2014-32/CVE-2014-1514 (bmo#983344) |
|
300 |
Out-of-bounds write through TypedArrayObject after neutering |
|
707 | 301 |
- requires NSPR 4.10.3 and NSS 3.15.5 |
712 | 302 |
- new build dependency (and recommends): |
703 | 303 |
* libpulse |
710
5341dc98d26c
update of PPC64LE patches taken from
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
707
diff
changeset
|
304 |
- 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
|
305 |
- rebased patches |
703 | 306 |
|
307 |
------------------------------------------------------------------- |
|
704 | 308 |
Mon Feb 17 11:59:28 UTC 2014 - wr@rosenauer.org |
309 |
||
310 |
- update to Firefox 27.0.1 |
|
311 |
* Fixed stability issues with Greasemonkey and other JS that used |
|
312 |
ClearTimeoutOrInterval |
|
714
b686e856c800
import PPC64(LE) changes from OBS
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
712
diff
changeset
|
313 |
* JS math correctness issue (bmo#941381) |
704 | 314 |
- incorporate Google API key for geolocation (bnc#864170) |
315 |
- updated list of "other" locales in RPM requirements |
|
316 |
||
317 |
------------------------------------------------------------------- |
|
699 | 318 |
Tue Jan 28 15:45:41 UTC 2014 - wr@rosenauer.org |
319 |
||
700 | 320 |
- update to Firefox 27.0 (bnc#861847) |
321 |
* MFSA 2014-01/CVE-2014-1477/CVE-2014-1478 |
|
322 |
Miscellaneous memory safety hazards (rv:27.0 / rv:24.3) |
|
323 |
* MFSA 2014-02/CVE-2014-1479 (bmo#911864) |
|
324 |
Clone protected content with XBL scopes |
|
325 |
* MFSA 2014-03/CVE-2014-1480 (bmo#916726) |
|
326 |
UI selection timeout missing on download prompts |
|
327 |
* MFSA 2014-04/CVE-2014-1482 (bmo#943803) |
|
328 |
Incorrect use of discarded images by RasterImage |
|
329 |
* MFSA 2014-05/CVE-2014-1483 (bmo#950427) |
|
330 |
Information disclosure with *FromPoint on iframes |
|
331 |
* MFSA 2014-06/CVE-2014-1484 (bmo#953993) |
|
332 |
Profile path leaks to Android system log |
|
333 |
* MFSA 2014-07/CVE-2014-1485 (bmo#910139) |
|
334 |
XSLT stylesheets treated as styles in Content Security Policy |
|
335 |
* MFSA 2014-08/CVE-2014-1486 (bmo#942164) |
|
336 |
Use-after-free with imgRequestProxy and image proccessing |
|
337 |
* MFSA 2014-09/CVE-2014-1487 (bmo#947592) |
|
338 |
Cross-origin information leak through web workers |
|
339 |
* MFSA 2014-10/CVE-2014-1489 (bmo#959531) |
|
340 |
Firefox default start page UI content invokable by script |
|
341 |
* MFSA 2014-11/CVE-2014-1488 (bmo#950604) |
|
342 |
Crash when using web workers with asm.js |
|
343 |
* MFSA 2014-12/CVE-2014-1490/CVE-2014-1491 |
|
344 |
(bmo#934545, bmo#930874, bmo#930857) |
|
345 |
NSS ticket handling issues |
|
346 |
* MFSA 2014-13/CVE-2014-1481(bmo#936056) |
|
347 |
Inconsistent JavaScript handling of access to Window objects |
|
691
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
348 |
- requires NSS 3.15.4 or higher |
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
349 |
- rebased/reworked patches |
697 | 350 |
- removed obsolete mozilla-bug929439.patch |
691
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
351 |
|
18c2dc922e51
update to Firefox 27.0b2
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
689
diff
changeset
|
352 |
------------------------------------------------------------------- |
692 | 353 |
Thu Dec 12 21:19:54 UTC 2013 - uweigand@de.ibm.com |
354 |
||
355 |
- Add support for powerpc64le-linux. |
|
356 |
* mozilla-ppc64le.patch: general support |
|
357 |
* mozilla-libffi-ppc64le.patch: libffi backport |
|
358 |
* mozilla-xpcom-ppc64le.patch: port xpcom |
|
697 | 359 |
- Add build fix from mainline. |
360 |
* mozilla-bug929439.patch |
|
692 | 361 |
|
362 |
------------------------------------------------------------------- |
|
688 | 363 |
Sun Dec 8 20:26:23 UTC 2013 - wr@rosenauer.org |
364 |
||
689 | 365 |
- update to Firefox 26.0 (bnc#854367, bnc#854370) |
686
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
366 |
* rebased patches |
688 | 367 |
* requires NSPR 4.10.2 and NSS 3.15.3.1 |
689 | 368 |
* MFSA 2013-104/CVE-2013-5609/CVE-2013-5610 |
369 |
Miscellaneous memory safety hazards |
|
370 |
* MFSA 2013-105/CVE-2013-5611 (bmo#771294) |
|
371 |
Application Installation doorhanger persists on navigation |
|
372 |
* MFSA 2013-106/CVE-2013-5612 (bmo#871161) |
|
373 |
Character encoding cross-origin XSS attack |
|
374 |
* MFSA 2013-107/CVE-2013-5614 (bmo#886262) |
|
375 |
Sandbox restrictions not applied to nested object elements |
|
376 |
* MFSA 2013-108/CVE-2013-5616 (bmo#938341) |
|
377 |
Use-after-free in event listeners |
|
378 |
* MFSA 2013-109/CVE-2013-5618 (bmo#926361) |
|
379 |
Use-after-free during Table Editing |
|
380 |
* MFSA 2013-110/CVE-2013-5619 (bmo#917841) |
|
381 |
Potential overflow in JavaScript binary search algorithms |
|
382 |
* MFSA 2013-111/CVE-2013-6671 (bmo#930281) |
|
383 |
Segmentation violation when replacing ordered list elements |
|
384 |
* MFSA 2013-112/CVE-2013-6672 (bmo#894736) |
|
385 |
Linux clipboard information disclosure though selection paste |
|
386 |
* MFSA 2013-113/CVE-2013-6673 (bmo#970380) |
|
387 |
Trust settings for built-in roots ignored during EV certificate |
|
388 |
validation |
|
389 |
* MFSA 2013-114/CVE-2013-5613 (bmo#930381, bmo#932449) |
|
390 |
Use-after-free in synthetic mouse movement |
|
391 |
* MFSA 2013-115/CVE-2013-5615 (bmo#929261) |
|
392 |
GetElementIC typed array stubs can be generated outside observed |
|
393 |
typesets |
|
394 |
* MFSA 2013-116/CVE-2013-6629/CVE-2013-6630 (bmo#891693) |
|
395 |
JPEG information leak |
|
396 |
* MFSA 2013-117 (bmo#946351) |
|
397 |
Mis-issued ANSSI/DCSSI certificate |
|
398 |
(fixed via NSS 3.15.3.1) |
|
686
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
399 |
- removed gecko.js preference file as GStreamer is enabled by |
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
400 |
default now |
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
401 |
|
ab25aac2aa83
Firefox 26.0b5 update
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
682
diff
changeset
|
402 |
------------------------------------------------------------------- |
681 | 403 |
Thu Oct 24 18:16:19 UTC 2013 - wr@rosenauer.org |
404 |
||
682 | 405 |
- update to Firefox 25.0 (bnc#847708) |
680 | 406 |
* rebased patches |
681 | 407 |
* requires NSS 3.15.2 or above |
682 | 408 |
* MFSA 2013-93/CVE-2013-5590/CVE-2013-5591/CVE-2013-5592 |
409 |
Miscellaneous memory safety hazards |
|
410 |
* MFSA 2013-94/CVE-2013-5593 (bmo#868327) |
|
411 |
Spoofing addressbar through SELECT element |
|
412 |
* MFSA 2013-95/CVE-2013-5604 (bmo#914017) |
|
413 |
Access violation with XSLT and uninitialized data |
|
414 |
* MFSA 2013-96/CVE-2013-5595 (bmo#916580) |
|
415 |
Improperly initialized memory and overflows in some JavaScript |
|
416 |
functions |
|
417 |
* MFSA 2013-97/CVE-2013-5596 (bmo#910881) |
|
418 |
Writing to cycle collected object during image decoding |
|
419 |
* MFSA 2013-98/CVE-2013-5597 (bmo#918864) |
|
420 |
Use-after-free when updating offline cache |
|
421 |
* MFSA 2013-99/CVE-2013-5598 (bmo#920515) |
|
422 |
Security bypass of PDF.js checks using iframes |
|
423 |
* MFSA 2013-100/CVE-2013-5599/CVE-2013-5600/CVE-2013-5601 |
|
424 |
(bmo#915210, bmo#915576, bmo#916685) |
|
425 |
Miscellaneous use-after-free issues found through ASAN fuzzing |
|
426 |
* MFSA 2013-101/CVE-2013-5602 (bmo#897678) |
|
427 |
Memory corruption in workers |
|
428 |
* MFSA 2013-102/CVE-2013-5603 (bmo#916404) |
|
429 |
Use-after-free in HTML document templates |
|
676 | 430 |
|
431 |
------------------------------------------------------------------- |
|
672 | 432 |
Tue Sep 24 07:31:30 UTC 2013 - wr@rosenauer.org |
433 |
||
434 |
- as GStreamer is not automatically required anymore but loaded |
|
435 |
dynamically if available, require it explicitely |
|
436 |
- recommend optional GStreamer plugins for comprehensive media |
|
437 |
support |
|
438 |
||
439 |
------------------------------------------------------------------- |
|
666
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
440 |
Mon Sep 16 11:59:18 UTC 2013 - lnussel@suse.de |
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
441 |
|
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
442 |
- move greek to the translations-common package (bnc#840551) |
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
443 |
|
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
444 |
------------------------------------------------------------------- |
664 | 445 |
Sat Sep 14 14:39:58 UTC 2013 - wr@rosenauer.org |
446 |
||
666
0d913ca30238
move greek to the translations-common package (bnc#840551)
Ludwig Nussel <lnussel@suse.de>
parents:
664
diff
changeset
|
447 |
- update to Firefox 24.0 (bnc#840485) |
667 | 448 |
* MFSA 2013-76/CVE-2013-1718/CVE-2013-1719 |
449 |
Miscellaneous memory safety hazards |
|
450 |
* MFSA 2013-77/CVE-2013-1720 (bmo#888820) |
|
451 |
Improper state in HTML5 Tree Builder with templates |
|
452 |
* MFSA 2013-78/CVE-2013-1721 (bmo#890277) |
|
453 |
Integer overflow in ANGLE library |
|
454 |
* MFSA 2013-79/CVE-2013-1722 (bmo#893308) |
|
455 |
Use-after-free in Animation Manager during stylesheet cloning |
|
456 |
* MFSA 2013-80/CVE-2013-1723 (bmo#891292) |
|
457 |
NativeKey continues handling key messages after widget is destroyed |
|
458 |
* MFSA 2013-81/CVE-2013-1724 (bmo#894137) |
|
459 |
Use-after-free with select element |
|
460 |
* MFSA 2013-82/CVE-2013-1725 (bmo#876762) |
|
461 |
Calling scope for new Javascript objects can lead to memory corruption |
|
462 |
* MFSA 2013-85/CVE-2013-1728 (bmo#883686) |
|
463 |
Uninitialized data in IonMonkey |
|
464 |
* MFSA 2013-88/CVE-2013-1730 (bmo#851353) |
|
465 |
Compartment mismatch re-attaching XBL-backed nodes |
|
466 |
* MFSA 2013-89/CVE-2013-1732 (bmo#883514) |
|
467 |
Buffer overflow with multi-column, lists, and floats |
|
468 |
* MFSA 2013-90/CVE-2013-1735/CVE-2013-1736 (bmo#898871, bmo#906301) |
|
469 |
Memory corruption involving scrolling |
|
470 |
* MFSA 2013-91/CVE-2013-1737 (bmo#907727) |
|
471 |
User-defined properties on DOM proxies get the wrong "this" object |
|
472 |
* MFSA 2013-92/CVE-2013-1738 (bmo#887334, bmo#882897) |
|
473 |
GC hazard with default compartments and frame chain restoration |
|
474 |
- enable gstreamer explicitely via pref (gecko.js) |
|
663 | 475 |
- require NSS 3.15.1 |
661 | 476 |
|
477 |
------------------------------------------------------------------- |
|
664 | 478 |
Mon Aug 26 07:35:36 UTC 2013 - wr@rosenauer.org |
479 |
||
480 |
- update to Firefox 23.0.1 |
|
481 |
* Audio static/"burble"/breakup in Firefox to Firefox WebRTC calls |
|
482 |
(bmo#901527) |
|
483 |
||
484 |
------------------------------------------------------------------- |
|
661 | 485 |
Sun Aug 4 18:30:11 UTC 2013 - wr@rosenauer.org |
486 |
||
487 |
- update to Firefox 23.0 (bnc#833389) |
|
488 |
* MFSA 2013-63/CVE-2013-1701/CVE-2013-1702 |
|
489 |
Miscellaneous memory safety hazards |
|
490 |
* MFSA 2013-64/CVE-2013-1704 (bmo#883313) |
|
491 |
Use after free mutating DOM during SetBody |
|
492 |
* MFSA 2013-65/CVE-2013-1705 (bmo#882865) |
|
493 |
Buffer underflow when generating CRMF requests |
|
494 |
* MFSA 2013-67/CVE-2013-1708 (bmo#879924) |
|
495 |
Crash during WAV audio file decoding |
|
496 |
* MFSA 2013-68/CVE-2013-1709 (bmo#838253) |
|
497 |
Document URI misrepresentation and masquerading |
|
498 |
* MFSA 2013-69/CVE-2013-1710 (bmo#871368) |
|
499 |
CRMF requests allow for code execution and XSS attacks |
|
500 |
* MFSA 2013-70/CVE-2013-1711 (bmo#843829) |
|
501 |
Bypass of XrayWrappers using XBL Scopes |
|
502 |
* MFSA 2013-72/CVE-2013-1713 (bmo#887098) |
|
503 |
Wrong principal used for validating URI for some Javascript |
|
504 |
components |
|
505 |
* MFSA 2013-73/CVE-2013-1714 (bmo#879787) |
|
506 |
Same-origin bypass with web workers and XMLHttpRequest |
|
507 |
* MFSA 2013-75/CVE-2013-1717 (bmo#406541, bmo#738397) |
|
508 |
Local Java applets may read contents of local file system |
|
653 | 509 |
- requires NSPR 4.10 and NSS 3.15 |
659 | 510 |
|
511 |
------------------------------------------------------------------- |
|
512 |
Wed Jul 3 17:14:35 UTC 2013 - dmueller@suse.com |
|
513 |
||
514 |
- fix build on ARM (/-g/ matches /-grecord-switches/) |
|
515 |
||
516 |
------------------------------------------------------------------- |
|
517 |
Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org |
|
518 |
||
519 |
- update to Firefox 22.0 (bnc#825935) |
|
650 | 520 |
* removed obsolete patches |
521 |
+ mozilla-qcms-ppc.patch |
|
522 |
+ mozilla-gstreamer-760140.patch |
|
659 | 523 |
* GStreamer support does not build on 12.1 anymore (build only |
524 |
on 12.2 and later) |
|
525 |
* MFSA 2013-49/CVE-2013-1682/CVE-2013-1683 |
|
526 |
Miscellaneous memory safety hazards |
|
527 |
* MFSA 2013-50/CVE-2013-1684/CVE-2013-1685/CVE-2013-1686 |
|
528 |
Memory corruption found using Address Sanitizer |
|
529 |
* MFSA 2013-51/CVE-2013-1687 (bmo#863933, bmo#866823) |
|
530 |
Privileged content access and execution via XBL |
|
531 |
* MFSA 2013-52/CVE-2013-1688 (bmo#873966) |
|
532 |
Arbitrary code execution within Profiler |
|
533 |
* MFSA 2013-53/CVE-2013-1690 (bmo#857883) |
|
534 |
Execution of unmapped memory through onreadystatechange event |
|
535 |
* MFSA 2013-54/CVE-2013-1692 (bmo#866915) |
|
536 |
Data in the body of XHR HEAD requests leads to CSRF attacks |
|
537 |
* MFSA 2013-55/CVE-2013-1693 (bmo#711043) |
|
538 |
SVG filters can lead to information disclosure |
|
539 |
* MFSA 2013-56/CVE-2013-1694 (bmo#848535) |
|
540 |
PreserveWrapper has inconsistent behavior |
|
541 |
* MFSA 2013-57/CVE-2013-1695 (bmo#849791) |
|
542 |
Sandbox restrictions not applied to nested frame elements |
|
543 |
* MFSA 2013-58/CVE-2013-1696 (bmo#761667) |
|
544 |
X-Frame-Options ignored when using server push with multi-part |
|
545 |
responses |
|
546 |
* MFSA 2013-59/CVE-2013-1697 (bmo#858101) |
|
547 |
XrayWrappers can be bypassed to run user defined methods in a |
|
548 |
privileged context |
|
549 |
* MFSA 2013-60/CVE-2013-1698 (bmo#876044) |
|
550 |
getUserMedia permission dialog incorrectly displays location |
|
551 |
* MFSA 2013-61/CVE-2013-1699 (bmo#840882) |
|
552 |
Homograph domain spoofing in .com, .net and .name |
|
650 | 553 |
|
554 |
------------------------------------------------------------------- |
|
555 |
Tue Jun 11 21:06:58 UTC 2013 - dvaleev@suse.com |
|
556 |
||
557 |
- Fix qcms altivec include (mozilla-qcms-ppc.patch) |
|
558 |
||
559 |
------------------------------------------------------------------- |
|
647 | 560 |
Fri May 10 05:25:39 UTC 2013 - wr@rosenauer.org |
561 |
||
562 |
- update to Firefox 21.0 (bnc#819204) |
|
563 |
* removed upstreamed patch firefox-712763.patch |
|
564 |
* removed disabled mozilla-disable-neon-option.patch |
|
565 |
* MFSA 2013-41/CVE-2013-0801/CVE-2013-1669 |
|
566 |
Miscellaneous memory safety hazards |
|
567 |
* MFSA 2013-42/CVE-2013-1670 (bmo#853709) |
|
568 |
Privileged access for content level constructor |
|
569 |
* MFSA 2013-43/CVE-2013-1671 (bmo#842255) |
|
570 |
File input control has access to full path |
|
571 |
* MFSA 2013-46/CVE-2013-1674 (bmo#860971) |
|
572 |
Use-after-free with video and onresize event |
|
573 |
* MFSA 2013-47/CVE-2013-1675 (bmo#866825) |
|
574 |
Uninitialized functions in DOMSVGZoomEvent |
|
575 |
* MFSA 2013-48/CVE-2013-1676/CVE-2013-1677/CVE-2013-1678/ |
|
576 |
CVE-2013-1679/CVE-2013-1680/CVE-2013-1681 |
|
577 |
Memory corruption found using Address Sanitizer |
|
645 | 578 |
|
579 |
------------------------------------------------------------------- |
|
580 |
Tue Apr 9 06:41:31 UTC 2013 - wr@rosenauer.org |
|
581 |
||
582 |
- revert to use GStreamer 0.10 on 12.3 (bnc#814101) |
|
583 |
(remove mozilla-gstreamer-1.patch) |
|
584 |
||
585 |
------------------------------------------------------------------- |
|
640
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
586 |
Fri Apr 5 17:04:11 UTC 2013 - schwab@linux-m68k.org |
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
587 |
|
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
588 |
- Explicitly disable WebRTC support on non-x86, the configure script |
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
589 |
disables it only half-heartedly |
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
590 |
|
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
591 |
------------------------------------------------------------------- |
639 | 592 |
Fri Mar 29 22:15:21 UTC 2013 - wr@rosenauer.org |
593 |
||
594 |
- update to Firefox 20.0 (bnc#813026) |
|
595 |
* requires NSPR 4.9.5 and NSS 3.14.3 |
|
640
68ead6c93b7d
Explicitly disable WebRTC support on non-x86, the configure script
schwab@linux-m68k.org
parents:
639
diff
changeset
|
596 |
* mozilla-webrtc-ppc.patch included upstream |
639 | 597 |
* MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 |
598 |
Miscellaneous memory safety hazards |
|
599 |
* MFSA 2013-31/CVE-2013-0800 (bmo#825721) |
|
600 |
Out-of-bounds write in Cairo library |
|
601 |
* MFSA 2013-35/CVE-2013-0796 (bmo#827106) |
|
602 |
WebGL crash with Mesa graphics driver on Linux |
|
603 |
* MFSA 2013-36/CVE-2013-0795 (bmo#825697) |
|
604 |
Bypass of SOW protections allows cloning of protected nodes |
|
605 |
* MFSA 2013-37/CVE-2013-0794 (bmo#626775) |
|
606 |
Bypass of tab-modal dialog origin disclosure |
|
607 |
* MFSA 2013-38/CVE-2013-0793 (bmo#803870) |
|
608 |
Cross-site scripting (XSS) using timed history navigations |
|
609 |
* MFSA 2013-39/CVE-2013-0792 (bmo#722831) |
|
610 |
Memory corruption while rendering grayscale PNG images |
|
625
9f6e14430916
Bug 806917 - support GStreamer 1.0
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
624
diff
changeset
|
611 |
- use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch) |
633 | 612 |
|
613 |
------------------------------------------------------------------- |
|
631 | 614 |
Tue Mar 12 23:08:15 UTC 2013 - dmueller@suse.com |
615 |
||
616 |
- build fixes for armv7hl: |
|
617 |
* disable debug build as armv7hl does not have enough memory |
|
618 |
* disable webrtc on armv7hl as it is non-compiling |
|
619 |
||
620 |
------------------------------------------------------------------- |
|
621 |
Thu Mar 7 19:03:32 UTC 2013 - wr@rosenauer.org |
|
622 |
||
623 |
- update to Firefox 19.0.2 (bnc#808243) |
|
624 |
* MFSA 2013-29/CVE-2013-0787 (bmo#848644) |
|
625 |
Use-after-free in HTML Editor |
|
626 |
||
627 |
------------------------------------------------------------------- |
|
623 | 628 |
Thu Feb 28 22:06:36 UTC 2013 - wr@rosenauer.org |
629 |
||
630 |
- update to Firefox 19.0.1 |
|
631 |
* blocklist updates |
|
632 |
||
633 |
------------------------------------------------------------------- |
|
615
fb49ee6e3828
Firefox 19.0 goes release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
613
diff
changeset
|
634 |
Sat Feb 16 07:08:55 UTC 2013 - wr@rosenauer.org |
fb49ee6e3828
Firefox 19.0 goes release
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
613
diff
changeset
|
635 |
|
619 | 636 |
- update to Firefox 19.0 (bnc#804248) |
637 |
* MFSA 2013-21/CVE-2013-0783/2013-0784 |
|
638 |
Miscellaneous memory safety hazards |
|
639 |
* MFSA 2013-22/CVE-2013-0772 (bmo#801366) |
|
640 |
Out-of-bounds read in image rendering |
|
641 |
* MFSA 2013-23/CVE-2013-0765 (bmo#830614) |
|
642 |
Wrapped WebIDL objects can be wrapped again |
|
643 |
* MFSA 2013-24/CVE-2013-0773 (bmo#809652) |
|
644 |
Web content bypass of COW and SOW security wrappers |
|
645 |
* MFSA 2013-25/CVE-2013-0774 (bmo#827193) |
|
646 |
Privacy leak in JavaScript Workers |
|
647 |
* MFSA 2013-26/CVE-2013-0775 (bmo#831095) |
|
648 |
Use-after-free in nsImageLoadingContent |
|
649 |
* MFSA 2013-27/CVE-2013-0776 (bmo#796475) |
|
650 |
Phishing on HTTPS connection through malicious proxy |
|
651 |
* MFSA 2013-28/CVE-2013-0780/CVE-2013-0782/CVE-2013-0777/ |
|
652 |
CVE-2013-0778/CVE-2013-0779/CVE-2013-0781 |
|
653 |
Use-after-free, out of bounds read, and buffer overflow issues |
|
654 |
found using Address Sanitizer |
|
655 |
- removed obsolete patches |
|
656 |
* mozilla-webrtc.patch |
|
657 |
* mozilla-gstreamer-803287.patch |
|
616
f46af22f1079
Bug 712763 - Backout changes from bug 669272 to keep original window order when restoring a session
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
615
diff
changeset
|
658 |
- added patch to fix session restore window order (bmo#712763) |
613 | 659 |
|
660 |
------------------------------------------------------------------- |
|
611 | 661 |
Sat Feb 2 08:40:52 UTC 2013 - wr@rosenauer.org |
662 |
||
663 |
- update to Firefox 18.0.2 |
|
664 |
* blocklist and CTP updates |
|
665 |
* fixes in JS engine |
|
666 |
||
667 |
------------------------------------------------------------------- |
|
604 | 668 |
Wed Jan 16 20:51:55 UTC 2013 - wr@rosenauer.org |
669 |
||
670 |
- update to Firefox 18.0.1 |
|
671 |
* blocklist updates |
|
672 |
* backed out bmo#677092 (removed patch) |
|
609 | 673 |
* fixed problems involving HTTP proxy transactions |
604 | 674 |
|
675 |
------------------------------------------------------------------- |
|
603
cfcae96df099
imported patch to fix PPC build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
601
diff
changeset
|
676 |
Sat Jan 12 17:25:11 UTC 2013 - schwab@linux-m68k.org |
cfcae96df099
imported patch to fix PPC build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
601
diff
changeset
|
677 |
|
cfcae96df099
imported patch to fix PPC build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
601
diff
changeset
|
678 |
- Fix WebRTC to build on powerpc |
cfcae96df099
imported patch to fix PPC build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
601
diff
changeset
|
679 |
|
cfcae96df099
imported patch to fix PPC build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
601
diff
changeset
|
680 |
------------------------------------------------------------------- |
600 | 681 |
Sun Jan 6 21:54:18 UTC 2013 - wr@rosenauer.org |
682 |
||
683 |
- update to Firefox 18.0 (bnc#796895) |
|
601 | 684 |
* MFSA 2013-01/CVE-2013-0749/CVE-2013-0769/CVE-2013-0770 |
685 |
Miscellaneous memory safety hazards |
|
686 |
* MFSA 2013-02/CVE-2013-0760/CVE-2013-0762/CVE-2013-0766/CVE-2013-0767 |
|
687 |
CVE-2013-0761/CVE-2013-0763/CVE-2013-0771/CVE-2012-5829 |
|
688 |
Use-after-free and buffer overflow issues found using Address Sanitizer |
|
689 |
* MFSA 2013-03/CVE-2013-0768 (bmo#815795) |
|
690 |
Buffer Overflow in Canvas |
|
691 |
* MFSA 2013-04/CVE-2012-0759 (bmo#802026) |
|
692 |
URL spoofing in addressbar during page loads |
|
693 |
* MFSA 2013-05/CVE-2013-0744 (bmo#814713) |
|
694 |
Use-after-free when displaying table with many columns and column groups |
|
695 |
* MFSA 2013-06/CVE-2013-0751 (bmo#790454) |
|
696 |
Touch events are shared across iframes |
|
697 |
* MFSA 2013-07/CVE-2013-0764 (bmo#804237) |
|
698 |
Crash due to handling of SSL on threads |
|
699 |
* MFSA 2013-08/CVE-2013-0745 (bmo#794158) |
|
700 |
AutoWrapperChanger fails to keep objects alive during garbage collection |
|
701 |
* MFSA 2013-09/CVE-2013-0746 (bmo#816842) |
|
702 |
Compartment mismatch with quickstubs returned values |
|
703 |
* MFSA 2013-10/CVE-2013-0747 (bmo#733305) |
|
704 |
Event manipulation in plugin handler to bypass same-origin policy |
|
705 |
* MFSA 2013-11/CVE-2013-0748 (bmo#806031) |
|
706 |
Address space layout leaked in XBL objects |
|
707 |
* MFSA 2013-12/CVE-2013-0750 (bmo#805121) |
|
708 |
Buffer overflow in Javascript string concatenation |
|
709 |
* MFSA 2013-13/CVE-2013-0752 (bmo#805024) |
|
710 |
Memory corruption in XBL with XML bindings containing SVG |
|
711 |
* MFSA 2013-14/CVE-2013-0757 (bmo#813901) |
|
712 |
Chrome Object Wrapper (COW) bypass through changing prototype |
|
713 |
* MFSA 2013-15/CVE-2013-0758 (bmo#813906) |
|
714 |
Privilege escalation through plugin objects |
|
715 |
* MFSA 2013-16/CVE-2013-0753 (bmo#814001) |
|
716 |
Use-after-free in serializeToStream |
|
717 |
* MFSA 2013-17/CVE-2013-0754 (bmo#814026) |
|
718 |
Use-after-free in ListenerManager |
|
719 |
* MFSA 2013-18/CVE-2013-0755 (bmo#814027) |
|
720 |
Use-after-free in Vibrate |
|
721 |
* MFSA 2013-19/CVE-2013-0756 (bmo#814029) |
|
722 |
Use-after-free in Javascript Proxy objects |
|
723 |
- requires NSS 3.14.1 (MFSA 2013-20, CVE-2013-0743) |
|
724 |
- removed obsolete SLE11 patches (mozilla-gcc43*) |
|
585
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
725 |
- reenable WebRTC |
600 | 726 |
- added mozilla-libproxy-compat.patch for libproxy API compat |
727 |
on openSUSE 11.2 and earlier |
|
601 | 728 |
- backed out restartless language packs as it broke multi-locale |
729 |
setup (bmo#677092, bmo#818468) |
|
585
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
730 |
|
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
731 |
------------------------------------------------------------------- |
595 | 732 |
Thu Nov 29 19:56:51 UTC 2012 - wr@rosenauer.org |
733 |
||
734 |
- update to Firefox 17.0.1 |
|
735 |
* revert some useragent changes introduced in 17.0 |
|
736 |
* leaving private browsing with social enabled doesn't reset all |
|
737 |
social components (bmo#815042) |
|
738 |
- fix KDE integration for file dialogs |
|
739 |
||
740 |
------------------------------------------------------------------- |
|
585
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
741 |
Tue Nov 20 19:52:02 UTC 2012 - wr@rosenauer.org |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
742 |
|
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
743 |
- update to Firefox 17.0 (bnc#790140) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
744 |
* MFSA 2012-91/CVE-2012-5842/CVE-2012-5843 |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
745 |
Miscellaneous memory safety hazards |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
746 |
* MFSA 2012-92/CVE-2012-4202 (bmo#758200) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
747 |
Buffer overflow while rendering GIF images |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
748 |
* MFSA 2012-93/CVE-2012-4201 (bmo#747607) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
749 |
evalInSanbox location context incorrectly applied |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
750 |
* MFSA 2012-94/CVE-2012-5836 (bmo#792857) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
751 |
Crash when combining SVG text on path with CSS |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
752 |
* MFSA 2012-95/CVE-2012-4203 (bmo#765628) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
753 |
Javascript: URLs run in privileged context on New Tab page |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
754 |
* MFSA 2012-96/CVE-2012-4204 (bmo#778603) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
755 |
Memory corruption in str_unescape |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
756 |
* MFSA 2012-97/CVE-2012-4205 (bmo#779821) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
757 |
XMLHttpRequest inherits incorrect principal within sandbox |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
758 |
* MFSA 2012-99/CVE-2012-4208 (bmo#798264) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
759 |
XrayWrappers exposes chrome-only properties when not in chrome |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
760 |
compartment |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
761 |
* MFSA 2012-100/CVE-2012-5841 (bmo#805807) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
762 |
Improper security filtering for cross-origin wrappers |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
763 |
* MFSA 2012-101/CVE-2012-4207 (bmo#801681) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
764 |
Improper character decoding in HZ-GB-2312 charset |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
765 |
* MFSA 2012-102/CVE-2012-5837 (bmo#800363) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
766 |
Script entered into Developer Toolbar runs with chrome privileges |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
767 |
* MFSA 2012-103/CVE-2012-4209 (bmo#792405) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
768 |
Frames can shadow top.location |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
769 |
* MFSA 2012-104/CVE-2012-4210 (bmo#796866) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
770 |
CSS and HTML injection through Style Inspector |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
771 |
* MFSA 2012-105/CVE-2012-4214/CVE-2012-4215/CVE-2012-4216/ |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
772 |
CVE-2012-5829/CVE-2012-5839/CVE-2012-5840/CVE-2012-4212/ |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
773 |
CVE-2012-4213/CVE-2012-4217/CVE-2012-4218 |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
774 |
Use-after-free and buffer overflow issues found using Address |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
775 |
Sanitizer |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
776 |
* MFSA 2012-106/CVE-2012-5830/CVE-2012-5833/CVE-2012-5835/CVE-2012-5838 |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
777 |
Use-after-free, buffer overflow, and memory corruption issues |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
778 |
found using Address Sanitizer |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
779 |
- rebased patches |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
780 |
- disabled WebRTC since build is broken (bmo#776877) |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
781 |
|
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
782 |
------------------------------------------------------------------- |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
783 |
Tue Nov 20 15:42:55 UTC 2012 - pcerny@suse.com |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
784 |
|
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
785 |
- build on SLE11 |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
786 |
* mozilla-gcc43-enums.patch |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
787 |
* mozilla-gcc43-template_hacks.patch |
5a44d417c9b5
prepare for Beta 18 phase
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
572
diff
changeset
|
788 |
* mozilla-gcc43-templates_instantiation.patch |
568
2c74c5927ea2
first working Aurora 18 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
563
diff
changeset
|
789 |
|
2c74c5927ea2
first working Aurora 18 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
563
diff
changeset
|
790 |
------------------------------------------------------------------- |
572 | 791 |
Wed Oct 24 08:27:29 UTC 2012 - wr@rosenauer.org |
792 |
||
793 |
- update to Firefox 16.0.2 (bnc#786522) |
|
794 |
* MFSA 2012-90/CVE-2012-4194/CVE-2012-4195/CVE-2012-4196 |
|
795 |
(bmo#800666, bmo#793121, bmo#802557) |
|
796 |
Fixes for Location object issues |
|
797 |
- bring back Obsoletes for libproxy's mozjs plugin for distributions |
|
798 |
before 12.2 to avoid crashes |
|
539
b1134fe91f9a
merge latest changes from firefox16
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
536
diff
changeset
|
799 |
|
414 | 800 |
------------------------------------------------------------------- |
563 | 801 |
Thu Oct 11 01:51:16 UTC 2012 - wr@rosenauer.org |
802 |
||
803 |
- update to Firefox 16.0.1 (bnc#783533) |
|
804 |
* MFSA 2012-88/CVE-2012-4191 (bmo#798045) |
|
805 |
Miscellaneous memory safety hazards |
|
806 |
* MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619) |
|
807 |
defaultValue security checks not applied |
|
808 |
||
809 |
------------------------------------------------------------------- |
|
810 |
Sun Oct 7 21:40:14 UTC 2012 - wr@rosenauer.org |
|
811 |
||
812 |
- update to Firefox 16.0 (bnc#783533) |
|
813 |
* MFSA 2012-74/CVE-2012-3982/CVE-2012-3983 |
|
814 |
Miscellaneous memory safety hazards |
|
815 |
* MFSA 2012-75/CVE-2012-3984 (bmo#575294) |
|
816 |
select element persistance allows for attacks |
|
817 |
* MFSA 2012-76/CVE-2012-3985 (bmo#655649) |
|
818 |
Continued access to initial origin after setting document.domain |
|
819 |
* MFSA 2012-77/CVE-2012-3986 (bmo#775868) |
|
820 |
Some DOMWindowUtils methods bypass security checks |
|
821 |
* MFSA 2012-79/CVE-2012-3988 (bmo#725770) |
|
822 |
DOS and crash with full screen and history navigation |
|
823 |
* MFSA 2012-80/CVE-2012-3989 (bmo#783867) |
|
824 |
Crash with invalid cast when using instanceof operator |
|
825 |
* MFSA 2012-81/CVE-2012-3991 (bmo#783260) |
|
826 |
GetProperty function can bypass security checks |
|
827 |
* MFSA 2012-82/CVE-2012-3994 (bmo#765527) |
|
828 |
top object and location property accessible by plugins |
|
829 |
* MFSA 2012-83/CVE-2012-3993/CVE-2012-4184 (bmo#768101, bmo#780370) |
|
830 |
Chrome Object Wrapper (COW) does not disallow acces to privileged |
|
831 |
functions or properties |
|
832 |
* MFSA 2012-84/CVE-2012-3992 (bmo#775009) |
|
833 |
Spoofing and script injection through location.hash |
|
834 |
* MFSA 2012-85/CVE-2012-3995/CVE-2012-4179/CVE-2012-4180/ |
|
835 |
CVE-2012-4181/CVE-2012-4182/CVE-2012-4183 |
|
836 |
Use-after-free, buffer overflow, and out of bounds read issues |
|
837 |
found using Address Sanitizer |
|
838 |
* MFSA 2012-86/CVE-2012-4185/CVE-2012-4186/CVE-2012-4187/ |
|
839 |
CVE-2012-4188 |
|
840 |
Heap memory corruption issues found using Address Sanitizer |
|
841 |
* MFSA 2012-87/CVE-2012-3990 (bmo#787704) |
|
842 |
Use-after-free in the IME State Manager |
|
533 | 843 |
- requires NSPR 4.9.2 |
529
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
844 |
- improve GStreamer integration (bmo#760140) |
533 | 845 |
- removed upstreamed mozilla-crashreporter-restart-args.patch |
846 |
- webapprt now included |
|
536 | 847 |
- use kmozillahelper's new REVEAL command (bnc#777415) |
538
be682f8c9361
revert API version change for kmozillahelper
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
536
diff
changeset
|
848 |
(requires mozilla-kde4-integration >= 0.6.4) |
563 | 849 |
- updated translations-other with new languages |
529
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
850 |
|
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
851 |
------------------------------------------------------------------- |
541
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
852 |
Mon Sep 10 19:37:56 UTC 2012 - wr@rosenauer.org |
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
853 |
|
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
854 |
- update to Firefox 15.0.1 (bnc#779936) |
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
855 |
* Sites visited while in Private Browsing mode could be found |
547 | 856 |
through manual browser cache inspection (bmo#787743) |
541
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
857 |
|
830e50bbfc79
working Aurora 17.0 build
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
540
diff
changeset
|
858 |
------------------------------------------------------------------- |
533 | 859 |
Sun Aug 26 13:47:43 UTC 2012 - wr@rosenauer.org |
860 |
||
861 |
- update to Firefox 15.0 (bnc#777588) |
|
862 |
* MFSA 2012-57/CVE-2012-1970 |
|
863 |
Miscellaneous memory safety hazards |
|
864 |
* MFSA 2012-58/CVE-2012-1972/CVE-2012-1973/CVE-2012-1974/CVE-2012-1975 |
|
865 |
CVE-2012-1976/CVE-2012-3956/CVE-2012-3957/CVE-2012-3958/CVE-2012-3959 |
|
866 |
CVE-2012-3960/CVE-2012-3961/CVE-2012-3962/CVE-2012-3963/CVE-2012-3964 |
|
867 |
Use-after-free issues found using Address Sanitizer |
|
868 |
* MFSA 2012-59/CVE-2012-1956 (bmo#756719) |
|
869 |
Location object can be shadowed using Object.defineProperty |
|
870 |
* MFSA 2012-60/CVE-2012-3965 (bmo#769108) |
|
871 |
Escalation of privilege through about:newtab |
|
872 |
* MFSA 2012-61/CVE-2012-3966 (bmo#775794, bmo#775793) |
|
873 |
Memory corruption with bitmap format images with negative height |
|
874 |
* MFSA 2012-62/CVE-2012-3967/CVE-2012-3968 |
|
875 |
WebGL use-after-free and memory corruption |
|
876 |
* MFSA 2012-63/CVE-2012-3969/CVE-2012-3970 |
|
877 |
SVG buffer overflow and use-after-free issues |
|
878 |
* MFSA 2012-64/CVE-2012-3971 |
|
879 |
Graphite 2 memory corruption |
|
880 |
* MFSA 2012-65/CVE-2012-3972 (bmo#746855) |
|
881 |
Out-of-bounds read in format-number in XSLT |
|
882 |
* MFSA 2012-66/CVE-2012-3973 (bmo#757128) |
|
883 |
HTTPMonitor extension allows for remote debugging without explicit |
|
884 |
activation |
|
885 |
* MFSA 2012-68/CVE-2012-3975 (bmo#770684) |
|
886 |
DOMParser loads linked resources in extensions when parsing |
|
887 |
text/html |
|
888 |
* MFSA 2012-69/CVE-2012-3976 (bmo#768568) |
|
889 |
Incorrect site SSL certificate data display |
|
890 |
* MFSA 2012-70/CVE-2012-3978 (bmo#770429) |
|
891 |
Location object security checks bypassed by chrome code |
|
892 |
* MFSA 2012-72/CVE-2012-3980 (bmo#771859) |
|
893 |
Web console eval capable of executing chrome-privileged code |
|
471
73b631ab214b
adding fixes to spec file and changelog
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
463
diff
changeset
|
894 |
- fix HTML5 video crash with GStreamer enabled (bmo#761030) |
513 | 895 |
- GStreamer is only used for MP4 (no WebM, OGG) |
491 | 896 |
- updated filelist |
529
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
897 |
- moved browser specific preferences to correct location |
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
898 |
|
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
899 |
------------------------------------------------------------------- |
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
900 |
Sun Jul 29 08:34:39 UTC 2012 - aj@suse.de |
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
901 |
|
4812378b5646
import GStreamer improvement from bmo#760140 (support mpeg audio)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
513
diff
changeset
|
902 |
- Fix mozilla-kde.patch to include sys/resource.h for getrlimit etc (glibc 2.16) |
491 | 903 |
|
904 |
------------------------------------------------------------------- |
|
500 | 905 |
Sat Jul 14 19:31:51 UTC 2012 - wr@rosenauer.org |
906 |
||
907 |
- update to 14.0.1 (bnc#771583) |
|
908 |
* MFSA 2012-42/CVE-2012-1949/CVE-2012-1948 |
|
909 |
Miscellaneous memory safety hazards |
|
910 |
* MFSA 2012-43/CVE-2012-1950 |
|
911 |
Incorrect URL displayed in addressbar through drag and drop |
|
912 |
* MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952 |
|
913 |
Gecko memory corruption |
|
914 |
* MFSA 2012-45/CVE-2012-1955 (bmo#757376) |
|
915 |
Spoofing issue with location |
|
916 |
* MFSA 2012-46/CVE-2012-1966 (bmo#734076) |
|
917 |
XSS through data: URLs |
|
918 |
* MFSA 2012-47/CVE-2012-1957 (bmo#750096) |
|
919 |
Improper filtering of javascript in HTML feed-view |
|
920 |
* MFSA 2012-48/CVE-2012-1958 (bmo#750820) |
|
921 |
use-after-free in nsGlobalWindow::PageHidden |
|
922 |
* MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559) |
|
923 |
Same-compartment Security Wrappers can be bypassed |
|
924 |
* MFSA 2012-50/CVE-2012-1960 (bmo#761014) |
|
925 |
Out of bounds read in QCMS |
|
926 |
* MFSA 2012-51/CVE-2012-1961 (bmo#761655) |
|
927 |
X-Frame-Options header ignored when duplicated |
|
928 |
* MFSA 2012-52/CVE-2012-1962 (bmo#764296) |
|
929 |
JSDependentString::undepend string conversion results in memory |
|
930 |
corruption |
|
931 |
* MFSA 2012-53/CVE-2012-1963 (bmo#767778) |
|
932 |
Content Security Policy 1.0 implementation errors cause data |
|
933 |
leakage |
|
934 |
* MFSA 2012-55/CVE-2012-1965 (bmo#758990) |
|
935 |
feed: URLs with an innerURI inherit security context of page |
|
936 |
* MFSA 2012-56/CVE-2012-1967 (bmo#758344) |
|
937 |
Code execution through javascript: URLs |
|
491 | 938 |
- license change from tri license to MPL-2.0 |
939 |
- fix crashreporter restart option (bmo#762780) |
|
940 |
- require NSS 3.13.5 |
|
941 |
- remove mozjs pacrunner obsoletes again for now |
|
942 |
- adopted mozilla-prefer_plugin_pref.patch |
|
500 | 943 |
- PPC fixes: |
944 |
* reenabled mozilla-yarr-pcre.patch to fix build for PPC |
|
945 |
* add patches for bmo#750620 and bmo#746112 |
|
946 |
* fix xpcshell segfault on ppc |
|
491 | 947 |
|
948 |
------------------------------------------------------------------- |
|
949 |
Fri Jun 15 12:37:09 UTC 2012 - wr@rosenauer.org |
|
950 |
||
951 |
- update to Firefox 13.0.1 |
|
952 |
* bugfix release |
|
953 |
- obsolete libproxy's mozjs pacrunner (bnc#759123) |
|
457 | 954 |
|
955 |
------------------------------------------------------------------- |
|
462
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
956 |
Sat Jun 2 08:22:51 UTC 2012 - wr@rosenauer.org |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
957 |
|
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
958 |
- update to Firefox 13.0 (bnc#765204) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
959 |
* MFSA 2012-34/CVE-2012-1938/CVE-2012-1937/CVE-2011-3101 |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
960 |
Miscellaneous memory safety hazards |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
961 |
* MFSA 2012-36/CVE-2012-1944 (bmo#751422) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
962 |
Content Security Policy inline-script bypass |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
963 |
* MFSA 2012-37/CVE-2012-1945 (bmo#670514) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
964 |
Information disclosure though Windows file shares and shortcut |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
965 |
files |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
966 |
* MFSA 2012-38/CVE-2012-1946 (bmo#750109) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
967 |
Use-after-free while replacing/inserting a node in a document |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
968 |
* MFSA 2012-40/CVE-2012-1947/CVE-2012-1940/CVE-2012-1941 |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
969 |
Buffer overflow and use-after-free issues found using Address |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
970 |
Sanitizer |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
971 |
- require NSS 3.13.4 |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
972 |
* MFSA 2012-39/CVE-2012-0441 (bmo#715073) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
973 |
- fix sound notifications when filename/path contains a whitespace |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
974 |
(bmo#749739) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
975 |
|
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
976 |
------------------------------------------------------------------- |
457 | 977 |
Wed May 23 14:40:16 UTC 2012 - adrian@suse.de |
978 |
||
979 |
- fix build on arm |
|
435
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
980 |
|
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
981 |
------------------------------------------------------------------- |
462
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
982 |
Wed May 16 05:34:01 UTC 2012 - wr@rosenauer.org |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
983 |
|
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
984 |
- reenabled crashreporter for Factory/12.2 |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
985 |
(fix in mozilla-gcc47.patch) |
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
986 |
|
2d86bdb4277f
14.0b6 (Aurora->Beta)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
457
diff
changeset
|
987 |
------------------------------------------------------------------- |
435
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
988 |
Sat Apr 21 10:02:37 UTC 2012 - wr@rosenauer.org |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
989 |
|
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
990 |
- update to Firefox 12.0 (bnc#758408) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
991 |
* rebased patches |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
992 |
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468 |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
993 |
Miscellaneous memory safety hazards |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
994 |
* MFSA 2012-22/CVE-2012-0469 (bmo#738985) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
995 |
use-after-free in IDBKeyRange |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
996 |
* MFSA 2012-23/CVE-2012-0470 (bmo#734288) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
997 |
Invalid frees causes heap corruption in gfxImageSurface |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
998 |
* MFSA 2012-24/CVE-2012-0471 (bmo#715319) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
999 |
Potential XSS via multibyte content processing errors |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1000 |
* MFSA 2012-25/CVE-2012-0472 (bmo#744480) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1001 |
Potential memory corruption during font rendering using cairo-dwrite |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1002 |
* MFSA 2012-26/CVE-2012-0473 (bmo#743475) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1003 |
WebGL.drawElements may read illegal video memory due to |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1004 |
FindMaxUshortElement error |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1005 |
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1006 |
Page load short-circuit can lead to XSS |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1007 |
* MFSA 2012-28/CVE-2012-0475 (bmo#694576) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1008 |
Ambiguous IPv6 in Origin headers may bypass webserver access |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1009 |
restrictions |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1010 |
* MFSA 2012-29/CVE-2012-0477 (bmo#718573) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1011 |
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1012 |
* MFSA 2012-30/CVE-2012-0478 (bmo#727547) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1013 |
Crash with WebGL content using textImage2D |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1014 |
* MFSA 2012-31/CVE-2011-3062 (bmo#739925) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1015 |
Off-by-one error in OpenType Sanitizer |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1016 |
* MFSA 2012-32/CVE-2011-1187 (bmo#624621) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1017 |
HTTP Redirections and remote content can be read by javascript errors |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1018 |
* MFSA 2012-33/CVE-2012-0479 (bmo#714631) |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1019 |
Potential site identity spoofing when loading RSS and Atom feeds |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1020 |
- added mozilla-libnotify.patch to allow fallback from libnotify |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1021 |
to xul based events if no notification-daemon is running |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1022 |
- gcc 4.7 fixes |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1023 |
* mozilla-gcc47.patch |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1024 |
* disabled crashreporter temporarily for Factory |
df9c4a6e84f8
update version/tree information for Aurora 14 cycle
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
423
diff
changeset
|
1025 |
- recommend libcanberra0 for proper sound notifications |
414 | 1026 |
|
407 | 1027 |
------------------------------------------------------------------- |
408 | 1028 |
Fri Mar 9 21:47:07 UTC 2012 - wr@rosenauer.org |
1029 |
||
1030 |
- update to Firefox 11.0 (bnc#750044) |
|
410 | 1031 |
* MFSA 2012-13/CVE-2012-0455 (bmo#704354) |
1032 |
XSS with Drag and Drop and Javascript: URL |
|
1033 |
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103) |
|
1034 |
SVG issues found with Address Sanitizer |
|
1035 |
* MFSA 2012-15/CVE-2012-0451 (bmo#717511) |
|
1036 |
XSS with multiple Content Security Policy headers |
|
1037 |
* MFSA 2012-16/CVE-2012-0458 |
|
1038 |
Escalation of privilege with Javascript: URL as home page |
|
1039 |
* MFSA 2012-17/CVE-2012-0459 (bmo#723446) |
|
1040 |
Crash when accessing keyframe cssText after dynamic modification |
|
1041 |
* MFSA 2012-18/CVE-2012-0460 (bmo#727303) |
|
1042 |
window.fullScreen writeable by untrusted content |
|
1043 |
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/ |
|
1044 |
CVE-2012-0463 |
|
1045 |
Miscellaneous memory safety hazards |
|
407 | 1046 |
- ported and reenabled KDE integration (bnc#746591) |
1047 |
- explicitely build-require X libs |
|
1048 |
||
404
5f3bccaf6d52
provide browser(npapi)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
401
diff
changeset
|
1049 |
------------------------------------------------------------------- |
5f3bccaf6d52
provide browser(npapi)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
401
diff
changeset
|
1050 |
Mon Mar 5 13:31:48 UTC 2012 - vdziewiecki@suse.com |
5f3bccaf6d52
provide browser(npapi)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
401
diff
changeset
|
1051 |
|
5f3bccaf6d52
provide browser(npapi)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
401
diff
changeset
|
1052 |
- add Provides: browser(npapi) FATE#313084 |
5f3bccaf6d52
provide browser(npapi)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
401
diff
changeset
|
1053 |
|
398
937669e1c537
ported and reenabled KDE integration (bnc#746591)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
387
diff
changeset
|
1054 |
------------------------------------------------------------------- |
937669e1c537
ported and reenabled KDE integration (bnc#746591)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
387
diff
changeset
|
1055 |
Fri Feb 17 17:41:11 UTC 2012 - pcerny@suse.com |
937669e1c537
ported and reenabled KDE integration (bnc#746591)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
387
diff
changeset
|
1056 |
|
937669e1c537
ported and reenabled KDE integration (bnc#746591)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
387
diff
changeset
|
1057 |
- better plugin directory resolution (bnc#747320) |
937669e1c537
ported and reenabled KDE integration (bnc#746591)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
387
diff
changeset
|
1058 |
|
386 | 1059 |
------------------------------------------------------------------- |
387 | 1060 |
Thu Feb 16 08:47:31 UTC 2012 - wr@rosenauer.org |
1061 |
||
1062 |
- update to Firefox 10.0.2 (bnc#747328) |
|
1063 |
* CVE-2011-3026 (bmo#727401) |
|
1064 |
libpng: integer overflow leading to heap-buffer overflow |
|
386 | 1065 |
|
1066 |
------------------------------------------------------------------- |
|
1067 |
Thu Feb 9 09:26:11 UTC 2012 - wr@rosenauer.org |
|
1068 |
||
1069 |
- update to Firefox 10.0.1 (bnc#746616) |
|
1070 |
* MFSA 2012-10/CVE-2012-0452 (bmo#724284) |
|
1071 |
use after free in nsXBLDocumentInfo::ReadPrototypeBindings |
|
1072 |
||
378 | 1073 |
------------------------------------------------------------------- |
1074 |
Tue Feb 7 10:40:58 UTC 2012 - dvaleev@suse.com |
|
1075 |
||
1076 |
- Use YARR interpreter instead of PCRE on platforms where YARR JIT |
|
1077 |
is not supported, since PCRE doesnt build (bmo#691898) |
|
1078 |
- fix ppc64 build (bmo#703534) |
|
1079 |
||
373 | 1080 |
------------------------------------------------------------------- |
1081 |
Mon Jan 30 09:41:59 UTC 2012 - wr@rosenauer.org |
|
1082 |
||
375
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset
|
1083 |
- update to Firefox 10.0 (bnc#744275) |
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset
|
1084 |
* MFSA 2012-01/CVE-2012-0442/CVE-2012-0443 |
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset
|
1085 |
Miscellaneous memory safety hazards |
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset
|
1086 |
* MFSA 2012-03/CVE-2012-0445 (bmo#701071) |
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset
|
1087 |
<iframe> element exposed across domains via name attribute |
d75cd0dac058
final 10.0 updates (changelog)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
373
diff
changeset< |