update to 7.0b1 (aurora->beta)
authorWolfgang Rosenauer <wr@rosenauer.org>
Fri, 19 Aug 2011 19:19:32 +0200
changeset 306 e6df4625c730
parent 297 7af5d6a0c962
child 310 1126a0138bd4
update to 7.0b1 (aurora->beta)
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
MozillaFirefox/create-tar.sh
--- a/MozillaFirefox/MozillaFirefox.changes	Fri Aug 05 13:38:05 2011 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Fri Aug 19 19:19:32 2011 +0200
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Fri Aug 12 21:16:19 UTC 2011 - wr@rosenauer.org
+
+- update to 6.0 (bnc#712224)
+  included security fixes MFSA 2011-29
+  * CVE-2011-2989/CVE-2011-2991/CVE-2011-2992/CVE-2011-2985
+    Miscellaneous memory safety hazards
+  * CVE-2011-2993 (bmo#657267)
+    Unsigned scripts can call script inside signed JAR
+  * CVE-2011-2988 (bmo#665934)
+    Heap overflow in ANGLE library
+  * CVE-2011-0084 (bmo#648094)
+    Crash in SVGTextElement.getCharNumAtPosition()
+  * CVE-2011-2990
+    Credential leakage using Content Security Policy reports
+  * CVE-2011-2986 (bmo#655836)
+    Cross-origin data theft using canvas and Windows D2D
+- removed obsolete curl header dependency (mozilla-curl.patch)
+
 -------------------------------------------------------------------
 Fri Jul 22 13:34:12 UTC 2011 - wr@rosenauer.org
 
--- a/MozillaFirefox/MozillaFirefox.spec	Fri Aug 05 13:38:05 2011 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Fri Aug 19 19:19:32 2011 +0200
@@ -29,13 +29,13 @@
 %else
 BuildRequires:  wireless-tools
 %endif
-BuildRequires:  mozilla-nspr-devel >= 4.8.6
-BuildRequires:  mozilla-nss-devel >= 3.12.8
+BuildRequires:  mozilla-nspr-devel >= 4.8.8
+BuildRequires:  mozilla-nss-devel >= 3.12.10
 BuildRequires:  nss-shared-helper-devel
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Version:        %{mainver}
 Release:        1
-%define         releasedate 2011080400
+%define         releasedate 2011081800
 Provides:       web_browser
 Provides:       firefox = %{version}-%{release}
 Provides:       firefox = %{mainver}
@@ -103,7 +103,7 @@
 %define desktop_file_name %{name}
 %endif
 ### build options
-%define branding 0
+%define branding 1
 %define localize 1
 %ifarch ppc ppc64 s390 s390x ia64
 %define crashreporter    0
--- a/MozillaFirefox/create-tar.sh	Fri Aug 05 13:38:05 2011 +0200
+++ b/MozillaFirefox/create-tar.sh	Fri Aug 19 19:19:32 2011 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-BRANCH="releases/mozilla-aurora"
-RELEASE_TAG="default"
+BRANCH="releases/mozilla-beta"
+RELEASE_TAG="FIREFOX_7_0b1_RELEASE"
 VERSION="6.99"
 
 # mozilla
@@ -23,7 +23,7 @@
     ja-JP-mac|en-US)
       ;;
     *)
-      hg clone http://hg.mozilla.org/releases/l10n/mozilla-aurora/$locale l10n/$locale
+      hg clone http://hg.mozilla.org/releases/l10n/mozilla-beta/$locale l10n/$locale
       [ "$RELEASE_TAG" == "default" ] || hg -R l10n/$locale up -C -r $RELEASE_TAG
       ;;
   esac