diff options
author | jlam <jlam> | 2005-01-23 04:36:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-01-23 04:36:27 +0000 |
commit | 7e340b359e88af46ceeed52a4ff927910c9bbeb4 (patch) | |
tree | a518a330688cfdb3a1c6cd3b7081066ffea158b9 /sysutils/webmin/Makefile | |
parent | edbb1ed52f34f7af6df58ff6a8b8faea637c38c5 (diff) | |
download | pkgsrc-7e340b359e88af46ceeed52a4ff927910c9bbeb4.tar.gz |
Update sysutils/webmin to webmin-1.170. Changes from version 1.150
include:
* Added the new Bandwidth Monitoring module, for generating simple
reports of network traffic by port, time and host on Linux systems.
* Added the Cluster Copy module, for copying files to multiple servers
either on schedule or manually.
* Added the Backup Configuration Files module, for backing up and
restoring config files known to Webmin.
* Several improvements to the Linux firewall module, including pre-
and post commands, cluster support and the ability to reset the
firewall configuration.
* Support for selecting specific MySQL and PostgreSQL tables to back
up, and improved searching in the MySQL module.
* Automatic email notification for users approaching their disk quotas.
* The timezone can now be set in the System Time module on Linux,
Solaris and FreeBSD.
* Added the new Sarg Squid access reporting module. Thanks to Omar
Armas for sponsoring its development.
* Added support for NFSv4 to the Disk and Network Filesystems module.
* In the MySQL and PostgreSQL modules, all databases can now be backed
up at once, either manually or on a configured schedule.
* Added the ability to delete multiple users at once to the Users and
Groups module.
* Added support for MD5 encryption for Webmin passwords, to avoid the
8-character effective password length limit.
* The BIND module can now create and edit delegation-only zones.
* When PAM is used for Unix authentication, expired passwords are now
detected and the user is prompted to select a new password (if this
feature is enabled on the Webmin Configuration module).
Diffstat (limited to 'sysutils/webmin/Makefile')
-rw-r--r-- | sysutils/webmin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index f7cc890ea37..9cdb092bb5a 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/12/28 02:47:50 reed Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/23 04:36:27 jlam Exp $ -DISTNAME= webmin-1.150-minimal +DISTNAME= webmin-1.170-minimal PKGNAME= ${DISTNAME:S/-minimal$//} -PKGREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=webadmin/} |