summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Emmanuel N. Millán2017-09-13 23:54:28 +0200
committer Willy Sudiarto Raharjo2017-09-16 02:15:06 +0200
commit3b9c7febb22f015787c93455c0bd86582a7aa979 (patch)
treef2e543c6697a8ce819dd8fd5775ebe3d7e646c25
parentb6d6cb425a7d929328f66d2425e4efe88be2cffb (diff)
downloadslackbuilds-3b9c7febb22f015787c93455c0bd86582a7aa979.tar.gz
network/munge: Updated for version 0.5.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/munge/README4
-rw-r--r--network/munge/munge.SlackBuild4
-rw-r--r--network/munge/munge.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/network/munge/README b/network/munge/README
index c19e6006b0..3d3792de7a 100644
--- a/network/munge/README
+++ b/network/munge/README
@@ -11,8 +11,8 @@ by a shared cryptographic key. Clients within this security realm can
create and validate credentials without the use of root privileges,
reserved ports, or platform-specific methods.
-On most platforms, the munged daemon does not require root privileges to run.
-If possible, you should run the daemon as a non-privileged user.
+On most platforms, the munged daemon does not require root privileges to run.
+If possible, you should run the daemon as a non-privileged user.
This can be specified in the init script /etc/rc.d/rc.munge.
# groupadd -g 310 munge
diff --git a/network/munge/munge.SlackBuild b/network/munge/munge.SlackBuild
index a14a585d89..cb74e1598d 100644
--- a/network/munge/munge.SlackBuild
+++ b/network/munge/munge.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=munge
-VERSION=${VERSION:-0.5.11}
+VERSION=${VERSION:-0.5.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/network/munge/munge.info b/network/munge/munge.info
index ecfcbab29c..8865336422 100644
--- a/network/munge/munge.info
+++ b/network/munge/munge.info
@@ -1,8 +1,8 @@
PRGNAM="munge"
-VERSION="0.5.11"
+VERSION="0.5.12"
HOMEPAGE="https://dun.github.io/munge/"
-DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.11/munge-0.5.11.tar.bz2"
-MD5SUM="bd8fca8d5f4c1fcbef1816482d49ee01"
+DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.12/munge-0.5.12.tar.xz"
+MD5SUM="84ffef069af93caea4b4c06f183b99c0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""