# HG changeset patch # User Wolfgang Rosenauer # Date 1427029338 -3600 # Node ID 0d861c33ec70bd8f86cf53a78c8ca49f2f540c66 # Parent b199b6c7d84a13620340776b881b71e6f38ecbc2# Parent e160750ffe9175c05d7f6220d4c1c818b5caa744 37.0b7 and merge from firefox36 diff -r b199b6c7d84a -r 0d861c33ec70 MozillaFirefox/MozillaFirefox.changes --- 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 diff -r b199b6c7d84a -r 0d861c33ec70 MozillaFirefox/MozillaFirefox.spec --- 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 diff -r b199b6c7d84a -r 0d861c33ec70 MozillaFirefox/create-tar.sh --- 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