summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-01-08 11:09:37 +0000
committer Eric Hameleers <alien@slackware.com>2018-01-08 11:09:37 +0000
commit6ba09f9bccb7ed3067f234f71284c96709ee9429 (patch)
treefaf39b144b485980d2800f5c4b154289693978e2 /flashplayer-plugin
parent6691bdf1d3f9786f4869a99ba249884cc09677b7 (diff)
downloadasb-6ba09f9bccb7ed3067f234f71284c96709ee9429.tar.gz
asb-6ba09f9bccb7ed3067f234f71284c96709ee9429.tar.xz
flashplayer-plugin: updated to 28.0.0.126
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 2c56af92..d6c98e4e 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 Eric Hameleers, Eindhoven, NL
+# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -221,6 +221,8 @@
# * Update.
# 27.0.0.187-1: 15/nov/2017 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB17-33
+# 28.0.0.126-1: 08/jan/2018 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB17-42.
#
# 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 .
@@ -231,7 +233,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"27.0.0.187"}
+VERSION=${VERSION:-"28.0.0.126"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}