diff options
author | obache <obache> | 2007-04-21 05:22:57 +0000 |
---|---|---|
committer | obache <obache> | 2007-04-21 05:22:57 +0000 |
commit | e4d66464a8ecdb9a833ad9d7266fb8dc485ad0fe (patch) | |
tree | f71a72257a97ae51e45125cc3b48da8d47215e16 /sysutils/wbm-postgresql | |
parent | 1eaef57666165b096685346ef94708ef092f9536 (diff) | |
download | pkgsrc-e4d66464a8ecdb9a833ad9d7266fb8dc485ad0fe.tar.gz |
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.
Diffstat (limited to 'sysutils/wbm-postgresql')
-rw-r--r-- | sysutils/wbm-postgresql/Makefile | 12 | ||||
-rw-r--r-- | sysutils/wbm-postgresql/PLIST | 36 | ||||
-rw-r--r-- | sysutils/wbm-postgresql/distinfo | 8 |
3 files changed, 40 insertions, 16 deletions
diff --git a/sysutils/wbm-postgresql/Makefile b/sysutils/wbm-postgresql/Makefile index 9010e910e34..3c57d9ee58d 100644 --- a/sysutils/wbm-postgresql/Makefile +++ b/sysutils/wbm-postgresql/Makefile @@ -1,16 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:43 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/04/21 05:23:04 obache Exp $ -DISTNAME= postgresql -PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} -DIST_SUBDIR= webmin-modules-${WBM_VERSION} +WBM_NAME= postgresql -# 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 for managing PostgreSQL databases -BROKEN= "Distfile broken" - .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-postgresql/PLIST b/sysutils/wbm-postgresql/PLIST index f83c988ac18..4621a8eb3e2 100644 --- a/sysutils/wbm-postgresql/PLIST +++ b/sysutils/wbm-postgresql/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 04:16:32 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:04 obache Exp $ share/examples/webmin/postgresql/config share/webmin/postgresql/CHANGELOG share/webmin/postgresql/acl_security.pl @@ -14,7 +14,7 @@ share/webmin/postgresql/config-freebsd share/webmin/postgresql/config-gentoo-linux share/webmin/postgresql/config-mandrake-linux share/webmin/postgresql/config-msc-linux -share/webmin/postgresql/config-netbsd +share/webmin/postgresql/config-${LOWER_OPSYS} share/webmin/postgresql/config-redhat-linux share/webmin/postgresql/config-redhat-linux-10.0-* share/webmin/postgresql/config-redhat-linux-7.0-7.2 @@ -27,23 +27,30 @@ share/webmin/postgresql/config-suse-linux-7.1-9.0 share/webmin/postgresql/config-suse-linux-9.1-* share/webmin/postgresql/config-trustix-linux share/webmin/postgresql/config-united-linux +share/webmin/postgresql/config-windows share/webmin/postgresql/config.info share/webmin/postgresql/config.info.ca share/webmin/postgresql/config.info.de share/webmin/postgresql/config.info.es share/webmin/postgresql/config.info.fr +share/webmin/postgresql/config.info.ja_JP.UTF-8 share/webmin/postgresql/config.info.ja_JP.euc share/webmin/postgresql/config.info.pl share/webmin/postgresql/config.info.ru_RU share/webmin/postgresql/config.info.ru_SU share/webmin/postgresql/config.info.sv +share/webmin/postgresql/config.info.tr share/webmin/postgresql/config.info.uk_UA share/webmin/postgresql/config.info.zh_CN +share/webmin/postgresql/config.info.zh_CN.UTF-8 share/webmin/postgresql/config.info.zh_TW.Big5 +share/webmin/postgresql/config.info.zh_TW.UTF-8 +share/webmin/postgresql/cpan_modules.pl share/webmin/postgresql/create_table.cgi share/webmin/postgresql/csv.cgi share/webmin/postgresql/csv_form.cgi share/webmin/postgresql/defaultacl +share/webmin/postgresql/delete_grants.cgi share/webmin/postgresql/delete_groups.cgi share/webmin/postgresql/delete_hosts.cgi share/webmin/postgresql/delete_users.cgi @@ -67,12 +74,14 @@ share/webmin/postgresql/edit_view.cgi share/webmin/postgresql/exec.cgi share/webmin/postgresql/exec_file.cgi share/webmin/postgresql/exec_form.cgi +share/webmin/postgresql/help/backup_form.ca.html share/webmin/postgresql/help/backup_form.html share/webmin/postgresql/help/create_field.ca.html share/webmin/postgresql/help/create_field.es.html share/webmin/postgresql/help/create_field.html share/webmin/postgresql/help/create_field.hu.html share/webmin/postgresql/help/create_field.it.html +share/webmin/postgresql/help/create_field.ja_JP.UTF-8.html share/webmin/postgresql/help/create_field.ja_JP.euc.html share/webmin/postgresql/help/create_field.pl.html share/webmin/postgresql/help/csv.ca.html @@ -85,6 +94,7 @@ share/webmin/postgresql/help/edit_dbase.es.html share/webmin/postgresql/help/edit_dbase.html share/webmin/postgresql/help/edit_dbase.hu.html share/webmin/postgresql/help/edit_dbase.it.html +share/webmin/postgresql/help/edit_dbase.ja_JP.UTF-8.html share/webmin/postgresql/help/edit_dbase.ja_JP.euc.html share/webmin/postgresql/help/edit_dbase.pl.html share/webmin/postgresql/help/edit_field.ca.html @@ -92,6 +102,7 @@ share/webmin/postgresql/help/edit_field.es.html share/webmin/postgresql/help/edit_field.html share/webmin/postgresql/help/edit_field.hu.html share/webmin/postgresql/help/edit_field.it.html +share/webmin/postgresql/help/edit_field.ja_JP.UTF-8.html share/webmin/postgresql/help/edit_field.ja_JP.euc.html share/webmin/postgresql/help/edit_field.pl.html share/webmin/postgresql/help/edit_table.ca.html @@ -99,6 +110,7 @@ share/webmin/postgresql/help/edit_table.es.html share/webmin/postgresql/help/edit_table.html share/webmin/postgresql/help/edit_table.hu.html share/webmin/postgresql/help/edit_table.it.html +share/webmin/postgresql/help/edit_table.ja_JP.UTF-8.html share/webmin/postgresql/help/edit_table.ja_JP.euc.html share/webmin/postgresql/help/edit_table.pl.html share/webmin/postgresql/help/exec_form.ca.html @@ -106,6 +118,7 @@ share/webmin/postgresql/help/exec_form.es.html share/webmin/postgresql/help/exec_form.html share/webmin/postgresql/help/exec_form.hu.html share/webmin/postgresql/help/exec_form.it.html +share/webmin/postgresql/help/exec_form.ja_JP.UTF-8.html share/webmin/postgresql/help/exec_form.ja_JP.euc.html share/webmin/postgresql/help/exec_form.pl.html share/webmin/postgresql/help/intro.ca.html @@ -113,6 +126,7 @@ share/webmin/postgresql/help/intro.es.html share/webmin/postgresql/help/intro.html share/webmin/postgresql/help/intro.hu.html share/webmin/postgresql/help/intro.it.html +share/webmin/postgresql/help/intro.ja_JP.UTF-8.html share/webmin/postgresql/help/intro.ja_JP.euc.html share/webmin/postgresql/help/intro.pl.html share/webmin/postgresql/help/list_grants.ca.html @@ -120,6 +134,7 @@ share/webmin/postgresql/help/list_grants.es.html share/webmin/postgresql/help/list_grants.html share/webmin/postgresql/help/list_grants.hu.html share/webmin/postgresql/help/list_grants.it.html +share/webmin/postgresql/help/list_grants.ja_JP.UTF-8.html share/webmin/postgresql/help/list_grants.ja_JP.euc.html share/webmin/postgresql/help/list_grants.pl.html share/webmin/postgresql/help/list_groups.ca.html @@ -127,6 +142,7 @@ share/webmin/postgresql/help/list_groups.es.html share/webmin/postgresql/help/list_groups.html share/webmin/postgresql/help/list_groups.hu.html share/webmin/postgresql/help/list_groups.it.html +share/webmin/postgresql/help/list_groups.ja_JP.UTF-8.html share/webmin/postgresql/help/list_groups.ja_JP.euc.html share/webmin/postgresql/help/list_groups.pl.html share/webmin/postgresql/help/list_hosts.ca.html @@ -134,6 +150,7 @@ share/webmin/postgresql/help/list_hosts.es.html share/webmin/postgresql/help/list_hosts.html share/webmin/postgresql/help/list_hosts.hu.html share/webmin/postgresql/help/list_hosts.it.html +share/webmin/postgresql/help/list_hosts.ja_JP.UTF-8.html share/webmin/postgresql/help/list_hosts.ja_JP.euc.html share/webmin/postgresql/help/list_hosts.pl.html share/webmin/postgresql/help/list_users.ca.html @@ -141,6 +158,7 @@ share/webmin/postgresql/help/list_users.es.html share/webmin/postgresql/help/list_users.html share/webmin/postgresql/help/list_users.hu.html share/webmin/postgresql/help/list_users.it.html +share/webmin/postgresql/help/list_users.ja_JP.UTF-8.html share/webmin/postgresql/help/list_users.ja_JP.euc.html share/webmin/postgresql/help/list_users.pl.html share/webmin/postgresql/help/newdb_form.ca.html @@ -148,6 +166,7 @@ share/webmin/postgresql/help/newdb_form.es.html share/webmin/postgresql/help/newdb_form.html share/webmin/postgresql/help/newdb_form.hu.html share/webmin/postgresql/help/newdb_form.it.html +share/webmin/postgresql/help/newdb_form.ja_JP.UTF-8.html share/webmin/postgresql/help/newdb_form.ja_JP.euc.html share/webmin/postgresql/help/newdb_form.pl.html share/webmin/postgresql/help/table_form.ca.html @@ -155,6 +174,7 @@ share/webmin/postgresql/help/table_form.es.html share/webmin/postgresql/help/table_form.html share/webmin/postgresql/help/table_form.hu.html share/webmin/postgresql/help/table_form.it.html +share/webmin/postgresql/help/table_form.ja_JP.UTF-8.html share/webmin/postgresql/help/table_form.ja_JP.euc.html share/webmin/postgresql/help/table_form.pl.html share/webmin/postgresql/help/view_table.ca.html @@ -162,6 +182,7 @@ share/webmin/postgresql/help/view_table.es.html share/webmin/postgresql/help/view_table.html share/webmin/postgresql/help/view_table.hu.html share/webmin/postgresql/help/view_table.it.html +share/webmin/postgresql/help/view_table.ja_JP.UTF-8.html share/webmin/postgresql/help/view_table.ja_JP.euc.html share/webmin/postgresql/help/view_table.pl.html share/webmin/postgresql/images/Thumbs.db @@ -190,15 +211,20 @@ share/webmin/postgresql/lang/es share/webmin/postgresql/lang/fr share/webmin/postgresql/lang/hu share/webmin/postgresql/lang/it +share/webmin/postgresql/lang/ja_JP.UTF-8 share/webmin/postgresql/lang/ja_JP.euc +share/webmin/postgresql/lang/ko_KR.UTF-8 share/webmin/postgresql/lang/ko_KR.euc share/webmin/postgresql/lang/pl +share/webmin/postgresql/lang/pt share/webmin/postgresql/lang/ru_RU share/webmin/postgresql/lang/ru_SU share/webmin/postgresql/lang/sv share/webmin/postgresql/lang/uk_UA share/webmin/postgresql/lang/zh_CN +share/webmin/postgresql/lang/zh_CN.UTF-8 share/webmin/postgresql/lang/zh_TW.Big5 +share/webmin/postgresql/lang/zh_TW.UTF-8 share/webmin/postgresql/list_grants.cgi share/webmin/postgresql/list_groups.cgi share/webmin/postgresql/list_hosts.cgi @@ -209,6 +235,9 @@ share/webmin/postgresql/login.cgi share/webmin/postgresql/module.info share/webmin/postgresql/newdb.cgi share/webmin/postgresql/newdb_form.cgi +share/webmin/postgresql/old/download.cgi +share/webmin/postgresql/old/search_form.cgi +share/webmin/postgresql/old/view_table.cgi share/webmin/postgresql/postgresql-lib.pl share/webmin/postgresql/restore.cgi share/webmin/postgresql/restore_form.cgi @@ -228,9 +257,12 @@ share/webmin/postgresql/stop.cgi share/webmin/postgresql/table_form.cgi share/webmin/postgresql/up.cgi share/webmin/postgresql/useradmin_update.pl +share/webmin/postgresql/view-lib.pl share/webmin/postgresql/view_table.cgi +@dirrm share/webmin/postgresql/old @dirrm share/webmin/postgresql/lang @dirrm share/webmin/postgresql/images @dirrm share/webmin/postgresql/help @dirrm share/webmin/postgresql @dirrm share/examples/webmin/postgresql +@dirrm etc/webmin/postgresql diff --git a/sysutils/wbm-postgresql/distinfo b/sysutils/wbm-postgresql/distinfo index cd2315359aa..703792e030c 100644 --- a/sysutils/wbm-postgresql/distinfo +++ b/sysutils/wbm-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/05/16 04:16:32 jlam Exp $ +$NetBSD: distinfo,v 1.2 2007/04/21 05:23:04 obache Exp $ -SHA1 (webmin-modules-1.270/postgresql.wbm.gz) = 371e22497ade84594d2b7db7493729879f9ee809 -RMD160 (webmin-modules-1.270/postgresql.wbm.gz) = e47e366dc467c841086c21819056f214d6027b7a -Size (webmin-modules-1.270/postgresql.wbm.gz) = 154041 bytes +SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96 +RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05 +Size (webmin-1.340.tar.gz) = 15851601 bytes |