# HG changeset patch # User Wolfgang Rosenauer # Date 1455176972 -3600 # Node ID 11475705ab0fe6216ac6c8ef8f7ad39fa1db3634 # Parent eb9ebe3e2e6a4cea440ba721f067e4edf65bb91d 44.0 release diff -r eb9ebe3e2e6a -r 11475705ab0f MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sun Jan 24 13:40:23 2016 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Thu Feb 11 08:49:32 2016 +0100 @@ -1,7 +1,27 @@ ------------------------------------------------------------------- Sun Jan 24 09:33:15 UTC 2016 - wr@rosenauer.org -- update to Firefox 44.0b9 +- update to Firefox 44.0 + * MFSA 2016-01/CVE-2016-1930/CVE-2016-1931 boo#963633 + Miscellaneous memory safety hazards + * MFSA 2016-02/CVE-2016-1933 (bmo#1231761) boo#963634 + Out of Memory crash when parsing GIF format images + * MFSA 2016-03/CVE-2016-1935 (bmo#1220450) boo#963635 + Buffer overflow in WebGL after out of memory allocation + * MFSA 2016-04/CVE-2015-7208/CVE-2016-1939 (bmo#1191423, bmo#1233784) boo#963637 + Firefox allows for control characters to be set in cookie names + * MFSA 2016-06/CVE-2016-1937 (bmo#724353) boo#963641 + Missing delay following user click events in protocol handler dialog + * MFSA 2016-07/CVE-2016-1938 (bmo#1190248) boo#963731 + Errors in mp_div and mp_exptmod cryptographic functions in NSS + (fixed by requiring NSS 3.21) + * MFSA 2016-09/CVE-2016-1942/CVE-2016-1943 (bmo#1189082, bmo#1228590) + Addressbar spoofing attacks boo#963643 + * MFSA 2016-10/CVE-2016-1944/CVE-2016-1945/CVE-2016-1946 + (bmo#1186621, bmo#1214782, bmo#1232096) boo#963644 + Unsafe memory manipulation found through code inspection + * MFSA 2016-11/CVE-2016-1947 (bmo#1237103) boo#963645 + Application Reputation service disabled in Firefox 43 * requires NSPR 4.11 * requires NSS 3.21 - prepare mozilla-kde.patch for Gtk3 builds diff -r eb9ebe3e2e6a -r 11475705ab0f MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sun Jan 24 13:40:23 2016 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Thu Feb 11 08:49:32 2016 +0100 @@ -18,9 +18,9 @@ # changed with every update -%define major 43 -%define mainver %major.99 -%define update_channel beta +%define major 44 +%define mainver %major.0 +%define update_channel release %define releasedate 2016012300 # general build definitions diff -r eb9ebe3e2e6a -r 11475705ab0f MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sun Jan 24 13:40:23 2016 +0100 +++ b/MozillaFirefox/create-tar.sh Thu Feb 11 08:49:32 2016 +0100 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_44_0b9_RELEASE" -VERSION="43.99" +RELEASE_TAG="FIREFOX_44_0_RELEASE" +VERSION="44.0" # mozilla if [ -d mozilla ]; then