prepare 24.0beta firefox24
authorWolfgang Rosenauer <wr@rosenauer.org>
Wed, 14 Aug 2013 19:02:25 +0200
branchfirefox24
changeset 661 aac91d5705b1
parent 659 fa96cf6ffd14
child 662 775530ba0729
prepare 24.0beta
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/_constraints
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Tue Jul 16 12:35:11 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Wed Aug 14 19:02:25 2013 +0200
@@ -1,9 +1,35 @@
 -------------------------------------------------------------------
-Sat Jul 13 20:53:28 UTC 2013 - wr@rosenauer.org
-
-- update to Firefox 24.0pre (20130713)
+Wed Aug 14 16:59:25 UTC 2013 - wr@rosenauer.org
+
+- update to Firefox 24.0beta2
+- enable gstreamer via pref
+
+-------------------------------------------------------------------
+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
-- enable gstreamer via pref
 
 -------------------------------------------------------------------
 Wed Jul  3 17:14:35 UTC 2013 - dmueller@suse.com
--- a/MozillaFirefox/MozillaFirefox.spec	Tue Jul 16 12:35:11 2013 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Wed Aug 14 19:02:25 2013 +0200
@@ -18,8 +18,8 @@
 
 
 %define major 23
-%define mainver %major.98
-%define update_channel aurora
+%define mainver %major.99
+%define update_channel beta
 
 %if %suse_version > 1220
 %define gstreamer_ver 0.10
@@ -135,7 +135,7 @@
 %define desktop_file_name %{name}
 %endif
 ### build options
-%define branding 0
+%define branding 1
 %define localize 1
 %ifarch ppc ppc64 s390 s390x ia64 %arm
 %define crashreporter 0
@@ -372,7 +372,7 @@
 touch %{_tmppath}/translations.{common,other}
 for locale in $(awk '{ print $1; }' ../mozilla/browser/locales/shipped-locales); do
   case $locale in
-   ja-JP-mac|en-US|mn|ta-LK)
+   ja-JP-mac|en-US)
 	;;
    *)
    	pushd $RPM_BUILD_DIR/compare-locales
--- a/MozillaFirefox/_constraints	Tue Jul 16 12:35:11 2013 +0200
+++ b/MozillaFirefox/_constraints	Wed Aug 14 19:02:25 2013 +0200
@@ -5,7 +5,7 @@
       <size unit="G">9</size>
     </disk>
     <memory>
-      <size unit="M">3000</size>
+      <size unit="M">3500</size>
     </memory>
   </hardware>
 </constraints>
--- a/MozillaFirefox/create-tar.sh	Tue Jul 16 12:35:11 2013 +0200
+++ b/MozillaFirefox/create-tar.sh	Wed Aug 14 19:02:25 2013 +0200
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-CHANNEL="aurora"
+CHANNEL="beta"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="default"
-VERSION="23.98"
+RELEASE_TAG="FIREFOX_24_0b2_RELEASE"
+VERSION="23.99"
 
 # mozilla
 if [ -d mozilla ]; then