summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Thibaut Notteboom2015-04-04 19:47:47 +0200
committer Willy Sudiarto Raharjo2015-04-04 19:47:47 +0200
commita2c5276c484b8101e34f18c03d61f5cc3eea5b6b (patch)
tree87d734930bebbcf5af8d5f7c39dff7a46964a478 /network
parente3f9d91f45d4a0ed5d5071ab6bc123afff0ebc76 (diff)
downloadslackbuilds-a2c5276c484b8101e34f18c03d61f5cc3eea5b6b.tar.gz
network/cacti: Updated for version 0.8.8c + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/cacti/README6
-rw-r--r--network/cacti/cacti.SlackBuild9
-rw-r--r--network/cacti/cacti.info12
3 files changed, 12 insertions, 15 deletions
diff --git a/network/cacti/README b/network/cacti/README
index a027922737..9483927d92 100644
--- a/network/cacti/README
+++ b/network/cacti/README
@@ -18,6 +18,6 @@ Change these at build time if preferred:
PHPUSER=youruser PHPGROUP=yourgroup \
./cacti.SlackBuild
-httpd, php, and mysql (as included in Slackware) must also be configured
-properly and running. Check the included documentation to setup your
-MySQL database and users.
+httpd, php, and mariadb (as included in Slackware) must also be configured
+properly and running. Check the included documentation to setup your
+MariaDB database and users.
diff --git a/network/cacti/cacti.SlackBuild b/network/cacti/cacti.SlackBuild
index 7a4241aa57..f455ea929f 100644
--- a/network/cacti/cacti.SlackBuild
+++ b/network/cacti/cacti.SlackBuild
@@ -4,6 +4,7 @@
# a network graphing solution using rrdtool
# Copyright 2009-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
+# Copyright 2015 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +24,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# revision date 2012/12/28
-
PRGNAM=cacti
-VERSION=${VERSION:-0.8.8a_p1}
+VERSION=${VERSION:-0.8.8c}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -48,7 +47,7 @@ for i in $(echo $DOCROOT | tr "/" " "); do
done
# Current PATCHES (empty if none for now)
-PATCHES="snmpv3_priv_proto_none.patch"
+PATCHES=""
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -67,7 +66,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Apply patches from upstream
patchfound=0
diff --git a/network/cacti/cacti.info b/network/cacti/cacti.info
index f3af7d41bd..e3841f98e0 100644
--- a/network/cacti/cacti.info
+++ b/network/cacti/cacti.info
@@ -1,12 +1,10 @@
PRGNAM="cacti"
-VERSION="0.8.8a_p1"
+VERSION="0.8.8c"
HOMEPAGE="http://www.cacti.net/"
-DOWNLOAD="http://www.cacti.net/downloads/cacti-0.8.8a.tar.gz \
- http://www.cacti.net/downloads/patches/0.8.8a/snmpv3_priv_proto_none.patch"
-MD5SUM="a4da682dab9a88a2e0edb1728bf531ae \
- f5fbee2af1000c8f188b8688dec4ddd8"
+DOWNLOAD="http://www.cacti.net/downloads/cacti-0.8.8c.tar.gz"
+MD5SUM="11e3955c9ea494879967e19aa935e682"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rrdtool"
-MAINTAINER="Niels Horn"
-EMAIL="niels.horn@gmail.com"
+MAINTAINER="Thibaut Notteboom"
+EMAIL="thibaut.notteboom@gmail.com"