summaryrefslogtreecommitdiffstats
path: root/system/usermin
diff options
context:
space:
mode:
Diffstat (limited to 'system/usermin')
-rw-r--r--system/usermin/usermin.SlackBuild9
-rw-r--r--system/usermin/usermin.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/system/usermin/usermin.SlackBuild b/system/usermin/usermin.SlackBuild
index 7a1056cef1..89dfe4dcc6 100644
--- a/system/usermin/usermin.SlackBuild
+++ b/system/usermin/usermin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for usermin
-# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,16 +25,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usermin
-VERSION=${VERSION:-1.840}
+VERSION=${VERSION:-2.102}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -117,7 +114,7 @@ find $PKG/etc/usermin -type f -exec sed -i "s:$PKG::g" {} \;
# make it only accessible by localhost
echo 'allow=127.0.0.1' >> $PKG/etc/usermin/miniserv.conf
-CONFIG="postgresql telnet file fetchmail usermount forward schedule language filter theme cron \
+CONFIG="postgresql telnet fetchmail usermount forward schedule language filter theme cron \
ssh proc tunnel spam gnupg plan man commands chfn shell htaccess at mailcap mailbox \
htaccess-htpasswd changepass procmail cshrc mysql quota updown"
for L in $CONFIG
diff --git a/system/usermin/usermin.info b/system/usermin/usermin.info
index 9e5a5e085a..bbafb7e927 100644
--- a/system/usermin/usermin.info
+++ b/system/usermin/usermin.info
@@ -1,8 +1,8 @@
PRGNAM="usermin"
-VERSION="1.840"
-HOMEPAGE="http://webmin.com/usermin.html"
-DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.840/usermin-1.840.tar.gz"
-MD5SUM="94dacd6b164a08b5ea080481f1e94401"
+VERSION="2.102"
+HOMEPAGE="https://webmin.com/usermin.html"
+DOWNLOAD="https://jaist.dl.sourceforge.net/project/webadmin/usermin/2.102/usermin-2.102.tar.gz"
+MD5SUM="f719cd92450a5fe67990eca2d0cca238"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webmin"