# HG changeset patch # User Wolfgang Rosenauer # Date 1315640264 -7200 # Node ID d0920a6f14c59fd1ebba3ab6ea4096cbc0216c10 # Parent b7a8ba6b1043413f7eb0f25fdfa63fa43b8201b4 update to 6.0.2 diff -r b7a8ba6b1043 -r d0920a6f14c5 MozillaFirefox/MozillaFirefox.changes --- a/MozillaFirefox/MozillaFirefox.changes Fri Aug 19 11:39:45 2011 +0200 +++ b/MozillaFirefox/MozillaFirefox.changes Sat Sep 10 09:37:44 2011 +0200 @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 7 14:30:34 UTC 2011 - pcerny@suse.com + +- security update to 6.0.2 (bnc#714931) + * Complete blocking of certificates issued by DigiNotar + (bmo#683449) + +------------------------------------------------------------------- +Fri Sep 2 14:40:07 UTC 2011 - pcerny@suse.com + +- security update to 6.0.1 (bnc#714931) + * MFSA 2011-34 + Protection against fraudulent DigiNotar certificates + (bmo#682927) + ------------------------------------------------------------------- Fri Aug 12 21:16:19 UTC 2011 - wr@rosenauer.org diff -r b7a8ba6b1043 -r d0920a6f14c5 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Fri Aug 19 11:39:45 2011 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat Sep 10 09:37:44 2011 +0200 @@ -19,7 +19,7 @@ # norootforbuild %define major 6 -%define mainver %major.0 +%define mainver %major.0.2 Name: MozillaFirefox BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel unzip update-desktop-files zip fdupes Mesa-devel yasm @@ -35,7 +35,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+ Version: %{mainver} Release: 1 -%define releasedate 2011081200 +%define releasedate 2011090700 Provides: web_browser Provides: firefox = %{version}-%{release} Provides: firefox = %{mainver} diff -r b7a8ba6b1043 -r d0920a6f14c5 MozillaFirefox/create-tar.sh --- a/MozillaFirefox/create-tar.sh Fri Aug 19 11:39:45 2011 +0200 +++ b/MozillaFirefox/create-tar.sh Sat Sep 10 09:37:44 2011 +0200 @@ -1,8 +1,8 @@ #!/bin/bash BRANCH="releases/mozilla-release" -RELEASE_TAG="FIREFOX_6_0_RELEASE" -VERSION="6.0" +RELEASE_TAG="FIREFOX_6_0_2_RELEASE" +VERSION="6.0.2" # mozilla hg clone http://hg.mozilla.org/$BRANCH mozilla