summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mario Preksavec2014-11-26 22:51:05 +0100
committer Willy Sudiarto Raharjo2014-11-29 02:13:45 +0100
commit2d0fc9c8cd5edac00fbfa3d91935e41ea4a0606c (patch)
treeb22ff27144aec03a808003cf1db048a753dc596f
parentce3921b5d632247c379b46678c989228fd4db5fe (diff)
downloadslackbuilds-2d0fc9c8cd5edac00fbfa3d91935e41ea4a0606c.tar.gz
network/nagios: Updated for version 4.0.8.
-rw-r--r--network/nagios/nagios.SlackBuild8
-rw-r--r--network/nagios/nagios.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/network/nagios/nagios.SlackBuild b/network/nagios/nagios.SlackBuild
index f47c1f057e..bc9e06ccab 100644
--- a/network/nagios/nagios.SlackBuild
+++ b/network/nagios/nagios.SlackBuild
@@ -12,7 +12,7 @@
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
@@ -25,8 +25,10 @@
# revision date 2013/03/24
+# Modified by Mario Preksavec <mario@slackware.hr>
+
PRGNAM=nagios
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-4.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +82,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/nagios/nagios.info b/network/nagios/nagios.info
index 8e213cbead..89c60da5b8 100644
--- a/network/nagios/nagios.info
+++ b/network/nagios/nagios.info
@@ -1,8 +1,8 @@
PRGNAM="nagios"
-VERSION="3.5.0"
+VERSION="4.0.8"
HOMEPAGE="http://www.nagios.org/"
-DOWNLOAD="http://downloads.sourceforge.net/nagios/nagios-3.5.0.tar.gz"
-MD5SUM="aeef195d2033cc362bf6cb972bcc8f07"
+DOWNLOAD="http://downloads.sourceforge.net/nagios/nagios-4.0.8.tar.gz"
+MD5SUM="4bba4eef427cfb113fb513b6166a6af6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""