From 64f877f67066bc1ec020589b5172a4b4136d113f Mon Sep 17 00:00:00 2001 From: obache 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-time/Makefile | 13 ++----------- sysutils/wbm-time/PLIST | 18 +++++++++++++++++- sysutils/wbm-time/distinfo | 11 +++++------ sysutils/wbm-time/patches/patch-aa | 6 +++--- sysutils/wbm-time/patches/patch-ab | 19 ------------------- 5 files changed, 27 insertions(+), 40 deletions(-) delete mode 100644 sysutils/wbm-time/patches/patch-ab (limited to 'sysutils/wbm-time') diff --git a/sysutils/wbm-time/Makefile b/sysutils/wbm-time/Makefile index bf3df39c556..333d3786ff2 100644 --- a/sysutils/wbm-time/Makefile +++ b/sysutils/wbm-time/Makefile @@ -1,17 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:43 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/21 05:23:07 obache Exp $ -DISTNAME= time -PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} -PKGREVISION= 1 -DIST_SUBDIR= webmin-modules-${WBM_VERSION} +WBM_NAME= time -# 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 set the system time -BROKEN= "Distfile broken" - .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-time/PLIST b/sysutils/wbm-time/PLIST index d8f098b2aca..86759e751d0 100644 --- a/sysutils/wbm-time/PLIST +++ b/sysutils/wbm-time/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:44:04 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:07 obache Exp $ share/examples/webmin/time/config share/webmin/time/CHANGELOG share/webmin/time/acl_security.pl @@ -21,6 +21,7 @@ share/webmin/time/config.info.es share/webmin/time/config.info.fa share/webmin/time/config.info.fr share/webmin/time/config.info.hu +share/webmin/time/config.info.ja_JP.UTF-8 share/webmin/time/config.info.ja_JP.euc share/webmin/time/config.info.ms share/webmin/time/config.info.pl @@ -31,12 +32,15 @@ share/webmin/time/config.info.sv share/webmin/time/config.info.tr share/webmin/time/config.info.uk_UA share/webmin/time/config.info.zh_CN +share/webmin/time/config.info.zh_CN.UTF-8 share/webmin/time/config.info.zh_TW.Big5 +share/webmin/time/config.info.zh_TW.UTF-8 share/webmin/time/defaultacl share/webmin/time/freebsd-lib.pl share/webmin/time/help/hardware_time.ca.html share/webmin/time/help/hardware_time.de.html share/webmin/time/help/hardware_time.es.html +share/webmin/time/help/hardware_time.fa.html share/webmin/time/help/hardware_time.fr.html share/webmin/time/help/hardware_time.html share/webmin/time/help/hardware_time.hu.html @@ -46,9 +50,11 @@ share/webmin/time/help/hardware_time.ru_SU.html share/webmin/time/help/hardware_time.sk.html share/webmin/time/help/hardware_time.sv.html share/webmin/time/help/hardware_time.zh_TW.Big5.html +share/webmin/time/help/hardware_time.zh_TW.UTF-8.html share/webmin/time/help/index.ca.html share/webmin/time/help/index.de.html share/webmin/time/help/index.es.html +share/webmin/time/help/index.fa.html share/webmin/time/help/index.fr.html share/webmin/time/help/index.html share/webmin/time/help/index.hu.html @@ -58,9 +64,11 @@ share/webmin/time/help/index.ru_SU.html share/webmin/time/help/index.sk.html share/webmin/time/help/index.sv.html share/webmin/time/help/index.zh_TW.Big5.html +share/webmin/time/help/index.zh_TW.UTF-8.html share/webmin/time/help/system_time.ca.html share/webmin/time/help/system_time.de.html share/webmin/time/help/system_time.es.html +share/webmin/time/help/system_time.fa.html share/webmin/time/help/system_time.fr.html share/webmin/time/help/system_time.html share/webmin/time/help/system_time.hu.html @@ -70,9 +78,11 @@ share/webmin/time/help/system_time.ru_SU.html share/webmin/time/help/system_time.sk.html share/webmin/time/help/system_time.sv.html share/webmin/time/help/system_time.zh_TW.Big5.html +share/webmin/time/help/system_time.zh_TW.UTF-8.html share/webmin/time/help/timeserver.ca.html share/webmin/time/help/timeserver.de.html share/webmin/time/help/timeserver.es.html +share/webmin/time/help/timeserver.fa.html share/webmin/time/help/timeserver.fr.html share/webmin/time/help/timeserver.html share/webmin/time/help/timeserver.hu.html @@ -82,6 +92,7 @@ share/webmin/time/help/timeserver.ru_SU.html share/webmin/time/help/timeserver.sk.html share/webmin/time/help/timeserver.sv.html share/webmin/time/help/timeserver.zh_TW.Big5.html +share/webmin/time/help/timeserver.zh_TW.UTF-8.html share/webmin/time/images/icon.gif share/webmin/time/images/smallicon.gif share/webmin/time/index.cgi @@ -93,8 +104,10 @@ share/webmin/time/lang/es share/webmin/time/lang/fa share/webmin/time/lang/fr share/webmin/time/lang/hu +share/webmin/time/lang/ja_JP.UTF-8 share/webmin/time/lang/ja_JP.euc share/webmin/time/lang/ja_JP.jis +share/webmin/time/lang/ko_KR.UTF-8 share/webmin/time/lang/ko_KR.euc share/webmin/time/lang/ms share/webmin/time/lang/pl @@ -105,7 +118,9 @@ share/webmin/time/lang/sv share/webmin/time/lang/tr share/webmin/time/lang/uk_UA share/webmin/time/lang/zh_CN +share/webmin/time/lang/zh_CN.UTF-8 share/webmin/time/lang/zh_TW.Big5 +share/webmin/time/lang/zh_TW.UTF-8 share/webmin/time/linux-lib.pl share/webmin/time/log_parser.pl share/webmin/time/module.info @@ -121,3 +136,4 @@ share/webmin/time/uninstall.pl @dirrm share/webmin/time/help @dirrm share/webmin/time @dirrm share/examples/webmin/time +@dirrm etc/webmin/time diff --git a/sysutils/wbm-time/distinfo b/sysutils/wbm-time/distinfo index e84438ce5b7..4b78a38cfce 100644 --- a/sysutils/wbm-time/distinfo +++ b/sysutils/wbm-time/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.2 2006/05/19 17:14:53 jlam Exp $ +$NetBSD: distinfo,v 1.3 2007/04/21 05:23:07 obache Exp $ -SHA1 (webmin-modules-1.270/time.wbm.gz) = d4b785569fd27a78b5ff9ade348ef8fe1fbca9aa -RMD160 (webmin-modules-1.270/time.wbm.gz) = 73b049052db9b13c865b0d5af8ef7684074f19c6 -Size (webmin-modules-1.270/time.wbm.gz) = 32355 bytes -SHA1 (patch-aa) = 12531637b08992dd84c8f49863b0892b63606eac -SHA1 (patch-ab) = a4d2bdb99969c6a16fc15f8f011be5b2a8199ef1 +SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96 +RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05 +Size (webmin-1.340.tar.gz) = 15851601 bytes +SHA1 (patch-aa) = f8d96032a71758d6360758c400c6c404db750820 diff --git a/sysutils/wbm-time/patches/patch-aa b/sysutils/wbm-time/patches/patch-aa index e055a2b15fe..a8e79958742 100644 --- a/sysutils/wbm-time/patches/patch-aa +++ b/sysutils/wbm-time/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2006/05/16 15:44:04 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2007/04/21 05:23:07 obache Exp $ ---- module.info.orig Tue Apr 4 23:16:16 2006 -+++ module.info +--- time/module.info.orig 2007-04-09 05:00:48.000000000 +0000 ++++ time/module.info @@ -1,7 +1,7 @@ desc_ru_SU=Системное время risk=low medium high diff --git a/sysutils/wbm-time/patches/patch-ab b/sysutils/wbm-time/patches/patch-ab deleted file mode 100644 index c8580ff9dba..00000000000 --- a/sysutils/wbm-time/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2006/05/19 17:14:53 jlam Exp $ - ---- uninstall.pl.orig Tue Apr 4 23:16:15 2006 -+++ uninstall.pl -@@ -5,14 +5,12 @@ require 'time-lib.pl'; - - sub module_uninstall - { --if ($config{'sched_mode'}) { - # Scheduled checking is enabled .. remove the cron job - &foreign_require("cron", "cron-lib.pl"); - $job = &find_cron_job(); - if ($job) { - &cron::delete_cron_job($job); - } -- } - } - - 1; -- cgit v1.2.3