summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-05-23 06:02:18 +0000
committer Eric Hameleers <alien@slackware.com>2019-05-23 06:02:18 +0000
commit3f075a98b3d5e7d815b7058b169669d425c9b0f3 (patch)
treed0a86904d41c43ea68cff2e85afe6f33113dbbfc
parent7413519a400dbd3d3a948da60037daaad5f4b3d3 (diff)
downloadasb-3f075a98b3d5e7d815b7058b169669d425c9b0f3.tar.gz
asb-3f075a98b3d5e7d815b7058b169669d425c9b0f3.tar.xz
flashplayer-plugin: updated to 32.0.0.192
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 8b061dc5..05bbd3fc 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -255,6 +255,8 @@
# * Updates without addressing vulnerabilities. See APSB19-12.
# 32.0.0.171-1: 25/apr/2019 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB19-19.
+# 32.0.0.192-1: 23/may/2019 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB19-26.
#
# 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 .
@@ -265,7 +267,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"32.0.0.171"}
+VERSION=${VERSION:-"32.0.0.192"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}