Skip to content

Commit e10c090

Browse files
committed
release v2.46-3
1 parent df66c09 commit e10c090

File tree

14 files changed

+27
-21
lines changed

14 files changed

+27
-21
lines changed

Changes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file documents the revision history for the Monitoring Webinterface Thruk.
22

3-
next:
4-
- fix html escaping error details
3+
2.46-3 Tue Jan 25 15:05:00 CET 2022
4+
- fix html escaping error details (CVE-2022-23961)
55
- fix support for old api keys
66
- fix cleaning up old session files
77
- Panorama:

MANIFEST

+12-12
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ plugins/plugins-available/business_process/lib/Thruk/Controller/bp.pm
182182
plugins/plugins-available/business_process/lib/Thruk/Controller/Rest/V1/bp.pm
183183
plugins/plugins-available/business_process/lib/Thruk/Utils/CLI/Bp.pm
184184
plugins/plugins-available/business_process/preview.png
185-
plugins/plugins-available/business_process/root/bp-2.46.2.css
186-
plugins/plugins-available/business_process/root/bp-2.46.2.js
185+
plugins/plugins-available/business_process/root/bp-2.46.3.css
186+
plugins/plugins-available/business_process/root/bp-2.46.3.js
187187
plugins/plugins-available/business_process/root/bp-ie-fixes.js
188188
plugins/plugins-available/business_process/root/images/lock.png
189189
plugins/plugins-available/business_process/root/images/testmode_critical.png
@@ -376,8 +376,8 @@ plugins/plugins-available/mobile/root/img/ndisabled.gif
376376
plugins/plugins-available/mobile/root/img/passiveonly.gif
377377
plugins/plugins-available/mobile/root/img/startup.png
378378
plugins/plugins-available/mobile/root/img/thruk.png
379-
plugins/plugins-available/mobile/root/mobile-2.46.2.css
380-
plugins/plugins-available/mobile/root/mobile-2.46.2.js
379+
plugins/plugins-available/mobile/root/mobile-2.46.3.css
380+
plugins/plugins-available/mobile/root/mobile-2.46.3.js
381381
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/images/ajax-loader.gif
382382
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/jquery.mobile-1.4.5.min.css
383383
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/jquery.mobile-1.4.5.min.js
@@ -560,7 +560,7 @@ plugins/plugins-available/panorama/root/js/panorama_js_tabbar.js
560560
plugins/plugins-available/panorama/root/js/panorama_js_tabbar_search.js
561561
plugins/plugins-available/panorama/root/js/panorama_js_track_timers.js
562562
plugins/plugins-available/panorama/root/js/panorama_js_utils_base64.js
563-
plugins/plugins-available/panorama/root/panorama-2.46.2.css
563+
plugins/plugins-available/panorama/root/panorama-2.46.3.css
564564
plugins/plugins-available/panorama/routes
565565
plugins/plugins-available/panorama/scripts/disable_debug.sh
566566
plugins/plugins-available/panorama/scripts/enable_debug.sh
@@ -670,12 +670,12 @@ README.md
670670
root/favicon.ico
671671
root/index.html
672672
root/robots.txt
673-
root/thruk/cache/Thruk-2.46.2.css
674-
root/thruk/cache/thruk-2.46.2.js
675-
root/thruk/cache/Thruk-noframes-2.46.2.css
676-
root/thruk/cache/thruk-panorama-2.46.2.js
677-
root/thruk/cache/Thruk2-2.46.2.css
678-
root/thruk/cache/Thruk2-noframes-2.46.2.css
673+
root/thruk/cache/Thruk-2.46.3.css
674+
root/thruk/cache/thruk-2.46.3.js
675+
root/thruk/cache/Thruk-noframes-2.46.3.css
676+
root/thruk/cache/thruk-panorama-2.46.3.js
677+
root/thruk/cache/Thruk2-2.46.3.css
678+
root/thruk/cache/Thruk2-noframes-2.46.3.css
679679
root/thruk/images/expand.png
680680
root/thruk/images/folder_blue.png
681681
root/thruk/images/folder_blue_mixed.png
@@ -695,7 +695,7 @@ root/thruk/images/pbar-ani.gif
695695
root/thruk/images/spacer.png
696696
root/thruk/images/trendshost.png
697697
root/thruk/images/trendssvc.png
698-
root/thruk/javascript/thruk-2.46.2.js
698+
root/thruk/javascript/thruk-2.46.3.js
699699
root/thruk/media/critical.wav
700700
root/thruk/media/ok.wav
701701
root/thruk/media/unknown.wav

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
thruk (2.46.3+1) UNRELEASED; urgency=low
2+
3+
* new upstream release
4+
5+
-- Thruk Development Team <[email protected]> Tue, 25 Jan 2022 15:05:02 +0100
6+
17
thruk (2.46.2+1) UNRELEASED; urgency=low
28

39
* new upstream release

dist.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = Thruk
2-
version = 2.46.2
2+
version = 2.46.3
33
author = Sven Nierlein <[email protected]>
44
license = Artistic

docs/manpages/thruk.3

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
.\" ========================================================================
134134
.\"
135135
.IX Title "thruk 3"
136-
.TH thruk 3 "2021-12-14" "perl v5.28.1" "User Contributed Perl Documentation"
136+
.TH thruk 3 "2022-01-14" "perl v5.28.1" "User Contributed Perl Documentation"
137137
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138138
.\" way too many mistakes in technical documents.
139139
.if n .ad l

lib/Thruk/Config.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Generic Access to Thruks Config
2727

2828
######################################
2929

30-
our $VERSION = '2.46.2';
30+
our $VERSION = '2.46.3';
3131

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

3535
my $base_defaults = {
3636
'name' => 'Thruk',
3737
'fileversion' => $VERSION,
38-
'released' => 'December 14, 2021',
38+
'released' => 'January 25, 2022',
3939
'compression_format' => 'gzip',
4040
'ENCODING' => 'utf-8',
4141
'image_path' => $project_root.'/root/thruk/images',

root/thruk/startup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
<link rel='stylesheet' type='text/css' href='cache/Thruk2-2.46.2.css' />
9+
<link rel='stylesheet' type='text/css' href='cache/Thruk2-2.46.3.css' />
1010

1111

1212

support/thruk.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
%endif
1010

1111
Name: thruk
12-
Version: 2.46.2
13-
Release: 11378.1
12+
Version: 2.46.3
13+
Release: 11400.1
1414
License: GPL-2.0-or-later
1515
Packager: Sven Nierlein <[email protected]>
1616
Vendor: Labs Consol

0 commit comments

Comments
 (0)