From 6d32efac595fd1522cae39cda70f98e8f882a767 Mon Sep 17 00:00:00 2001 From: obache <obache@pkgsrc.org> Date: Sat, 21 Apr 2007 05:22:57 +0000 Subject: Update Webmin to 1.340. pkgsrc chages: use full distfile instead of non version indivisual module files. Version 1.340 (8 April 2007) * Change the default Blue Framed theme to match the style of www.webmin.com, and generally look nicer. * User interface cleanups in various modules (Apache, Backup Config, Webmin Configuration and others), adding tabs to reduce the size of pages and converting code to use ui-lib.pl. * The Perl Modules module can now fetch RPM or Deb packaged modules from YUM or APT, where available. * Added easy fields for sending SMS messages in the System and Server Status module (for US carriers that have email to SMS gateways). * Replace the old HTMLarea widget for HTML editing in the File Manager and Read User Mail modules with Xinha. * Linux quotas are now set with the setquota command, which shows up nicely in the actions log. * Optimizations to speed up getting the hostname and Postfix config settings. * Improved YUM and Redhat Network support in the Software Packages module. * View the detailed change log. Version 1.330 (27 February 2007) * If the underlying OS is upgraded after Webmin is installed, a message is displayed on the main page prompting you to fix it. * Added a feature in the BIND module for updating an IP address in multiple zones at once. * The File Manager now automatic detects HTML files and launches the correct editor. * Improved the LDAP module's support for large databases. * When there are too many tables or databases to display in the MySQL and PostgreSQL modules, a menu for selecting a specific table is shown instead. * Added functions to ui-lib.pl for tabs and hidden table sections. * Added support for comments to the Shorewall module, and improved logging * The Webmin Actions Log module can now rollback selected files changed by an action, rather than all of them. * View the detailed change log. Version 1.320 (21 January 2007) * Added the PHP Configuration module for managing php.ini. * Changed the default theme for new installs to the Blue Framed theme. * Improved handling of large file uploads so that they are no longer read into memory by Webmin webserver. Also added a progress bar window for tracking uploads. * Added checkboxes for deleting multiple objects at once in several modules. * Changed all rows of links (like Select all / Invert selection / Add something) to put | characters between them, to improve readability. * Big improvements in Windows support in various modules and the Webmin core. * Enhanced the System and Server Status module to allow monitoring of all hosts in a Webmin server group. * View the detailed change log. Version 1.310 (28 November 2006) * Big improvements in Ubuntu support, including the Bootup and Shutdown module, mounting filesystems specified with the UUID syntax, and various default module config changes. * Re-designed the Simple Blue theme to use frames. * Added support for IPv6 addresses in modules where the underlying servers allow them. * Supported HFS and FATX filesystems under Linux. * MySQL backups can now be compressed with gzip or bzip2. * Added file locking and logging to the Postfix module, and improved access control features. * Added checkboxes and buttons for mass deletion in the Cron and DHCP modules. * Added access control options for the Info window to the File Manager module, and a feature to allow extraction of ZIP files on the server. * View the detailed change log. Version 1.300 (15 September 2006) * Fixed security holes that allow the source of Webmin programs to be viewed, and allow cross-site-scripting attacks. * XML-RPC clients can now call Webmin API functions. * On systems with no root password, users with sudo access can login to Webmin as root. * Improved support for latest Debian and Fedora releases, including the new IPtables config system in Debian 3.1. * The file manager can now extract tar.bz2 files, store a history of entered paths, and show the total size of a directory. * The Filesystem Backup module can backup and restore TAR and dump files over FTP. * MySQL server variables and connections can be viewed and changes. * Table data can be sorted by clicking on headers in the MySQL and PostgreSQL modules. * Improved support for PostgreSQL 8, including editing tables with no OID field. * Sendmail and Postfix aliases and maps can have a comment associated with each entry. * Squid 2.6 is now supported. * View the detailed change log. Version 1.290 (29 June 2006) * Fixed a security hole that would allow a remote attacker to view any file on the system. * Added the LDAP Client module, for setting up a Linux system to get users and groups from an LDAP server. * Added support for sending email when a group is over quota to the Disk Quotas module. * Several other small fixes for bugs found since 1.280. * View the detailed change log. Version 1.280 (16 June 2006) * Added the Simple Blue theme, a less graphics-heavy design which may eventually become the default. This theme takes advantage of changes in many modules to use highlighting on table rows. * Updated the Apache module to support version 2.2.0. * Updated the various operating-specific NFS server modules to support mass deletion of exports, and to internationalize those that were using hard-coded text strings. * Updated various modules to allow deletion of multiple objects (such as table fields, Samba shares, PostgreSQL grants, Squid ACLs and so on) at once. * Added configuration options to the Read User Mail module for the date format, pager arrow locations, timezone and separate message window mode. * Updated the MySQL module to support views in MySQL version 5. * Enhanced the System and Server Status module to allow the selection of multiple hosts for each monitor, added a monitor type for testing an SQL server, and updated the Network Traffic monitor to support FreeBSD. * Fixed a security hole that allows remote viewing of any file on the system when Webmin is run on a Windows server. * View the detailed change log. --- sysutils/wbm-mount/Makefile | 12 ++---------- sysutils/wbm-mount/PLIST | 31 ++++++++++++++++++++++++++++++- sysutils/wbm-mount/distinfo | 8 ++++---- 3 files changed, 36 insertions(+), 15 deletions(-) (limited to 'sysutils/wbm-mount') diff --git a/sysutils/wbm-mount/Makefile b/sysutils/wbm-mount/Makefile index dba789b227d..51a504405ce 100644 --- a/sysutils/wbm-mount/Makefile +++ b/sysutils/wbm-mount/Makefile @@ -1,16 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:42 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:03 obache Exp $ -DISTNAME= mount -PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} -DIST_SUBDIR= webmin-modules-${WBM_VERSION} +WBM_NAME= mount -# The version is from the module.info file from the extracted distfile. -WBM_VERSION= 1.270 - -HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to mount filesystems -BROKEN= "Distfile broken" - .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-mount/PLIST b/sysutils/wbm-mount/PLIST index 70d6dd4f756..8362949203e 100644 --- a/sysutils/wbm-mount/PLIST +++ b/sysutils/wbm-mount/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:41:56 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:03 obache Exp $ share/examples/webmin/mount/config share/webmin/mount/CHANGELOG share/webmin/mount/acl_security.pl @@ -46,7 +46,9 @@ share/webmin/mount/config.info.sv share/webmin/mount/config.info.tr share/webmin/mount/config.info.uk_UA share/webmin/mount/config.info.zh_CN +share/webmin/mount/config.info.zh_CN.UTF-8 share/webmin/mount/config.info.zh_TW.Big5 +share/webmin/mount/config.info.zh_TW.UTF-8 share/webmin/mount/create_swap.cgi share/webmin/mount/defaultacl share/webmin/mount/edit_mount.cgi @@ -60,6 +62,7 @@ share/webmin/mount/freebsd-mounts-4.c share/webmin/mount/freebsd-mounts-5 share/webmin/mount/freebsd-mounts-5.c share/webmin/mount/help/edit_dir.ca.html +share/webmin/mount/help/edit_dir.fa.html share/webmin/mount/help/edit_dir.fr.html share/webmin/mount/help/edit_dir.html share/webmin/mount/help/help.ca.html @@ -67,64 +70,82 @@ share/webmin/mount/help/help.es.html share/webmin/mount/help/help.html share/webmin/mount/help/help.sv.html share/webmin/mount/help/help.zh_TW.Big5.html +share/webmin/mount/help/help.zh_TW.UTF-8.html share/webmin/mount/help/linux_auth.ca.html share/webmin/mount/help/linux_auth.fr.html share/webmin/mount/help/linux_auth.html share/webmin/mount/help/linux_bg.ca.html +share/webmin/mount/help/linux_bg.fa.html share/webmin/mount/help/linux_bg.fr.html share/webmin/mount/help/linux_bg.html share/webmin/mount/help/linux_intr.ca.html share/webmin/mount/help/linux_intr.fr.html share/webmin/mount/help/linux_intr.html share/webmin/mount/help/linux_nodev.ca.html +share/webmin/mount/help/linux_nodev.fa.html share/webmin/mount/help/linux_nodev.fr.html share/webmin/mount/help/linux_nodev.html share/webmin/mount/help/linux_noexec.ca.html +share/webmin/mount/help/linux_noexec.fa.html share/webmin/mount/help/linux_noexec.fr.html share/webmin/mount/help/linux_noexec.html share/webmin/mount/help/linux_nosuid.ca.html +share/webmin/mount/help/linux_nosuid.fa.html share/webmin/mount/help/linux_nosuid.fr.html share/webmin/mount/help/linux_nosuid.html share/webmin/mount/help/linux_port.ca.html +share/webmin/mount/help/linux_port.fa.html share/webmin/mount/help/linux_port.fr.html share/webmin/mount/help/linux_port.html share/webmin/mount/help/linux_retrans.ca.html +share/webmin/mount/help/linux_retrans.fa.html share/webmin/mount/help/linux_retrans.fr.html share/webmin/mount/help/linux_retrans.html share/webmin/mount/help/linux_ro.ca.html +share/webmin/mount/help/linux_ro.fa.html share/webmin/mount/help/linux_ro.fr.html share/webmin/mount/help/linux_ro.html share/webmin/mount/help/linux_rsize.ca.html share/webmin/mount/help/linux_rsize.fr.html share/webmin/mount/help/linux_rsize.html share/webmin/mount/help/linux_sec.ca.html +share/webmin/mount/help/linux_sec.fa.html share/webmin/mount/help/linux_sec.fr.html share/webmin/mount/help/linux_sec.html share/webmin/mount/help/linux_soft.ca.html +share/webmin/mount/help/linux_soft.fa.html share/webmin/mount/help/linux_soft.fr.html share/webmin/mount/help/linux_soft.html share/webmin/mount/help/linux_sync.ca.html +share/webmin/mount/help/linux_sync.fa.html share/webmin/mount/help/linux_sync.fr.html share/webmin/mount/help/linux_sync.html share/webmin/mount/help/linux_timeo.ca.html +share/webmin/mount/help/linux_timeo.fa.html share/webmin/mount/help/linux_timeo.fr.html share/webmin/mount/help/linux_timeo.html share/webmin/mount/help/linux_transfert.ca.html +share/webmin/mount/help/linux_transfert.fa.html share/webmin/mount/help/linux_transfert.fr.html share/webmin/mount/help/linux_transfert.html share/webmin/mount/help/linux_user.ca.html +share/webmin/mount/help/linux_user.fa.html share/webmin/mount/help/linux_user.fr.html share/webmin/mount/help/linux_user.html share/webmin/mount/help/linux_vers.ca.html +share/webmin/mount/help/linux_vers.fa.html share/webmin/mount/help/linux_vers.fr.html share/webmin/mount/help/linux_vers.html share/webmin/mount/help/linux_wsize.ca.html +share/webmin/mount/help/linux_wsize.fa.html share/webmin/mount/help/linux_wsize.fr.html share/webmin/mount/help/linux_wsize.html share/webmin/mount/help/nfsdir.ca.html +share/webmin/mount/help/nfsdir.fa.html share/webmin/mount/help/nfsdir.fr.html share/webmin/mount/help/nfsdir.html share/webmin/mount/help/nfshost.ca.html +share/webmin/mount/help/nfshost.fa.html share/webmin/mount/help/nfshost.fr.html share/webmin/mount/help/nfshost.html share/webmin/mount/hpux-lib.pl @@ -166,7 +187,9 @@ share/webmin/mount/lang/fa share/webmin/mount/lang/fr share/webmin/mount/lang/hu share/webmin/mount/lang/it +share/webmin/mount/lang/ja_JP.UTF-8 share/webmin/mount/lang/ja_JP.euc +share/webmin/mount/lang/ko_KR.UTF-8 share/webmin/mount/lang/ko_KR.euc share/webmin/mount/lang/pl share/webmin/mount/lang/ru_RU @@ -175,12 +198,16 @@ share/webmin/mount/lang/sv share/webmin/mount/lang/tr share/webmin/mount/lang/uk_UA share/webmin/mount/lang/zh_CN +share/webmin/mount/lang/zh_CN.UTF-8 share/webmin/mount/lang/zh_TW.Big5 +share/webmin/mount/lang/zh_TW.UTF-8 share/webmin/mount/linux-lib.pl share/webmin/mount/log_parser.pl share/webmin/mount/low.skill share/webmin/mount/macos-lib.pl share/webmin/mount/macos-mounts +share/webmin/mount/macos-mounts-intel +share/webmin/mount/macos-mounts-intel.c share/webmin/mount/macos-mounts.c share/webmin/mount/medium.skill share/webmin/mount/module.info @@ -197,6 +224,7 @@ share/webmin/mount/openbsd-mounts-2 share/webmin/mount/openbsd-mounts-2.c share/webmin/mount/openbsd-mounts-3 share/webmin/mount/openbsd-mounts-3.c +share/webmin/mount/openbsd-mounts-4.c share/webmin/mount/osf1-lib.pl share/webmin/mount/rbac-mapping share/webmin/mount/save_mount.cgi @@ -210,3 +238,4 @@ share/webmin/mount/unmount.cgi @dirrm share/webmin/mount/help @dirrm share/webmin/mount @dirrm share/examples/webmin/mount +@dirrm etc/webmin/mount diff --git a/sysutils/wbm-mount/distinfo b/sysutils/wbm-mount/distinfo index 1420d033308..9658a5b2861 100644 --- a/sysutils/wbm-mount/distinfo +++ b/sysutils/wbm-mount/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:41:56 jlam Exp $ +$NetBSD: distinfo,v 1.2 2007/04/21 05:23:03 obache Exp $ -SHA1 (webmin-modules-1.270/mount.wbm.gz) = 46b025609832fd4324a05e45cbd4a5233c9db79c -RMD160 (webmin-modules-1.270/mount.wbm.gz) = 5e3c9d25281939bed2f29dd93e538df8c55e23d6 -Size (webmin-modules-1.270/mount.wbm.gz) = 273576 bytes +SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96 +RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05 +Size (webmin-1.340.tar.gz) = 15851601 bytes -- cgit v1.2.3