summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-03-14 15:30:06 +0000
committer Eric Hameleers <alien@slackware.com>2018-03-14 15:30:06 +0000
commit6ee2c75e910692e29c586832b31abda975d923c4 (patch)
treef908265536299d84210c181e0edcc2c4ac094cbb /flashplayer-plugin
parent074dd0ce16579c6207f50355ee9757a9622e61de (diff)
downloadasb-6ee2c75e910692e29c586832b31abda975d923c4.tar.gz
asb-6ee2c75e910692e29c586832b31abda975d923c4.tar.xz
flashplayer-plugin: updated to 29.0.0.113
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 2d3b17f6..59fac084 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -226,7 +226,9 @@
# 28.0.0.137-1: 17/jan/2018 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB18-01.
# 28.0.0.161-1: 17/jan/2018 by Eric Hameleers <alien@slackware.com>
-# * Update fixes critical vulnerabilities.
+# * Update fixes critical vulnerabilities. See APSB18-03.
+# 29.0.0.113-1: 14/mar/2018 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB18-05.
#
# 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 .
@@ -237,7 +239,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"28.0.0.161"}
+VERSION=${VERSION:-"29.0.0.113"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}