summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/suhosin/suhosin.SlackBuild4
-rw-r--r--network/suhosin/suhosin.info8
2 files changed, 5 insertions, 7 deletions
diff --git a/network/suhosin/suhosin.SlackBuild b/network/suhosin/suhosin.SlackBuild
index 2f0bf424f7..094bc1a5fb 100644
--- a/network/suhosin/suhosin.SlackBuild
+++ b/network/suhosin/suhosin.SlackBuild
@@ -11,16 +11,14 @@
# Modified by SlackBuilds.org
PRGNAM=suhosin
-VERSION=${VERSION:-0.9.29}
+VERSION=${VERSION:-0.9.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/network/suhosin/suhosin.info b/network/suhosin/suhosin.info
index bb4fdf4100..b8ca6d7fda 100644
--- a/network/suhosin/suhosin.info
+++ b/network/suhosin/suhosin.info
@@ -1,10 +1,10 @@
PRGNAM="suhosin"
-VERSION="0.9.29"
+VERSION="0.9.31"
HOMEPAGE="http://www.hardened-php.net/suhosin/index.html"
-DOWNLOAD="http://download.suhosin.org/suhosin-0.9.29.tgz"
-MD5SUM="e3c599e7e344e981f935b2dab90592c1"
+DOWNLOAD="http://download.suhosin.org/suhosin-0.9.31.tgz"
+MD5SUM="70df3405806ee62a952510ded002dccd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Menno Duursma"
EMAIL="druiloor@zonnet.nl"
-APPROVED="dsomero"
+APPROVED="Erik Hanson"