summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-08 15:04:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-12 08:29:36 +0700
commit2c54eabee97c94a81e1a24dc2b9024e66ab6af2d (patch)
tree0777edff4ebbf0a978eb0657d3eb5f084c6646c9
parent229cd7fe27ad6cbf6537a66e765b1c90470ddc13 (diff)
downloadslackbuilds-2c54eabee97c94a81e1a24dc2b9024e66ab6af2d.tar.gz
slackbuilds-2c54eabee97c94a81e1a24dc2b9024e66ab6af2d.tar.xz
system/usermin: Updated for version 2.001.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/usermin/usermin.SlackBuild4
-rw-r--r--system/usermin/usermin.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/usermin/usermin.SlackBuild b/system/usermin/usermin.SlackBuild
index 5a0e88b67f..69b95255dd 100644
--- a/system/usermin/usermin.SlackBuild
+++ b/system/usermin/usermin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=usermin
-VERSION=${VERSION:-1.861}
+VERSION=${VERSION:-2.001}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -114,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 e90b110592..d31bcb7340 100644
--- a/system/usermin/usermin.info
+++ b/system/usermin/usermin.info
@@ -1,8 +1,8 @@
PRGNAM="usermin"
-VERSION="1.861"
+VERSION="2.001"
HOMEPAGE="http://webmin.com/usermin.html"
-DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/1.861/usermin-1.861.tar.gz"
-MD5SUM="62945524b2c99fed6be1b86c7b0f39ac"
+DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/usermin/2.001/usermin-2.001.tar.gz"
+MD5SUM="7364745f68fea057b9d0135ae099e10c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webmin"