# HG changeset patch # User Wolfgang Rosenauer # Date 1376498659 -7200 # Node ID 66d7a6927dc3e73aff7db5776251f78ab9a219db # Parent 873d77fdc42975bef5f03a8a208a351eaeabcf49 Firefox 23.0 final release diff -r 873d77fdc429 -r 66d7a6927dc3 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Sat Jul 13 21:47:49 2013 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Wed Aug 14 18:44:19 2013 +0200 @@ -1,7 +1,28 @@ ------------------------------------------------------------------- -Tue Jul 9 10:41:59 UTC 2013 - wr@rosenauer.org - -- update to Firefox 23.0b4 (20130708) +Sun Aug 4 18:30:11 UTC 2013 - wr@rosenauer.org + +- update to Firefox 23.0 (bnc#833389) + * MFSA 2013-63/CVE-2013-1701/CVE-2013-1702 + Miscellaneous memory safety hazards + * MFSA 2013-64/CVE-2013-1704 (bmo#883313) + Use after free mutating DOM during SetBody + * MFSA 2013-65/CVE-2013-1705 (bmo#882865) + Buffer underflow when generating CRMF requests + * MFSA 2013-67/CVE-2013-1708 (bmo#879924) + Crash during WAV audio file decoding + * MFSA 2013-68/CVE-2013-1709 (bmo#838253) + Document URI misrepresentation and masquerading + * MFSA 2013-69/CVE-2013-1710 (bmo#871368) + CRMF requests allow for code execution and XSS attacks + * MFSA 2013-70/CVE-2013-1711 (bmo#843829) + Bypass of XrayWrappers using XBL Scopes + * MFSA 2013-72/CVE-2013-1713 (bmo#887098) + Wrong principal used for validating URI for some Javascript + components + * MFSA 2013-73/CVE-2013-1714 (bmo#879787) + Same-origin bypass with web workers and XMLHttpRequest + * MFSA 2013-75/CVE-2013-1717 (bmo#406541, bmo#738397) + Local Java applets may read contents of local file system - requires NSPR 4.10 and NSS 3.15 ------------------------------------------------------------------- diff -r 873d77fdc429 -r 66d7a6927dc3 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Sat Jul 13 21:47:49 2013 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Aug 14 18:44:19 2013 +0200 @@ -17,9 +17,9 @@ # -%define major 22 -%define mainver %major.99 -%define update_channel beta +%define major 23 +%define mainver %major.0 +%define update_channel release %if %suse_version > 1220 %define gstreamer_ver 0.10 @@ -60,7 +60,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2013070800 +%define releasedate 2013080200 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser diff -r 873d77fdc429 -r 66d7a6927dc3 MozillaFirefox/_constraints --- a/MozillaFirefox/_constraints Sat Jul 13 21:47:49 2013 +0200 +++ b/MozillaFirefox/_constraints Wed Aug 14 18:44:19 2013 +0200 @@ -5,7 +5,7 @@ 9 - 3000 + 3500 diff -r 873d77fdc429 -r 66d7a6927dc3 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Sat Jul 13 21:47:49 2013 +0200 +++ b/MozillaFirefox/create-tar.sh Wed Aug 14 18:44:19 2013 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_23_0b4_RELEASE" -VERSION="22.99" +RELEASE_TAG="FIREFOX_23_0_RELEASE" +VERSION="23.0" # mozilla if [ -d mozilla ]; then