network/munge: Updated for version 0.5.14.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Emmanuel N. Millan 2021-03-19 00:29:51 +00:00 committed by Willy Sudiarto Raharjo
parent aef786017d
commit 74f0fa68e0
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 10 additions and 10 deletions

View File

@ -11,14 +11,14 @@ 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
# useradd -u 310 -d /var/lib/munge -s /bin/false -g munge munge
After installation a secret key file needs to be created. Follow instructions
from:
After installation a secret key file needs to be created. Follow
instructions from:
https://github.com/dun/munge/wiki/Installation-Guide#creating-a-secret-key

View File

@ -2,7 +2,7 @@
# Slackware build script for Munge
# Copyright 2015 Emmanuel N. Millan, Mendoza, Argentina.
# Copyright 2015-2021 Emmanuel N. Millan, Mendoza, Argentina.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,12 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=munge
VERSION=${VERSION:-0.5.13}
VERSION=${VERSION:-0.5.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DOCS="AUTHORS COPYING COPYING.LESSER DISCLAIMER.LLNS DISCLAIMER.UC \
HISTORY INSTALL JARGON META NEWS PLATFORMS QUICKSTART README README.MULTILIB"
HISTORY INSTALL JARGON KEYS NEWS PLATFORMS QUICKSTART README README.MULTILIB THANKS"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in

View File

@ -1,8 +1,8 @@
PRGNAM="munge"
VERSION="0.5.13"
VERSION="0.5.14"
HOMEPAGE="https://dun.github.io/munge/"
DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.13/munge-0.5.13.tar.xz"
MD5SUM="9204f34aac7f0cc50880196f4a8f5f33"
DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.14/munge-0.5.14.tar.xz"
MD5SUM="e81db7faf729611e23d0552334dfc212"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""