# HG changeset patch # User Wolfgang Rosenauer # Date 1417551299 -3600 # Node ID 9e3063dcc69e33943eacc3dc6039a69f46a31c6b # Parent ab1f6b72594799cb10f2373847d2fe0af49d6a4f Firefox 34.0.5 release diff -r ab1f6b725947 -r 9e3063dcc69e MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Tue Nov 25 21:21:07 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Tue Dec 02 21:14:59 2014 +0100 @@ -1,7 +1,30 @@ ------------------------------------------------------------------- -Tue Nov 25 20:20:46 UTC 2014 - wr@rosenauer.org - -- update to Firefox 34.0b11 +Sat Nov 29 21:23:03 UTC 2014 - wr@rosenauer.org + +- update to Firefox 34.0.5 (bnc#908009) + * Default search engine changed to Yahoo! for North America + * Default search engine changed to Yandex for Belarusian, Kazakh, + and Russian locales + * Improved search bar (en-US only) + * Firefox Hello real-time communication client + * Easily switch themes/personas directly in the Customizing mode + * Implementation of HTTP/2 (draft14) and ALPN + * Disabled SSLv3 + * MFSA 2014-83/CVE-2014-1587/CVE-2014-1588 + Miscellaneous memory safety hazards + * MFSA 2014-84/CVE-2014-1589 (bmo#1043787) + XBL bindings accessible via improper CSS declarations + * MFSA 2014-85/CVE-2014-1590 (bmo#1087633) + XMLHttpRequest crashes with some input streams + * MFSA 2014-86/CVE-2014-1591 (bmo#1069762) + CSP leaks redirect data via violation reports + * MFSA 2014-87/CVE-2014-1592 (bmo#1088635) + Use-after-free during HTML5 parsing + * MFSA 2014-88/CVE-2014-1593 (bmo#1085175) + Buffer overflow while parsing media content + * MFSA 2014-89/CVE-2014-1594 (bmo#1074280) + Bad casting from the BasicThebesLayer to BasicContainerLayer +- rebased patches - limit linker memory usage for %ix86 ------------------------------------------------------------------- diff -r ab1f6b725947 -r 9e3063dcc69e MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Nov 25 21:21:07 2014 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Dec 02 21:14:59 2014 +0100 @@ -18,10 +18,10 @@ # changed with every update -%define major 33 -%define mainver %major.99 -%define update_channel beta -%define releasedate 2014112000 +%define major 34 +%define mainver %major.0.5 +%define update_channel release +%define releasedate 2014112600 # general build definitions %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} diff -r ab1f6b725947 -r 9e3063dcc69e MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Tue Nov 25 21:21:07 2014 +0100 +++ b/MozillaFirefox/create-tar.sh Tue Dec 02 21:14:59 2014 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_34_0b11_RELEASE" -VERSION="33.99" +RELEASE_TAG="FIREFOX_34_0_5_RELEASE" +VERSION="34.0.5" # mozilla if [ -d mozilla ]; then diff -r ab1f6b725947 -r 9e3063dcc69e firefox-kde.patch --- a/firefox-kde.patch Tue Nov 25 21:21:07 2014 +0100 +++ b/firefox-kde.patch Tue Dec 02 21:14:59 2014 +0100 @@ -2,7 +2,7 @@ new file mode 100644 --- /dev/null +++ b/browser/base/content/browser-kde.xul -@@ -0,0 +1,1234 @@ +@@ -0,0 +1,1269 @@ +#filter substitution + +# -*- Mode: HTML -*- @@ -245,8 +245,43 @@ + mousethrough="always"> + + ++ ++