# HG changeset patch # User Wolfgang Rosenauer # Date 1324231436 -3600 # Node ID 92e81e89dc950e52616dfc9196472fb319df35ae # Parent ebdb6a9e0132d00b9b8e9f333370dc4db6fede57 update to 1.9.2.25/3.6.25 diff -r ebdb6a9e0132 -r 92e81e89dc95 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Tue Nov 01 21:59:24 2011 +0100 +++ b/MozillaFirefox/MozillaFirefox.changes Sun Dec 18 19:03:56 2011 +0100 @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Sun Dec 18 09:01:19 UTC 2011 - wr@rosenauer.org + +- security update to 3.6.25 (bnc#737533) + ------------------------------------------------------------------- Tue Nov 1 20:58:48 UTC 2011 - wr@rosenauer.org -- security update to 3.6.24 +- security update to 3.6.24 (bnc#728520) + * MFSA 2011-46/CVE-2011-3647 (bmo#680880) + loadSubScript unwraps XPCNativeWrapper scope parameter + * MFSA 2011-47/CVE-2011-3648 (bmo#690225) + Potential XSS against sites using Shift-JIS + * MFSA 2011-49/CVE-2011-3650 (bmo#674776) + Memory corruption while profiling using Firebug ------------------------------------------------------------------- Wed Sep 21 10:20:43 UTC 2011 - wr@rosenauer.org diff -r ebdb6a9e0132 -r 92e81e89dc95 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Tue Nov 01 21:59:24 2011 +0100 +++ b/MozillaFirefox/MozillaFirefox.spec Sun Dec 18 19:03:56 2011 +0100 @@ -24,7 +24,7 @@ Name: MozillaFirefox %define xulrunner mozilla-xulrunner192 BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip -BuildRequires: %{xulrunner}-devel = 1.9.2.24 +BuildRequires: %{xulrunner}-devel = 1.9.2.25 %if %suse_version > 1020 BuildRequires: fdupes %endif @@ -33,14 +33,14 @@ %else BuildRequires: wireless-tools %endif -License: MPLv1.1 or GPLv2+ or LGPLv2+ -Version: %mainver.24 +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ +Version: %mainver.25 Release: 1 Provides: web_browser Provides: firefox = %{mainver} Provides: firefox = %{version}-%{release} Provides: firefox = %{version} -%define releasedate 2011110100 +%define releasedate 2011121600 Summary: Mozilla Firefox Web Browser Url: http://www.mozilla.org/ Group: Productivity/Networking/Web/Browsers @@ -106,7 +106,7 @@ plethora of extensions. %package devel -License: MPLv1.1 or GPLv2+ or LGPLv2+ +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: Devel package for Firefox Group: Development/Tools/Other Provides: firefox-devel = %{version}-%{release} @@ -120,7 +120,7 @@ %if %localize %package translations-common Summary: Common translations for MozillaFirefox -License: MPLv1.1 or GPLv2+ or LGPLv2+ +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Provides: locale(%{name}:ar;ca;cs;da;de;en_GB;es_AR;es_CL;es_ES;fi;fr;hu;it;ja;ko;nb_NO;nl;pl;pt_BR;pt_PT;ru;sv_SE;zh_CN;zh_TW) Group: System/Localization Requires: %{name} = %{version} @@ -133,7 +133,7 @@ %package translations-other Summary: Extra translations for MozillaFirefox -License: MPLv1.1 or GPLv2+ or LGPLv2+ +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Provides: locale(%{name}:af;as;be;bg;bn_BD;bn_IN;cy;el;eo;es_MX;et;eu;fa;fy_NL;ga_IE;gl;gu_IN;he;hi_IN;hr;id;is;ka;kk;kn;ku;lt;lv;mk;ml;mr;nn_NO;oc;or;pa_IN;rm;ro;si;sk;sl;sq;sr;ta;ta_LK;te;th;tr;uk;vi) Group: System/Localization Requires: %{name} = %{version} @@ -147,7 +147,7 @@ %endif %package branding-upstream -License: MPLv1.1 or GPLv2+ or LGPLv2+ +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ Summary: Upstream branding for MozillaFirefox Group: Productivity/Networking/Web/Browsers Provides: %{name}-branding = 3.5 diff -r ebdb6a9e0132 -r 92e81e89dc95 mozilla-xulrunner192/create-tar.sh --- a/mozilla-xulrunner192/create-tar.sh Tue Nov 01 21:59:24 2011 +0100 +++ b/mozilla-xulrunner192/create-tar.sh Sun Dec 18 19:03:56 2011 +0100 @@ -1,7 +1,7 @@ #!/bin/bash -RELEASE_TAG="FIREFOX_3_6_24_RELEASE" -VERSION="1.9.2.24" +RELEASE_TAG="FIREFOX_3_6_25_RELEASE" +VERSION="1.9.2.25" # mozilla hg clone http://hg.mozilla.org/releases/mozilla-1.9.2 mozilla diff -r ebdb6a9e0132 -r 92e81e89dc95 mozilla-xulrunner192/mozilla-xulrunner192.changes --- a/mozilla-xulrunner192/mozilla-xulrunner192.changes Tue Nov 01 21:59:24 2011 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes Sun Dec 18 19:03:56 2011 +0100 @@ -1,7 +1,18 @@ +------------------------------------------------------------------- +Sat Dec 17 23:02:00 UTC 2011 - wr@rosenauer.org + +- security update to 1.9.2.25 (bnc#737533) + ------------------------------------------------------------------- Tue Nov 1 20:53:16 UTC 2011 - wr@rosenauer.org -- security update to 1.9.2.24 +- security update to 1.9.2.24 (bnc#728520) + * MFSA 2011-46/CVE-2011-3647 (bmo#680880) + loadSubScript unwraps XPCNativeWrapper scope parameter + * MFSA 2011-47/CVE-2011-3648 (bmo#690225) + Potential XSS against sites using Shift-JIS + * MFSA 2011-49/CVE-2011-3650 (bmo#674776) + Memory corruption while profiling using Firebug ------------------------------------------------------------------- Wed Sep 21 10:17:09 UTC 2011 - wr@rosenauer.org diff -r ebdb6a9e0132 -r 92e81e89dc95 mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Tue Nov 01 21:59:24 2011 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Sun Dec 18 19:03:56 2011 +0100 @@ -16,11 +16,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: mozilla-xulrunner192 -BuildRequires: autoconf213 dbus-1-glib-devel gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel pkg-config python startup-notification-devel zip +BuildRequires: autoconf213 +BuildRequires: dbus-1-glib-devel +BuildRequires: gcc-c++ +BuildRequires: libcurl-devel +BuildRequires: libgnomeui-devel +BuildRequires: libidl-devel +BuildRequires: libnotify-devel +BuildRequires: pkg-config +BuildRequires: python +BuildRequires: startup-notification-devel +BuildRequires: zip # needed for brp-check-bytecode-version (jar, fastjar would do as well) BuildRequires: unzip %if %suse_version > 1020 @@ -38,16 +45,16 @@ %else BuildRequires: wireless-tools %endif -License: MPLv1.1 or GPLv2+ or LGPLv2+ -Version: 1.9.2.24 -Release: 1 -%define releasedate 2011110100 -%define version_internal 1.9.2.24 +Version: 1.9.2.25 +Release: 0 +%define releasedate 2011121600 +%define version_internal 1.9.2.25 %define apiversion 1.9.2 -%define uaweight 192240 +%define uaweight 192250 Summary: Mozilla Runtime Environment 1.9.2 +License: MPL-1.1 or GPL-2.0+ or LGPL-2.1+ +Group: Productivity/Other Url: http://www.mozilla.org -Group: Productivity/Other Provides: gecko192 %if %suse_version >= 1110 # this is needed to match this package with the kde4 helper package without the main package @@ -133,7 +140,6 @@ %package -n mozilla-js192 -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: Mozilla JS 1.8 engine Group: Productivity/Other @@ -145,7 +151,6 @@ %package devel -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: XULRunner/Gecko SDK 1.9.2 Group: Development/Libraries/Other %if %has_system_nspr @@ -162,7 +167,6 @@ %if %localize %package translations-common -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: Common translations for XULRunner 1.9.2 Group: System/Localization Requires: %{name} = %{version} @@ -179,7 +183,6 @@ %package translations-other -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: Extra translations for XULRunner 1.9.2 Group: System/Localization Requires: %{name} = %{version} @@ -195,7 +198,6 @@ %endif %package gnome -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: XULRunner components depending on gnome-vfs Group: Productivity/Other Requires: %{name} = %{version}-%{release} @@ -211,7 +213,6 @@ %if %crashreporter %package buildsymbols -License: MPLv1.1 or GPLv2+ or LGPLv2+ Summary: Breakpad buildsymbols for %{name} Group: Development/Tools/Other