37.0b7
authorWolfgang Rosenauer <wr@rosenauer.org>
Sun, 22 Mar 2015 14:02:18 +0100
changeset 843 0d861c33ec70
parent 842 b199b6c7d84a (current diff)
parent 840 e160750ffe91 (diff)
child 844 86fa73db98e5
child 845 a704b2a17e39
37.0b7 and merge from firefox36
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Sun Mar 22 13:59:40 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.changes	Sun Mar 22 14:02:18 2015 +0100
@@ -1,12 +1,31 @@
 -------------------------------------------------------------------
-Sat Mar 14 14:56:26 UTC 2015 - wr@rosenauer.org
-
-- update to Firefox 37.0b5
+Sun Mar 22 13:00:28 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 37.0b7
 - removed obsolete patch
   * mozilla-bmo1088588.patch
 - requires NSPR 4.10.8
 
 -------------------------------------------------------------------
+Sat Mar 21 09:03:12 UTC 2015 - wr@rosenauer.org
+
+- update to Firefox 36.0.4 (bnc#923534)
+  * MFSA 2015-28/CVE-2015-0818 (bmo#1144988)
+    Privilege escalation through SVG navigation
+  * MFSA 2015-29/CVE-2015-0817 (bmo#1145255)
+    Code execution through incorrect JavaScript bounds checking
+    elimination
+
+-------------------------------------------------------------------
+Fri Mar 20 15:02:33 UTC 2015 - dimstar@opensuse.org
+
+- Copy the icons to /usr/share/icons instead of symlinking them:
+  in preparation for containerized apps (e.g. xdg-app) as well as
+  AppStream metadata extraction, there are a couple locations that
+  need to be real files for system integration (.desktop files,
+  icons, mime-type info).
+
+-------------------------------------------------------------------
 Sat Mar  7 07:40:56 UTC 2015 - wr@rosenauer.org
 
 - update to Firefox 36.0.1
@@ -19,6 +38,8 @@
     (bmo#1136616)
   * WebGL may use significant memory with Canvas2d (bmo#1137251)
   * Option -remote has been restored (bmo#1080319)
+- added mozilla-skia-bmo1136958.patch to fix build issues for
+  ARM and PPC
 
 -------------------------------------------------------------------
 Fri Feb 20 22:53:39 UTC 2015 - wr@rosenauer.org
--- a/MozillaFirefox/MozillaFirefox.spec	Sun Mar 22 13:59:40 2015 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Sun Mar 22 14:02:18 2015 +0100
@@ -21,7 +21,7 @@
 %define major 36
 %define mainver %major.99
 %define update_channel beta
-%define releasedate 2015031300
+%define releasedate 2015032100
 
 # general build definitions
 %if "%{update_channel}" != "aurora"
@@ -469,7 +469,7 @@
 for size in 16 32 48; do
 %endif
   mkdir -p %{buildroot}%{gnome_dir}/share/icons/hicolor/${size}x${size}/apps/
-  ln -sf %{progdir}/browser/chrome/icons/default/default$size.png \
+  cp %{buildroot}%{progdir}/browser/chrome/icons/default/default$size.png \
          %{buildroot}%{gnome_dir}/share/icons/hicolor/${size}x${size}/apps/%{progname}.png
 done
 # excludes
--- a/MozillaFirefox/create-tar.sh	Sun Mar 22 13:59:40 2015 +0100
+++ b/MozillaFirefox/create-tar.sh	Sun Mar 22 14:02:18 2015 +0100
@@ -2,7 +2,7 @@
 
 CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_37_0b5_RELEASE"
+RELEASE_TAG="FIREFOX_37_0b7_RELEASE"
 VERSION="36.99"
 
 # mozilla