summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-10 21:12:45 +0000
committer Eric Hameleers <alien@slackware.com>2017-01-10 21:12:45 +0000
commit3647a2ba50c03a4777246c3e5d031ca44bfa81f7 (patch)
treedcfb34695d4cdc834eabfcc6ee57d1ce0562b834 /flashplayer-plugin
parent61fe40bfba9b75ec8cf6e228baa120cf1cfa52c4 (diff)
downloadasb-3647a2ba50c03a4777246c3e5d031ca44bfa81f7.tar.gz
asb-3647a2ba50c03a4777246c3e5d031ca44bfa81f7.tar.xz
flashplayer-plugin: updated to 24.0.0.194
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 1d9f4be7..943501f5 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, 2013, 2014, 2015, 2016 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -193,6 +193,8 @@
# are again the same.
# 24.0.0.186-2: 14/dec/2016 by Eric Hameleers <alien@slackware.com>
# * Move license.pdf from the rootdir into the docdir.
+# 24.0.0.194-1: 10/jan/2017 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB17-02
#
# 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 .
@@ -203,9 +205,9 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"24.0.0.186"}
+VERSION=${VERSION:-"24.0.0.194"}
MAJVER=$(echo $VERSION | cut -d. -f1)
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}
# Where do we look for sources?