# HG changeset patch # User Wolfgang Rosenauer # Date 1364937748 -7200 # Node ID 0cb8814119b06929147f7962148082d4fb333a15 # Parent 026f47fed3a00f11ca967532effe8069abaaf0c3 20.0 diff -r 026f47fed3a0 -r 0cb8814119b0 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Tue Mar 19 09:17:51 2013 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Tue Apr 02 23:22:28 2013 +0200 @@ -1,9 +1,23 @@ ------------------------------------------------------------------- -Fri Mar 15 23:09:22 UTC 2013 - wr@rosenauer.org - -- update to Firefox 20.0b5 +Fri Mar 29 22:15:21 UTC 2013 - wr@rosenauer.org + +- update to Firefox 20.0 (bnc#813026) + * requires NSPR 4.9.5 and NSS 3.14.3 + * MFSA 2013-30/CVE-2013-0788/CVE-2013-0789 + Miscellaneous memory safety hazards + * MFSA 2013-31/CVE-2013-0800 (bmo#825721) + Out-of-bounds write in Cairo library + * MFSA 2013-35/CVE-2013-0796 (bmo#827106) + WebGL crash with Mesa graphics driver on Linux + * MFSA 2013-36/CVE-2013-0795 (bmo#825697) + Bypass of SOW protections allows cloning of protected nodes + * MFSA 2013-37/CVE-2013-0794 (bmo#626775) + Bypass of tab-modal dialog origin disclosure + * MFSA 2013-38/CVE-2013-0793 (bmo#803870) + Cross-site scripting (XSS) using timed history navigations + * MFSA 2013-39/CVE-2013-0792 (bmo#722831) + Memory corruption while rendering grayscale PNG images - use GStreamer 1.0 starting with 12.3 (mozilla-gstreamer-1.patch) -- require NSS 3.14.3 ------------------------------------------------------------------- Tue Mar 12 23:08:15 UTC 2013 - dmueller@suse.com diff -r 026f47fed3a0 -r 0cb8814119b0 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Mar 19 09:17:51 2013 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Tue Apr 02 23:22:28 2013 +0200 @@ -17,9 +17,9 @@ # -%define major 19 -%define mainver %major.99 -%define update_channel beta +%define major 20 +%define mainver %major.0 +%define update_channel release %if %suse_version > 1220 %define gstreamer_ver 1.0 @@ -60,7 +60,7 @@ %endif Version: %{mainver} Release: 0 -%define releasedate 2013031500 +%define releasedate 2013032900 Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: web_browser @@ -117,6 +117,7 @@ Requires(post): coreutils shared-mime-info desktop-file-utils Requires(postun): shared-mime-info desktop-file-utils Requires: %{name}-branding > 4.0 +Conflicts: %{name}-branding > %{version} Requires: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' mozilla-nspr) Requires: mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss) Recommends: libcanberra0 diff -r 026f47fed3a0 -r 0cb8814119b0 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Tue Mar 19 09:17:51 2013 +0100 +++ b/MozillaFirefox/create-tar.sh Tue Apr 02 23:22:28 2013 +0200 @@ -1,9 +1,9 @@ #!/bin/bash -CHANNEL="beta" +CHANNEL="release" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_20_0b5_RELEASE" -VERSION="19.99" +RELEASE_TAG="FIREFOX_20_0_RELEASE" +VERSION="20.0" # mozilla echo "cloning $BRANCH..."