summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorpanayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 23:32:10 +0000
committerpanayiotis@google.com <panayiotis@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-07 23:32:10 +0000
commitfef3e1b59b2ee7890c718faecc17507e0f12ac03 (patch)
treecfe4411c3c9d0039af262ee52af00ecce2625f71 /webkit
parent27292912f0150e0f570299f4974b87f44fee7d32 (diff)
downloadchromium_src-fef3e1b59b2ee7890c718faecc17507e0f12ac03.zip
chromium_src-fef3e1b59b2ee7890c718faecc17507e0f12ac03.tar.gz
chromium_src-fef3e1b59b2ee7890c718faecc17507e0f12ac03.tar.bz2
Update most secure version for the following plugins:
- Reader 9 to 9.4.0 - Reader 8 to 8.2.5 - Quicktime for Windows to 7.6.8 - Flash 10 to 10.1.85 Relevant advisories: - http://www.adobe.com/support/security/bulletins/apsb10-22.html - http://www.adobe.com/support/security/bulletins/apsb10-21.html - http://support.apple.com/kb/HT4339 Review URL: http://codereview.chromium.org/3631002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/glue/plugins/plugin_group.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/glue/plugins/plugin_group.cc b/webkit/glue/plugins/plugin_group.cc
index baa6b0c..7287c17 100644
--- a/webkit/glue/plugins/plugin_group.cc
+++ b/webkit/glue/plugins/plugin_group.cc
@@ -23,7 +23,7 @@ static const PluginGroupDefinition kGroupDefinitions[] = {
"http://www.apple.com/quicktime/download/" },
{ "java-runtime-environment", "Java", "Java", "", "", "",
"http://support.apple.com/kb/HT1338" },
- { "adobe-flash-player", "Flash", "Shockwave Flash", "", "", "10.1.82",
+ { "adobe-flash-player", "Flash", "Shockwave Flash", "", "", "10.1.85",
"http://get.adobe.com/flashplayer/" },
{ "silverlight-3", "Silverlight 3", "Silverlight", "0", "4", "3.0.50106.0",
"http://www.microsoft.com/getsilverlight/" },
@@ -39,15 +39,15 @@ static const PluginGroupDefinition kGroupDefinitions[] = {
// TODO(panayiotis): We should group "RealJukebox NS Plugin" with the rest of
// the RealPlayer files.
static const PluginGroupDefinition kGroupDefinitions[] = {
- { "apple-quicktime", "Quicktime", "QuickTime Plug-in", "", "", "7.6.7",
+ { "apple-quicktime", "Quicktime", "QuickTime Plug-in", "", "", "7.6.8",
"http://www.apple.com/quicktime/download/" },
{ "java-runtime-environment", "Java 6", "Java", "", "6", "6.0.200",
"http://www.java.com/" },
- { "adobe-reader", "Adobe Reader 9", "Adobe Acrobat", "9", "10", "9.3.3",
+ { "adobe-reader", "Adobe Reader 9", "Adobe Acrobat", "9", "10", "9.4.0",
"http://get.adobe.com/reader/" },
- { "adobe-reader-8", "Adobe Reader 8", "Adobe Acrobat", "0", "9", "8.2.3",
+ { "adobe-reader-8", "Adobe Reader 8", "Adobe Acrobat", "0", "9", "8.2.5",
"http://get.adobe.com/reader/" },
- { "adobe-flash-player", "Flash", "Shockwave Flash", "", "", "10.1.82",
+ { "adobe-flash-player", "Flash", "Shockwave Flash", "", "", "10.1.85",
"http://get.adobe.com/flashplayer/" },
{ "silverlight-3", "Silverlight 3", "Silverlight", "0", "4", "3.0.50106.0",
"http://www.microsoft.com/getsilverlight/" },