diff options
author | Emmanuel N. Millán <emmanueln@gmail.com> | 2017-09-13 22:54:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-16 07:15:06 +0700 |
commit | 3b9c7febb22f015787c93455c0bd86582a7aa979 (patch) | |
tree | f2e543c6697a8ce819dd8fd5775ebe3d7e646c25 | |
parent | b6d6cb425a7d929328f66d2425e4efe88be2cffb (diff) |
network/munge: Updated for version 0.5.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | network/munge/README | 4 | ||||
-rw-r--r-- | network/munge/munge.SlackBuild | 4 | ||||
-rw-r--r-- | network/munge/munge.info | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/network/munge/README b/network/munge/README index c19e6006b0d6..3d3792de7a57 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 a14a585d8954..cb74e1598d64 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 ecfcbab29c71..88653364222b 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="" |