# HG changeset patch # User Wolfgang Rosenauer # Date 1350035296 -7200 # Node ID 9139b0467f6c9700ae00da9a9ddb242cfb0af703 # Parent 701357e7b6e11c417fa49a0bbea3094a058b2e40 10.0.9esr release diff -r 701357e7b6e1 -r 9139b0467f6c MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Tue Oct 09 22:43:24 2012 +0200 +++ b/MozillaFirefox/create-tar.sh Fri Oct 12 11:48:16 2012 +0200 @@ -2,8 +2,8 @@ CHANNEL="esr10" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_10_0_8esr_RELEASE" -VERSION="10.0.8" +RELEASE_TAG="FIREFOX_10_0_9esr_RELEASE" +VERSION="10.0.9" # mozilla hg clone -r $RELEASE_TAG http://hg.mozilla.org/$BRANCH mozilla diff -r 701357e7b6e1 -r 9139b0467f6c MozillaFirefox/firefox-esr.changes --- a/MozillaFirefox/firefox-esr.changes Tue Oct 09 22:43:24 2012 +0200 +++ b/MozillaFirefox/firefox-esr.changes Fri Oct 12 11:48:16 2012 +0200 @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 12 09:46:12 UTC 2012 - wr@rosenauer.org + +- update to Firefox 10.0.9esr (bnc#783533) + * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619) + defaultValue security checks not applied + ------------------------------------------------------------------- Sat Oct 6 22:06:43 UTC 2012 - wr@rosenauer.org diff -r 701357e7b6e1 -r 9139b0467f6c MozillaFirefox/firefox-esr.spec --- a/MozillaFirefox/firefox-esr.spec Tue Oct 09 22:43:24 2012 +0200 +++ b/MozillaFirefox/firefox-esr.spec Fri Oct 12 11:48:16 2012 +0200 @@ -18,7 +18,7 @@ %define major 10 -%define mainver %major.0.8 +%define mainver %major.0.9 Name: firefox-esr BuildRequires: Mesa-devel @@ -48,7 +48,7 @@ BuildRequires: nss-shared-helper-devel Version: %{mainver} Release: 0 -%define releasedate 2012100700 +%define releasedate 2012101100 Provides: web_browser Provides: firefox-esr = %{mainver} # this is needed to match this package with the kde4 helper package without the main package diff -r 701357e7b6e1 -r 9139b0467f6c xulrunner/create-tar.sh --- a/xulrunner/create-tar.sh Tue Oct 09 22:43:24 2012 +0200 +++ b/xulrunner/create-tar.sh Fri Oct 12 11:48:16 2012 +0200 @@ -2,8 +2,8 @@ CHANNEL="esr10" BRANCH="releases/mozilla-$CHANNEL" -RELEASE_TAG="FIREFOX_10_0_8esr_RELEASE" -VERSION="10.0.8" +RELEASE_TAG="FIREFOX_10_0_9esr_RELEASE" +VERSION="10.0.9" # mozilla hg clone -r $RELEASE_TAG http://hg.mozilla.org/$BRANCH mozilla diff -r 701357e7b6e1 -r 9139b0467f6c xulrunner/xulrunner-esr.changes --- a/xulrunner/xulrunner-esr.changes Tue Oct 09 22:43:24 2012 +0200 +++ b/xulrunner/xulrunner-esr.changes Fri Oct 12 11:48:16 2012 +0200 @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 12 09:47:36 UTC 2012 - wr@rosenauer.org + +- update to 10.0.9esr (bnc#783533) + * MFSA 2012-89/CVE-2012-4192/CVE-2012-4193 (bmo#799952, bmo#720619) + defaultValue security checks not applied + ------------------------------------------------------------------- Sun Oct 7 19:25:49 UTC 2012 - wr@rosenauer.org diff -r 701357e7b6e1 -r 9139b0467f6c xulrunner/xulrunner-esr.spec --- a/xulrunner/xulrunner-esr.spec Tue Oct 09 22:43:24 2012 +0200 +++ b/xulrunner/xulrunner-esr.spec Fri Oct 12 11:48:16 2012 +0200 @@ -44,12 +44,12 @@ %endif BuildRequires: mozilla-nspr-devel >= 4.9.0 BuildRequires: mozilla-nss-devel >= 3.13.5 -Version: 10.0.8 +Version: 10.0.9 Release: 0 %define releasedate 2012100700 -%define version_internal 10.0.8 +%define version_internal 10.0.9 %define apiversion 10 -%define uaweight 1000007 +%define uaweight 1000009 Summary: Mozilla Runtime Environment ESR License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Group: Productivity/Other