pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils (sysutils/webmin, wbm-*) Updated 1.960 to 1.9...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d40d204b0ebd
branches: trunk
changeset: 376117:d40d204b0ebd
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 02 13:23:08 2022 +0000
description:
(sysutils/webmin, wbm-*) Updated 1.960 to 1.990, adjusting PLIST
https://www.webmin.com/changes.html
Version 1.990 (3rd March 2022)
+ Fixed two security bugs in the File Manager module that could be
exploited by less privileged Webmin users.
+ Added buttons to stop and start the Cron daemon.
+ Fail2ban rules are preserved when applying the IPtables configuration
file.
+ Added support for static routes when using Netplan for network
configuration.
+ Updated the Authentic Theme to the latest version.
+ Updated the UI in several modules to use the latest API and be more
consistent with the rest of Webmin.
Version 1.984 (26th December 2021)
+ Mostly a bugfix release for issues found in 1.983.
Version 1.983 (4th December 2021)
+ Bugfix release for issues found in 1.982.
Version 1.982 (26th November 2021)
+ Added support for HTTP2 in the Apache module.
+ Added an optional feature to re-format the Apache configuration file.
+ Several different contributed translation updates.
+ Added support for extracting archive files and directory uploads in the
File Manager.
+ Updated the Authentic Theme to the latest version.
+ Many many other small bugfixes and features.
Version 1.981 (28th August 2021)
+ Fixes a couple of minor bugs, including one that broke MySQL backups in
some cases.
Version 1.980 (22nd August 2021)
+ In the Webmin Configuration module, added an option on the
Authentication Options page to enable a password change API for use by
other programs.
+ Removed rarely-used code to check for Webmin module updates.
+ Improved discovery of PHP INI configuration files.
+ Added support for Rocky and Alma Linuxes.
+ Let's Encrypt renewals can use Virtualmin Cloud DNS providers, if
configured.
+ Various language updates from contributors.
+ Update the Authentic Theme to the latest release.
Version 1.979 (15th June 2021)
+ Added support for setting up two-factor authentication in Usermin.
+ Security fixes for un-trusted inputs in the Network Configuration
module.
+ Updated the Authentic Theme to the latest version.
+ Various bugfixes for issues found in version 1.974.
Version 1.974 (1st May 2021)
+ Bugfix release for various issues in 1.973.
Version 1.973 (7th March 2021)
+ Bugfix release for minor issues in 1.972.
Version 1.972 (1st March 2021)
+ Updated the CA cert used for Let's Encrypt again.
+ Updated the Authentic Theme to the latest version.
+ Added support for per-user preferences to the File Manager and other
modules.
Version 1.970 (6th January 2021)
+ Updated the CA cert used for Let's Encrypt.
+ Updated the Authentic Theme to the latest version.
+ Added limits on the number of concurrent connections per IP address and
IP network.
+ Fixed a security bug that affects Webmin when run on Windows.
+ Many French translation updates.
Version 1.962 (11th November 2020)
+ Bugfix release for 2FA issues.
diffstat:
sysutils/wbm-apache/PLIST | 6 +++-
sysutils/wbm-at/PLIST | 3 +-
sysutils/wbm-bind8/PLIST | 5 ++-
sysutils/wbm-change-user/PLIST | 4 +--
sysutils/wbm-cluster-copy/PLIST | 4 +-
sysutils/wbm-cluster-cron/PLIST | 4 +--
sysutils/wbm-cluster-passwd/PLIST | 3 +-
sysutils/wbm-cluster-shell/PLIST | 3 +-
sysutils/wbm-cluster-useradmin/PLIST | 10 ++++++-
sysutils/wbm-cluster-webmin/PLIST | 4 +-
sysutils/wbm-custom/PLIST | 5 +--
sysutils/wbm-dhcpd/PLIST | 6 +++-
sysutils/wbm-dovecot/PLIST | 8 +++++-
sysutils/wbm-fetchmail/PLIST | 3 +-
sysutils/wbm-htaccess-htpasswd/PLIST | 4 +-
sysutils/wbm-inetd/PLIST | 3 +-
sysutils/wbm-ldap-useradmin/PLIST | 5 ++-
sysutils/wbm-lpadmin/PLIST | 6 ++-
sysutils/wbm-mailboxes/PLIST | 7 +++-
sysutils/wbm-mount/PLIST | 4 ++-
sysutils/wbm-mysql/PLIST | 5 ++-
sysutils/wbm-postfix/PLIST | 3 +-
sysutils/wbm-postgresql/PLIST | 7 ++--
sysutils/wbm-qmailadmin/PLIST | 3 +-
sysutils/wbm-quota/PLIST | 3 +-
sysutils/wbm-sendmail/PLIST | 5 ++-
sysutils/wbm-shell/PLIST | 5 +--
sysutils/wbm-sshd/PLIST | 3 +-
sysutils/wbm-status/PLIST | 4 ++-
sysutils/wbm-syslog/PLIST | 5 ++-
sysutils/wbm-time/PLIST | 3 +-
sysutils/wbm-tunnel/PLIST | 4 +--
sysutils/wbm-useradmin/PLIST | 49 +++++++++++++++++++++++++++++++++++-
sysutils/webmin/Makefile | 4 +-
sysutils/webmin/PLIST | 34 ++++++++++++++++--------
sysutils/webmin/distinfo | 12 ++++----
sysutils/webmin/patches/patch-aa | 18 ++++++------
sysutils/webmin/patches/patch-ap | 16 +++++-----
sysutils/webmin/version.mk | 4 +-
39 files changed, 193 insertions(+), 91 deletions(-)
diffs (truncated from 1313 to 300 lines):
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-apache/PLIST
--- a/sysutils/wbm-apache/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-apache/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/07/29 10:28:27 mef Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/apache/config
share/examples/webmin/apache/site
share/webmin/apache/CHANGELOG
@@ -14,10 +14,12 @@
share/webmin/apache/cgi_args.pl
share/webmin/apache/change_dir.cgi
share/webmin/apache/change_files.cgi
+share/webmin/apache/config-AlmaLinux-Linux-7.0-ALL
share/webmin/apache/config-Amazon-Linux-2-ALL
share/webmin/apache/config-CentOS-Linux-7.0-ALL
share/webmin/apache/config-Fedora-Linux-20-ALL
share/webmin/apache/config-Redhat-Enterprise-Linux-7.0-ALL
+share/webmin/apache/config-Rocky-Linux-7.0-ALL
share/webmin/apache/config-Scientific-Linux-7.0-ALL
share/webmin/apache/config-aix
share/webmin/apache/config-cobalt-linux
@@ -265,6 +267,7 @@
share/webmin/apache/mod_ext_filter.pl
share/webmin/apache/mod_fastcgi.pl
share/webmin/apache/mod_fcgid.pl
+share/webmin/apache/mod_http2.pl
share/webmin/apache/mod_imap.pl
share/webmin/apache/mod_include.pl
share/webmin/apache/mod_info.pl
@@ -383,6 +386,7 @@
share/webmin/apache/perchild.pl
share/webmin/apache/postinstall.pl
share/webmin/apache/prefork.pl
+share/webmin/apache/prefs.info
share/webmin/apache/reconfig.cgi
share/webmin/apache/reconfig_form.cgi
share/webmin/apache/remove_vserv.pl
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-at/PLIST
--- a/sysutils/wbm-at/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-at/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2020/10/30 22:08:55 mef Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/at/config
share/webmin/at/CHANGELOG
share/webmin/at/acl_security.pl
@@ -212,6 +212,7 @@
share/webmin/at/module.info.zh.auto
share/webmin/at/module.info.zh_TW
share/webmin/at/module.info.zh_TW.auto
+share/webmin/at/negativeacl
share/webmin/at/openserver-lib.pl
share/webmin/at/rbac-mapping
share/webmin/at/save_allow.cgi
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-bind8/PLIST
--- a/sysutils/wbm-bind8/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-bind8/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/07/29 10:28:27 mef Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/bind8/config
share/webmin/bind8/CHANGELOG
share/webmin/bind8/acl_security.pl
@@ -23,8 +23,10 @@
share/webmin/bind8/conf_servers.cgi
share/webmin/bind8/conf_trusted.cgi
share/webmin/bind8/conf_zonedef.cgi
+share/webmin/bind8/config-AlmaLinux-Linux-6.0-ALL
share/webmin/bind8/config-CentOS-Linux-6.0-ALL
share/webmin/bind8/config-Redhat-Enterprise-Linux-6.0-ALL
+share/webmin/bind8/config-Rocky-Linux-6.0-ALL
share/webmin/bind8/config-Scientific-Linux-6.0-ALL
share/webmin/bind8/config-aix
share/webmin/bind8/config-cobalt-linux
@@ -365,6 +367,7 @@
share/webmin/bind8/move_zone.cgi
share/webmin/bind8/old_save_controls.cgi
share/webmin/bind8/open.cgi
+share/webmin/bind8/prefs.info
share/webmin/bind8/records-lib.pl
share/webmin/bind8/refetch.cgi
share/webmin/bind8/resign.pl
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-change-user/PLIST
--- a/sysutils/wbm-change-user/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-change-user/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/07/29 10:28:27 mef Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/change-user/config
share/webmin/change-user/CHANGELOG
share/webmin/change-user/acl_security.pl
@@ -37,7 +37,6 @@
share/webmin/change-user/lang/it
share/webmin/change-user/lang/it.auto
share/webmin/change-user/lang/ja
-share/webmin/change-user/lang/ja.auto
share/webmin/change-user/lang/ko
share/webmin/change-user/lang/ko.auto
share/webmin/change-user/lang/lt.auto
@@ -107,7 +106,6 @@
share/webmin/change-user/module.info.it
share/webmin/change-user/module.info.it.auto
share/webmin/change-user/module.info.ja
-share/webmin/change-user/module.info.ja.auto
share/webmin/change-user/module.info.ko
share/webmin/change-user/module.info.ko.auto
share/webmin/change-user/module.info.lt
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-copy/PLIST
--- a/sysutils/wbm-cluster-copy/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-copy/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/cluster-copy/config
share/webmin/cluster-copy/CHANGELOG
share/webmin/cluster-copy/cluster-copy-lib.pl
@@ -6,6 +6,7 @@
share/webmin/cluster-copy/config.info
share/webmin/cluster-copy/config.info.ca
share/webmin/cluster-copy/config.info.de
+share/webmin/cluster-copy/config.info.fr
share/webmin/cluster-copy/config.info.hu
share/webmin/cluster-copy/config.info.ms
share/webmin/cluster-copy/config.info.nl
@@ -75,7 +76,6 @@
share/webmin/cluster-copy/lang/fa.auto
share/webmin/cluster-copy/lang/fi.auto
share/webmin/cluster-copy/lang/fr
-share/webmin/cluster-copy/lang/fr.auto
share/webmin/cluster-copy/lang/he.auto
share/webmin/cluster-copy/lang/hr
share/webmin/cluster-copy/lang/hu
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-cron/PLIST
--- a/sysutils/wbm-cluster-cron/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-cron/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/02 13:23:08 mef Exp $
share/examples/webmin/cluster-cron/config
share/webmin/cluster-cron/CHANGELOG
share/webmin/cluster-cron/cluster-cron-lib.pl
@@ -68,7 +68,6 @@
share/webmin/cluster-cron/lang/fa.auto
share/webmin/cluster-cron/lang/fi.auto
share/webmin/cluster-cron/lang/fr
-share/webmin/cluster-cron/lang/fr.auto
share/webmin/cluster-cron/lang/he.auto
share/webmin/cluster-cron/lang/hr
share/webmin/cluster-cron/lang/hr.auto
@@ -84,7 +83,6 @@
share/webmin/cluster-cron/lang/nl
share/webmin/cluster-cron/lang/nl.auto
share/webmin/cluster-cron/lang/no
-share/webmin/cluster-cron/lang/no.auto
share/webmin/cluster-cron/lang/pl
share/webmin/cluster-cron/lang/pl.auto
share/webmin/cluster-cron/lang/pt.auto
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-passwd/PLIST
--- a/sysutils/wbm-cluster-passwd/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-passwd/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/02 13:23:09 mef Exp $
share/examples/webmin/cluster-passwd/config
share/webmin/cluster-passwd/CHANGELOG
share/webmin/cluster-passwd/acl_security.pl
@@ -148,4 +148,5 @@
share/webmin/cluster-passwd/module.info.zh.auto
share/webmin/cluster-passwd/module.info.zh_TW
share/webmin/cluster-passwd/module.info.zh_TW.auto
+share/webmin/cluster-passwd/prefs.info
share/webmin/cluster-passwd/save_passwd.cgi
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-shell/PLIST
--- a/sysutils/wbm-cluster-shell/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-shell/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/02 13:23:09 mef Exp $
share/examples/webmin/cluster-shell/config
share/webmin/cluster-shell/cluster-shell-lib.pl
share/webmin/cluster-shell/help/intro.af.auto.html
@@ -62,7 +62,6 @@
share/webmin/cluster-shell/lang/fa.auto
share/webmin/cluster-shell/lang/fi.auto
share/webmin/cluster-shell/lang/fr
-share/webmin/cluster-shell/lang/fr.auto
share/webmin/cluster-shell/lang/he.auto
share/webmin/cluster-shell/lang/hr
share/webmin/cluster-shell/lang/hr.auto
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-useradmin/PLIST
--- a/sysutils/wbm-cluster-useradmin/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-useradmin/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/02 13:23:09 mef Exp $
share/examples/webmin/cluster-useradmin/config
share/webmin/cluster-useradmin/CHANGELOG
share/webmin/cluster-useradmin/add.cgi
@@ -74,9 +74,12 @@
share/webmin/cluster-useradmin/lang/be.auto
share/webmin/cluster-useradmin/lang/bg.auto
share/webmin/cluster-useradmin/lang/ca
+share/webmin/cluster-useradmin/lang/ca.auto
share/webmin/cluster-useradmin/lang/cs
+share/webmin/cluster-useradmin/lang/cs.auto
share/webmin/cluster-useradmin/lang/da.auto
share/webmin/cluster-useradmin/lang/de
+share/webmin/cluster-useradmin/lang/de.auto
share/webmin/cluster-useradmin/lang/el.auto
share/webmin/cluster-useradmin/lang/en
share/webmin/cluster-useradmin/lang/es
@@ -90,6 +93,7 @@
share/webmin/cluster-useradmin/lang/hr
share/webmin/cluster-useradmin/lang/hr.auto
share/webmin/cluster-useradmin/lang/hu
+share/webmin/cluster-useradmin/lang/hu.auto
share/webmin/cluster-useradmin/lang/it.auto
share/webmin/cluster-useradmin/lang/ja.auto
share/webmin/cluster-useradmin/lang/ko.auto
@@ -98,8 +102,11 @@
share/webmin/cluster-useradmin/lang/ms.auto
share/webmin/cluster-useradmin/lang/mt.auto
share/webmin/cluster-useradmin/lang/nl
+share/webmin/cluster-useradmin/lang/nl.auto
share/webmin/cluster-useradmin/lang/no
+share/webmin/cluster-useradmin/lang/no.auto
share/webmin/cluster-useradmin/lang/pl
+share/webmin/cluster-useradmin/lang/pl.auto
share/webmin/cluster-useradmin/lang/pt.auto
share/webmin/cluster-useradmin/lang/pt_BR.auto
share/webmin/cluster-useradmin/lang/ro.auto
@@ -198,6 +205,7 @@
share/webmin/cluster-useradmin/module.info.zh.auto
share/webmin/cluster-useradmin/module.info.zh_TW
share/webmin/cluster-useradmin/module.info.zh_TW.auto
+share/webmin/cluster-useradmin/prefs.info
share/webmin/cluster-useradmin/refresh.cgi
share/webmin/cluster-useradmin/save_group.cgi
share/webmin/cluster-useradmin/save_user.cgi
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-cluster-webmin/PLIST
--- a/sysutils/wbm-cluster-webmin/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-cluster-webmin/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/04/02 13:23:09 mef Exp $
share/examples/webmin/cluster-webmin/config
share/webmin/cluster-webmin/CHANGELOG
share/webmin/cluster-webmin/add.cgi
@@ -91,7 +91,6 @@
share/webmin/cluster-webmin/lang/fa.auto
share/webmin/cluster-webmin/lang/fi.auto
share/webmin/cluster-webmin/lang/fr
-share/webmin/cluster-webmin/lang/fr.auto
share/webmin/cluster-webmin/lang/he.auto
share/webmin/cluster-webmin/lang/hr
share/webmin/cluster-webmin/lang/hr.auto
@@ -203,6 +202,7 @@
share/webmin/cluster-webmin/module.info.zh.auto
share/webmin/cluster-webmin/module.info.zh_TW
share/webmin/cluster-webmin/module.info.zh_TW.auto
+share/webmin/cluster-webmin/prefs.info
share/webmin/cluster-webmin/refresh.cgi
share/webmin/cluster-webmin/save_acl.cgi
share/webmin/cluster-webmin/save_config.cgi
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-custom/PLIST
--- a/sysutils/wbm-custom/PLIST Sat Apr 02 13:15:59 2022 +0000
+++ b/sysutils/wbm-custom/PLIST Sat Apr 02 13:23:08 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/07/29 10:28:28 mef Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/04/02 13:23:09 mef Exp $
share/examples/webmin/custom/config
share/webmin/custom/CHANGELOG
share/webmin/custom/acl_security.pl
@@ -1270,7 +1270,6 @@
share/webmin/custom/lang/fa.auto
share/webmin/custom/lang/fi.auto
share/webmin/custom/lang/fr
-share/webmin/custom/lang/fr.auto
share/webmin/custom/lang/he.auto
share/webmin/custom/lang/hr
share/webmin/custom/lang/hr.auto
@@ -1290,7 +1289,6 @@
share/webmin/custom/lang/nl
share/webmin/custom/lang/nl.auto
share/webmin/custom/lang/no
-share/webmin/custom/lang/no.auto
share/webmin/custom/lang/pl
share/webmin/custom/lang/pl.auto
share/webmin/custom/lang/pt
@@ -1399,6 +1397,7 @@
share/webmin/custom/module.info.zh.auto
share/webmin/custom/module.info.zh_TW
share/webmin/custom/module.info.zh_TW.auto
+share/webmin/custom/prefs.info
share/webmin/custom/run.cgi
share/webmin/custom/save.cgi
share/webmin/custom/save_cmd.cgi
diff -r 8d123809a769 -r d40d204b0ebd sysutils/wbm-dhcpd/PLIST
--- a/sysutils/wbm-dhcpd/PLIST Sat Apr 02 13:15:59 2022 +0000
Home |
Main Index |
Thread Index |
Old Index