summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-01-12 14:08:54 +0000
committer Eric Hameleers <alien@slackware.com>2013-01-12 14:08:54 +0000
commitabd866fdd2c9ae3e5c6097cb06545381cdc69f96 (patch)
tree78887d655a36f023fa3bab5147ab24a5192ce714 /flashplayer-plugin
parentd179926352dc1f82769309ae4b44ef38eb1847f8 (diff)
downloadasb-abd866fdd2c9ae3e5c6097cb06545381cdc69f96.tar.gz
asb-abd866fdd2c9ae3e5c6097cb06545381cdc69f96.tar.xz
Update to 11.2.202.261, see http://www.adobe.com/support/security/bulletins/apsb13-01.html
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index ee5c0e80..92feec3c 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2008, 2009, 2010, 2011, 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -78,6 +78,8 @@
# * Update.
# 11.2.202.258-1:13/dec/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 11.2.202.261-1:13/dec/2012 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB13-01.
#
# Run 'sh flashplayer-plugin.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -88,7 +90,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"11.2.202.258"}
+VERSION=${VERSION:-"11.2.202.261"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}