[pkg-nagios-changes] [Git][nagios-team/nagvis][upstream] New upstream version 1.9.39

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Dec 7 18:16:23 GMT 2023



Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / nagvis


Commits:
c965056d by Bas Couwenberg at 2023-12-07T19:07:41+01:00
New upstream version 1.9.39
- - - - -


3 changed files:

- ChangeLog
- share/server/core/defines/global.php
- share/server/core/functions/oldPhpVersionFixes.php


Changes:

=====================================
ChangeLog
=====================================
@@ -1,9 +1,14 @@
+1.9.39
+Core:
+  * FIX: Fix PHP 5.4 compatibility issue (syntax error, unexpected ':', expecting '{' in)
+  * FIX: Fix PHP 8.2 deprecation warnings caused by std_speedometer gadget
+
+
 1.9.38
 Frontend:
   * FIX: Fix XSS vulnerability
   * FIX: Fix PHP 8.2 deprecation warnings caused by shapes on automaps and host alias
   * FIX: Fix PHP 8.2 deprecation warnings caused by gettext.inc
-  * FIX: Fix PHP 8.2 deprecation warnings caused by std_speedometer gadget
 
 1.9.37
 Frontend:


=====================================
share/server/core/defines/global.php
=====================================
@@ -23,7 +23,7 @@
  *****************************************************************************/
  
 // NagVis Version
-define('CONST_VERSION', '1.9.38');
+define('CONST_VERSION', '1.9.39');
 
 // Set PHP error handling to standard level
 // Different levels for php versions below 5.1 because PHP 5.1 reports


=====================================
share/server/core/functions/oldPhpVersionFixes.php
=====================================
@@ -57,7 +57,7 @@ if(function_exists("date_default_timezone_get"))
 // PHP 8.2 deprecates utf8_encode. To stay compatible with older installations
 // and installations not providing the mbstring extension, we implement an approach
 // which defaults to mbstring and falls back to a polyfill.
-function iso8859_1_to_utf8(string $s): string {
+function iso8859_1_to_utf8($s) {
     if (function_exists("mb_convert_encoding")) {
         return mb_convert_encoding($s, 'UTF-8', 'ISO-8859-1');
     }



View it on GitLab: https://salsa.debian.org/nagios-team/nagvis/-/commit/c965056d7e203fb7486d765aa1beaf024fd08f65

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/nagvis/-/commit/c965056d7e203fb7486d765aa1beaf024fd08f65
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20231207/07082dff/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list