Skip to content

Commit

Permalink
release v3.06.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jun 6, 2023
1 parent 26de047 commit 4462bbc
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for the Monitoring Webinterface Thruk.

3.06-2 Tue Jun 6 10:25:20 CEST 2023
3.06.2 Tue Jun 6 10:25:20 CEST 2023
- panorama:
- fix folder validation (CVE-2023-34096)
- reports:
Expand Down
12 changes: 6 additions & 6 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ plugins/plugins-available/business_process/lib/Thruk/Controller/bp.pm
plugins/plugins-available/business_process/lib/Thruk/Controller/Rest/V1/bp.pm
plugins/plugins-available/business_process/lib/Thruk/Utils/CLI/Bp.pm
plugins/plugins-available/business_process/preview.png
plugins/plugins-available/business_process/root/bp-3.06.css
plugins/plugins-available/business_process/root/bp-3.06.js
plugins/plugins-available/business_process/root/bp-3.06.2.css
plugins/plugins-available/business_process/root/bp-3.06.2.js
plugins/plugins-available/business_process/root/images/lock.png
plugins/plugins-available/business_process/root/images/testmode_critical.png
plugins/plugins-available/business_process/root/images/testmode_ok.png
Expand Down Expand Up @@ -524,7 +524,7 @@ plugins/plugins-available/panorama/root/js/panorama_js_tabbar.js
plugins/plugins-available/panorama/root/js/panorama_js_tabbar_search.js
plugins/plugins-available/panorama/root/js/panorama_js_track_timers.js
plugins/plugins-available/panorama/root/js/panorama_js_utils_base64.js
plugins/plugins-available/panorama/root/panorama-3.06.css
plugins/plugins-available/panorama/root/panorama-3.06.2.css
plugins/plugins-available/panorama/routes
plugins/plugins-available/panorama/scripts/disable_debug.sh
plugins/plugins-available/panorama/scripts/enable_debug.sh
Expand Down Expand Up @@ -626,11 +626,11 @@ README.md
root/favicon.ico
root/index.html
root/robots.txt
root/thruk/cache/thruk-3.06.js
root/thruk/cache/thruk-panorama-3.06.js
root/thruk/cache/thruk-3.06.2.js
root/thruk/cache/thruk-panorama-3.06.2.js
root/thruk/images/trendshost.png
root/thruk/images/trendssvc.png
root/thruk/javascript/thruk-3.06.js
root/thruk/javascript/thruk-3.06.2.js
root/thruk/media/critical.wav
root/thruk/media/ok.wav
root/thruk/media/unknown.wav
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
thruk (3.06.2+1) UNRELEASED; urgency=low

* new upstream release

-- Thruk Development Team <[email protected]> Tue, 06 Jun 2023 10:35:08 +0200

thruk (3.06+1) UNRELEASED; urgency=low

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = Thruk
version = 3.06
version = 3.06.2
author = Sven Nierlein <[email protected]>
license = Artistic
2 changes: 1 addition & 1 deletion docs/manpages/thruk.3
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "thruk 3"
.TH thruk 3 "2023-05-19" "perl v5.32.1" "User Contributed Perl Documentation"
.TH thruk 3 "2023-06-06" "perl v5.32.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
Expand Down
4 changes: 2 additions & 2 deletions lib/Thruk/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Generic Access to Thruks Config

######################################

our $VERSION = '3.06';
our $VERSION = '3.06.2';

our $config;
my $project_root = home() || confess('could not determine project_root from inc.');

my $base_defaults = {
'name' => 'Thruk',
'fileversion' => $VERSION,
'released' => 'May 24, 2023',
'released' => 'June 06, 2023',
'compression_format' => 'gzip',
'ENCODING' => 'utf-8',
'image_path' => $project_root.'/root/thruk/images',
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions support/thruk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
%endif

Name: thruk
Version: 3.06
Release: 12324.1
Version: 3.06.2
Release: 12333.1
License: GPL-2.0-or-later
Packager: Sven Nierlein <[email protected]>
Vendor: Labs Consol
Expand Down

0 comments on commit 4462bbc

Please sign in to comment.