diff options
-rw-r--r-- | system/usermin/usermin.SlackBuild | 4 | ||||
-rw-r--r-- | system/usermin/usermin.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/usermin/usermin.SlackBuild b/system/usermin/usermin.SlackBuild index 5a0e88b67fe6..69b95255dde8 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 e90b1105922b..d31bcb73403a 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" |