# HG changeset patch # User Wolfgang Rosenauer # Date 1433764686 -7200 # Node ID c2e88e5c7aab92261d314c32cadee4ee50e683df # Parent a2bdff616a0ee98758fad0cd3f3236cf87f6d338# Parent 1f860c8299001841b0e90b6b331a45e7bd9187d3 Prepare 39beta cycle merge latest changes from firefox38 branch diff -r a2bdff616a0e -r c2e88e5c7aab MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun May 10 09:05:36 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Mon Jun 08 13:58:06 2015 +0200 @@ -1,8 +1,75 @@ ------------------------------------------------------------------- -Thu Apr 23 06:41:34 UTC 2015 - wr@rosenauer.org - -- update to Firefox 38.0b6 +Sun Jun 7 07:09:12 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.0.6 + * fixes bmo#1171730 which is not really relevant to oS builds +- fix KDE regression from 38.0.5 builds (bsc#933439) + +------------------------------------------------------------------- +Sat May 23 21:13:49 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.0.5 + * Keep track of articles and videos with Pocket + * Clean formatting for articles and blog posts with Reader View + * Share the active tab or window in a Hello conversation +- add changes file as source for SRPM (bsc#932142) + +------------------------------------------------------------------- +Fri May 15 10:40:19 UTC 2015 - normand@linux.vnet.ibm.com + +- add mozilla-add-glibcxx_use_cxx11_abi.patch grabbed from + https://bugzilla.mozilla.org/show_bug.cgi?id=1153109 + +------------------------------------------------------------------- +Fri May 15 07:37:46 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.0.1 + stability and regression fixes + * Systems with first generation NVidia Optimus graphics cards + may crash on start-up + * Users who import cookies from Google Chrome can end up with + broken websites + * Large animated images may fail to play and may stop other + images from loading + +------------------------------------------------------------------- +Sun May 10 07:07:49 UTC 2015 - wr@rosenauer.org + +- update to Firefox 38.0 (bnc#930622) + * New tab-based preferences + * Ruby annotation support + * more info: https://www.mozilla.org/en-US/firefox/38.0/releasenotes/ + security fixes: + * MFSA 2015-46/CVE-2015-2708/CVE-2015-2709 + Miscellaneous memory safety hazards + * MFSA 2015-47/VE-2015-0797 (bmo#1080995) + Buffer overflow parsing H.264 video with Linux Gstreamer + * MFSA 2015-48/CVE-2015-2710 (bmo#1149542) + Buffer overflow with SVG content and CSS + * MFSA 2015-49/CVE-2015-2711 (bmo#1113431) + Referrer policy ignored when links opened by middle-click and + context menu + * MFSA 2015-50/CVE-2015-2712 (bmo#1152280) + Out-of-bounds read and write in asm.js validation + * MFSA 2015-51/CVE-2015-2713 (bmo#1153478) + Use-after-free during text processing with vertical text enabled + * MFSA 2015-53/CVE-2015-2715 (bmo#988698) + Use-after-free due to Media Decoder Thread creation during shutdown + * MFSA 2015-54/CVE-2015-2716 (bmo#1140537) + Buffer overflow when parsing compressed XML + * MFSA 2015-55/CVE-2015-2717 (bmo#1154683) + Buffer overflow and out-of-bounds read while parsing MP4 video + metadata + * MFSA 2015-56/CVE-2015-2718 (bmo#1146724) + Untrusted site hosting trusted page can intercept webchannel + responses + * MFSA 2015-57/CVE-2011-3079 (bmo#1087565) + Privilege escalation through IPC channel messages - requires NSS 3.18.1 +- removed obsolete patches: + * mozilla-skia-bmo1136958.patch +- remove gnomevfs build options as it is removed from sources +- rebased patches ------------------------------------------------------------------- Fri Apr 17 16:39:20 UTC 2015 - wr@rosenauer.org diff -r a2bdff616a0e -r c2e88e5c7aab MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun May 10 09:05:36 2015 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Mon Jun 08 13:58:06 2015 +0200 @@ -18,10 +18,10 @@ # changed with every update -%define major 37 +%define major 38 %define mainver %major.99 %define update_channel beta -%define releasedate 2015042200 +%define releasedate 2015060700 # general build definitions %if "%{update_channel}" != "aurora" @@ -131,6 +131,7 @@ Source13: spellcheck.js Source14: create-tar.sh Source15: firefox-appdata.xml +Source16: MozillaFirefox.changes # Gecko/Toolkit Patch1: toolkit-download-folder.patch Patch2: mozilla-nongnome-proxies.patch @@ -146,6 +147,7 @@ Patch12: mozilla-openaes-decl.patch Patch14: mozilla-skia-be-le.patch Patch15: mozilla-bmo1005535.patch +Patch16: mozilla-add-glibcxx_use_cxx11_abi.patch # Firefox/browser Patch101: firefox-kde.patch Patch102: firefox-no-default-ualocale.patch @@ -260,6 +262,7 @@ %patch12 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 # Firefox %patch101 -p1 %patch102 -p1 diff -r a2bdff616a0e -r c2e88e5c7aab MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sun May 10 09:05:36 2015 +0200 +++ b/MozillaFirefox/create-tar.sh Mon Jun 08 13:58:06 2015 +0200 @@ -2,8 +2,8 @@ CHANNEL="beta" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_38_0b6_RELEASE" -VERSION="37.99" +RELEASE_TAG="FIREFOX_39_0b3_RELEASE" +VERSION="38.99" # mozilla if [ -d mozilla ]; then diff -r a2bdff616a0e -r c2e88e5c7aab MozillaFirefox/mozilla-add-glibcxx_use_cxx11_abi.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MozillaFirefox/mozilla-add-glibcxx_use_cxx11_abi.patch Mon Jun 08 13:58:06 2015 +0200 @@ -0,0 +1,1 @@ +../mozilla-add-glibcxx_use_cxx11_abi.patch \ No newline at end of file diff -r a2bdff616a0e -r c2e88e5c7aab firefox-kde.patch --- a/firefox-kde.patch Sun May 10 09:05:36 2015 +0200 +++ b/firefox-kde.patch Mon Jun 08 13:58:06 2015 +0200 @@ -1,11 +1,11 @@ # HG changeset patch -# Parent a21f91aa3ed60b4e95b47f45715dfda379dab7c8 +# Parent 14be97741eabce611c291418a4c1774cae8b29ff diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1302 @@ +@@ -0,0 +1,1311 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -738,9 +738,9 @@ + fullscreentoolbar="true" mode="icons" customizable="true" + iconsize="small" +#ifdef MOZ_DEV_EDITION -+ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,downloads-button,home-button,loop-button" ++ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button" +#else -+ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-button" ++ defaultset="urlbar-container,search-container,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button" +#endif + customizationtarget="nav-bar-customization-target" + overflowable="true" @@ -890,6 +890,7 @@ + oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);" + onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);" + onpopupshowing="BookmarkingUI.onPopupShowing(event); ++ BookmarkingUI.updatePocketItemVisibility('BMB_'); + BookmarkingUI.attachPlacesView(event, this);" + tooltip="bhTooltip" popupsinherittooltip="true"> + + ++ ++ + + ++