diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/webmin/webmin.SlackBuild | 16 | ||||
-rw-r--r-- | system/webmin/webmin.info | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild index 13392b21d1..e2b32ac5f6 100644 --- a/system/webmin/webmin.SlackBuild +++ b/system/webmin/webmin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Webmin http://www.webmin.com -# Copyright 2006-2010 David Somero (dsomero@hotmail.com) +# Copyright 2006-2014 David Somero (dsomero@hotmail.com) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=webmin -VERSION=${VERSION:-1.660} +VERSION=${VERSION:-1.680} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,18 +53,18 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; rm -f mount/{freebsd,openbsd,macos}-mounts* ( find . -name '*.cgi' ; find . -name '*.pl' ) | perl perlpath.pl /usr/bin/perl - -mkdir -p $PKG/usr/libexec/webmin $PKG/var/log/webmin $PKG/etc/{rc.d,webmin} +mkdir -p $PKG/usr/libexec/webmin $PKG/var/log/webmin \ + $PKG/etc/rc.d $PKG/etc/webmin install -m 0755 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin @@ -105,7 +105,7 @@ rm -rf $PKG/usr/libexec/webmin/acl/Authen-SolarisRBAC-0.1 rm -f $PKG/usr/libexec/webmin/acl/Authen-SolarisRBAC-0.1.tar.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENCE* README ${CWD}/webmin.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENCE* README $CWD/webmin.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION chmod 644 $PKG/usr/doc/$PRGNAM-$VERSION/* diff --git a/system/webmin/webmin.info b/system/webmin/webmin.info index 2db7401854..ff36f62b08 100644 --- a/system/webmin/webmin.info +++ b/system/webmin/webmin.info @@ -1,8 +1,8 @@ PRGNAM="webmin" -VERSION="1.660" +VERSION="1.680" HOMEPAGE="http://www.webmin.com/" -DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.660.tar.gz" -MD5SUM="56a685a665b864470eeb7ce6b97961d8" +DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.680.tar.gz" +MD5SUM="52654bd0fe36e9cace00fa74e49d41d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |