summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-03-01 23:24:28 +0000
committer Eric Hameleers <alien@slackware.com>2013-03-01 23:24:28 +0000
commit7552384cc246738225fa5dc3379c54109df206fa (patch)
treed6bde3bbd0818ea41c5fd85d74aa537e292db8a7 /flashplayer-plugin
parent85f289a7c09af1068640c372285d2f513e972a2f (diff)
downloadasb-7552384cc246738225fa5dc3379c54109df206fa.tar.gz
asb-7552384cc246738225fa5dc3379c54109df206fa.tar.xz
Update to 11.2.202.273
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index 92feec3c..9b17792d 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -78,8 +78,12 @@
# * Update.
# 11.2.202.258-1:13/dec/2012 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 11.2.202.261-1:13/dec/2012 by Eric Hameleers <alien@slackware.com>
+# 11.2.202.261-1:12/jan/2013 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB13-01.
+# 11.2.202.270-1:12/feb/2013 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB13-04.
+# 11.2.202.273-1:01/mar/2013 by Eric Hameleers <alien@slackware.com>
+# * Update fixes critical vulnerabilities. See APSB13-08.
#
# 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 .
@@ -90,7 +94,7 @@
# Set initial variables:
PRGNAM=flashplayer-plugin
-VERSION=${VERSION:-"11.2.202.261"}
+VERSION=${VERSION:-"11.2.202.273"}
MAJVER=$(echo $VERSION | cut -d. -f1)
BUILD=${BUILD:-1}
TAG=${TAG:-"alien"}
@@ -104,12 +108,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) export ARCH=i386 ;;
- arm*) export ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
- *) export ARCH=$( uname -m ) ;;
- esac
+ export ARCH=$( uname -m )
fi
case "$ARCH" in
@@ -120,6 +119,7 @@ case "$ARCH" in
i?86)
LIBDIRSUFFIX=""
ARCHBITS="32"
+ export ARCH=i386
;;
*)
echo "Unsupported architecture '$ARCH'"