<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/webmin/files, branch pkgsrc_2011Q1</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q1'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-10-08T08:47:03Z</updated>
<entry>
<title>Make sure to run all modules' postinstall script and standard module's</title>
<updated>2007-10-08T08:47:03Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2007-10-08T08:47:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ed9f740524cae8795fb540f14f7cabdb6cb700f7'/>
<id>urn:sha1:ed9f740524cae8795fb540f14f7cabdb6cb700f7</id>
<content type='text'>
uninstall script.

Affected modules are standard modules (acl, cron) and apache module.
Bump PKGREVISION.
</content>
</entry>
<entry>
<title>First step to support DragonFly. Bump revision.</title>
<updated>2006-06-04T14:44:13Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-06-04T14:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=96ced0bb50e04ebd73bd7797b98dbe1b0bee8c54'/>
<id>urn:sha1:96ced0bb50e04ebd73bd7797b98dbe1b0bee8c54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Pull in some changes discussed on the Webmin mailing list to allow</title>
<updated>2006-05-19T17:14:53Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-05-19T17:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8d6aec6dd24d5d6a3d334e6127fc2ab19c283ec9'/>
<id>urn:sha1:8d6aec6dd24d5d6a3d334e6127fc2ab19c283ec9</id>
<content type='text'>
  running an individual module's uninstall action

* Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules
  that will run the module's uninstall action at DEINSTALL time.

* Fix the "time" module to ignore "sched_mode" -- verified by Jamie
  Cameron on the Webmin mailing list as a bug.

* Fix the "postfix" module to remove its temp files at DEINSTALL time
  so that we cleanly pkg_delete.

Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-*
packages that have uninstall.pl scripts.
</content>
</entry>
<entry>
<title>Update sysutils/webmin to 1.270.  Changes from version 1.170 include:</title>
<updated>2006-05-16T04:01:28Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-05-16T04:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fcfdbbad63dcf256428bb0ea75ccba65e2a77e3e'/>
<id>urn:sha1:fcfdbbad63dcf256428bb0ea75ccba65e2a77e3e</id>
<content type='text'>
+ Add a wbm.mk makefile fragment which can be used to create pkgsrc-managed
  Webmin modules.

! Fixed a possible remotely exploitable security hole caused by a bug
  Webmin's use of the Perl syslog function.

* Multiple Webmin users and groups can be deleted at once.
* The Webmin Servers Index module can automatically scan for new servers
  on the local network on a regular schedule.
* The idle automatic logout time can be configured on a per-user basis
  in the Webmin Users and Usermin Configuration modules.
* Increased the speed of Webmin configuration reloads done by the
  Webmin Users and Webmin Configuration module. This also prevents any
  down-time while the config is being re-read.
* Improved the timeout detection in HTTP requests, to reduce the ability
  of incorrect or malicious clients to tie up the Webmin webserver
  process.
* Enhanced the Unix User Authentication feature to allow different
  users and group members to be treated as different Webmin users.
* Improved the way the OS is detected at install time, so that new
  versions will be automatically supported.
* Different SSL certificates for virtual IP interfaces can be specified
  in the Webmin and Usermin modules, for sites doing SSL virtual hosting.
* Fixed a nasty bug that could cause configuration file permissions
  and ownership to be changed when they are modified.
* An option has been added in the Webmin Configuration module to enable
  full PAM conversations when logging in. This is necessary for systems
  on which PAM asks for more than just a username and password.
* All modules now use a new API for writing to configuration files,
  which ensures that the file does not get written to or truncated if
  the system is out of disk space.
* Added a button to the Webmin Actions Log module for rolling back
  configuration files to before an action was taken.
* Password timeouts are now enabled by default, to prevent brute-force
  password guessing attacks.
</content>
</entry>
<entry>
<title>Update sysutils/webmin to webmin-1.170.  Changes from version 1.150</title>
<updated>2005-01-23T04:36:27Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-01-23T04:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e340b359e88af46ceeed52a4ff927910c9bbeb4'/>
<id>urn:sha1:7e340b359e88af46ceeed52a4ff927910c9bbeb4</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Import webmin-1.150 as sysutils/webmin.</title>
<updated>2004-07-23T19:28:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-07-23T19:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=62110d94ba59bed091396075839cc2594d037fbb'/>
<id>urn:sha1:62110d94ba59bed091396075839cc2594d037fbb</id>
<content type='text'>
Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user
accounts, Apache, DNS, file sharing and so on.  Webmin consists of a
simple web server, and a number of CGI programs which directly update
system files.
</content>
</entry>
</feed>
