summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-01-15 14:38:05 +0000
committer Eric Hameleers <alien@slackware.com>2019-01-15 14:38:05 +0000
commit5af864b09e6971f03f6b15b0cfbecc0d5ac071fa (patch)
tree3624fe8745392bb2faca9423edcd77edfa517ab9
parentfe2989514128e19ebb05c919ab85d338a9a660c6 (diff)
downloadasb-5af864b09e6971f03f6b15b0cfbecc0d5ac071fa.tar.gz
asb-5af864b09e6971f03f6b15b0cfbecc0d5ac071fa.tar.xz
flashplayer-plugin: update to 32.0.0.114
-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 7ef53ee9..b4b8afc8 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, 2017, 2018 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -247,6 +247,8 @@
# * Update fixes critical vulnerabilities. See APSB18-44.
# 32.0.0.101-1: 06/dec/2018 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB18-42.
+# 32.0.0.114-1: 15/jan/2019 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB19-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 .
@@ -257,7 +259,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"32.0.0.101"}
+VERSION=${VERSION:-"32.0.0.114"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}