summaryrefslogtreecommitdiff
path: root/sysutils/wbm-sshd
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-04-21 05:22:57 +0000
committerobache <obache@pkgsrc.org>2007-04-21 05:22:57 +0000
commit64f877f67066bc1ec020589b5172a4b4136d113f (patch)
treef71a72257a97ae51e45125cc3b48da8d47215e16 /sysutils/wbm-sshd
parent53f33666cf17fd79ed08bfc0bc8c2fede406d799 (diff)
downloadpkgsrc-64f877f67066bc1ec020589b5172a4b4136d113f.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-sshd')
-rw-r--r--sysutils/wbm-sshd/Makefile12
-rw-r--r--sysutils/wbm-sshd/PLIST17
-rw-r--r--sysutils/wbm-sshd/distinfo8
3 files changed, 22 insertions, 15 deletions
diff --git a/sysutils/wbm-sshd/Makefile b/sysutils/wbm-sshd/Makefile
index e0bf7ad8f42..bfe288a6506 100644
--- a/sysutils/wbm-sshd/Makefile
+++ b/sysutils/wbm-sshd/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:05 obache Exp $
-DISTNAME= sshd
-PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
-DIST_SUBDIR= webmin-modules-${WBM_VERSION}
+WBM_NAME= sshd
-# 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 setup the Secure Shell server
-BROKEN= "Distfile broken"
-
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/wbm-sshd/PLIST b/sysutils/wbm-sshd/PLIST
index 565dd043860..eacfcbcb4ad 100644
--- a/sysutils/wbm-sshd/PLIST
+++ b/sysutils/wbm-sshd/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:43:00 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/04/21 05:23:05 obache Exp $
share/examples/webmin/sshd/config
share/webmin/sshd/CHANGELOG
share/webmin/sshd/apply.cgi
@@ -20,16 +20,19 @@ share/webmin/sshd/config-suse-linux-8.2-*
share/webmin/sshd/config-trustix-linux
share/webmin/sshd/config-turbo-linux-7.0
share/webmin/sshd/config-united-linux
+share/webmin/sshd/config-windows
share/webmin/sshd/config.info
share/webmin/sshd/config.info.ca
share/webmin/sshd/config.info.de
share/webmin/sshd/config.info.es
share/webmin/sshd/config.info.fa
share/webmin/sshd/config.info.fr
+share/webmin/sshd/config.info.ja_JP.UTF-8
share/webmin/sshd/config.info.ja_JP.euc
share/webmin/sshd/config.info.pl
share/webmin/sshd/config.info.ru_RU
share/webmin/sshd/config.info.ru_SU
+share/webmin/sshd/config.info.sk
share/webmin/sshd/config.info.uk_UA
share/webmin/sshd/edit_access.cgi
share/webmin/sshd/edit_host.cgi
@@ -40,26 +43,31 @@ share/webmin/sshd/edit_sync.cgi
share/webmin/sshd/edit_users.cgi
share/webmin/sshd/help/access.ca.html
share/webmin/sshd/help/access.es.html
+share/webmin/sshd/help/access.fa.html
share/webmin/sshd/help/access.html
share/webmin/sshd/help/access.hu.html
share/webmin/sshd/help/access.pl.html
share/webmin/sshd/help/chost.ca.html
share/webmin/sshd/help/chost.es.html
+share/webmin/sshd/help/chost.fa.html
share/webmin/sshd/help/chost.html
share/webmin/sshd/help/chost.hu.html
share/webmin/sshd/help/chost.pl.html
share/webmin/sshd/help/ehost.ca.html
share/webmin/sshd/help/ehost.es.html
+share/webmin/sshd/help/ehost.fa.html
share/webmin/sshd/help/ehost.html
share/webmin/sshd/help/ehost.hu.html
share/webmin/sshd/help/ehost.pl.html
share/webmin/sshd/help/host.ca.html
share/webmin/sshd/help/host.es.html
+share/webmin/sshd/help/host.fa.html
share/webmin/sshd/help/host.html
share/webmin/sshd/help/host.hu.html
share/webmin/sshd/help/host.pl.html
share/webmin/sshd/help/hosts.ca.html
share/webmin/sshd/help/hosts.es.html
+share/webmin/sshd/help/hosts.fa.html
share/webmin/sshd/help/hosts.html
share/webmin/sshd/help/hosts.hu.html
share/webmin/sshd/help/hosts.pl.html
@@ -70,16 +78,19 @@ share/webmin/sshd/help/intro.hu.html
share/webmin/sshd/help/intro.pl.html
share/webmin/sshd/help/misc.ca.html
share/webmin/sshd/help/misc.es.html
+share/webmin/sshd/help/misc.fa.html
share/webmin/sshd/help/misc.html
share/webmin/sshd/help/misc.hu.html
share/webmin/sshd/help/misc.pl.html
share/webmin/sshd/help/net.ca.html
share/webmin/sshd/help/net.es.html
+share/webmin/sshd/help/net.fa.html
share/webmin/sshd/help/net.html
share/webmin/sshd/help/net.hu.html
share/webmin/sshd/help/net.pl.html
share/webmin/sshd/help/users.ca.html
share/webmin/sshd/help/users.es.html
+share/webmin/sshd/help/users.fa.html
share/webmin/sshd/help/users.html
share/webmin/sshd/help/users.hu.html
share/webmin/sshd/help/users.pl.html
@@ -102,12 +113,15 @@ share/webmin/sshd/lang/es
share/webmin/sshd/lang/fa
share/webmin/sshd/lang/fr
share/webmin/sshd/lang/it
+share/webmin/sshd/lang/ja_JP.UTF-8
share/webmin/sshd/lang/ja_JP.euc
share/webmin/sshd/lang/pl
share/webmin/sshd/lang/ru_RU
share/webmin/sshd/lang/ru_SU
+share/webmin/sshd/lang/sk
share/webmin/sshd/lang/uk_UA
share/webmin/sshd/lang/zh_CN
+share/webmin/sshd/lang/zh_CN.UTF-8
share/webmin/sshd/list_hosts.cgi
share/webmin/sshd/log_parser.pl
share/webmin/sshd/module.info
@@ -127,3 +141,4 @@ share/webmin/sshd/useradmin_update.pl
@dirrm share/webmin/sshd/help
@dirrm share/webmin/sshd
@dirrm share/examples/webmin/sshd
+@dirrm etc/webmin/sshd
diff --git a/sysutils/wbm-sshd/distinfo b/sysutils/wbm-sshd/distinfo
index b041e69657c..06ca64dba16 100644
--- a/sysutils/wbm-sshd/distinfo
+++ b/sysutils/wbm-sshd/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:43:00 jlam Exp $
+$NetBSD: distinfo,v 1.2 2007/04/21 05:23:05 obache Exp $
-SHA1 (webmin-modules-1.270/sshd.wbm.gz) = bb513e91aaf724dd49be21873f29db7b9a91fe2b
-RMD160 (webmin-modules-1.270/sshd.wbm.gz) = 6655c6f220f3261817b3752da402cb5ed2260fe7
-Size (webmin-modules-1.270/sshd.wbm.gz) = 68967 bytes
+SHA1 (webmin-1.340.tar.gz) = 530bb583824688f24fc4c6d0b8522d43c7f5bb96
+RMD160 (webmin-1.340.tar.gz) = 5f4cfe51e052c2f46dc7f6813e74fb0e5aebff05
+Size (webmin-1.340.tar.gz) = 15851601 bytes