From 0ad16e8a78ee39969804c3e17a30eab32e0f108a Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Wed, 27 Jan 2021 11:22:27 +0100 Subject: [PATCH] closing version 3.13.1 --- Changes | 10 ++++++++++ docs/monitorix.spec | 2 +- man/man5/monitorix.conf.5 | 2 +- man/man8/monitorix.8 | 2 +- monitorix | 4 ++-- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 766a7ef..a487b92 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +3.13.1 - 27-Jan-2021 +==================== +- Fixed a security bug introduced in 3.13.0 version that lead the HTTP built-in + server to bypass Basic Authentication when the new option 'hosts_deny' is not + defined. [#309] +- Fixed in HTTP built-in server configuration to force Basic Authentication to + any host, by default. [#309] +- Reduced the number of padding lines in 'phpfpm.pm'. + + 3.13.0 - 22-Jan-2021 ==================== - Added a complete graph to support PostgreSQL statistics ('pgsql.pm'). [#84] diff --git a/docs/monitorix.spec b/docs/monitorix.spec index e1c4287..4879d8e 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.13.0 +Version: 3.13.1 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 166be2e..01af787 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "Jan 2021" 3.13.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Jan 2021" 3.13.1 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 980b7d1..cfbff66 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -3,7 +3,7 @@ .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Jan 2021" 3.13.0 "Monitorix collector daemon" +.TH monitorix 8 "Jan 2021" 3.13.1 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS diff --git a/monitorix b/monitorix index 6a3d1fb..54ebdac 100755 --- a/monitorix +++ b/monitorix @@ -44,8 +44,8 @@ $SIG{'STOP'} = 'INT_handler'; $SIG{'TERM'} = 'INT_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.13.0"; -use constant RELDATE => "22-Jan-2021"; +use constant VERSION => "3.13.1"; +use constant RELDATE => "27-Jan-2021"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;