[pkg-nagios-changes] [Git][nagios-team/nagvis][master] 4 commits: New upstream version 1.9.39

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



Bas Couwenberg pushed to branch master 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
- - - - -
613cd468 by Bas Couwenberg at 2023-12-07T19:07:46+01:00
Update upstream source from tag 'upstream/1.9.39'

Update to upstream version '1.9.39'
with Debian dir 406d2aa9bb66f669b2b26beb9e705b874399fe80
- - - - -
b505e5e9 by Bas Couwenberg at 2023-12-07T19:08:20+01:00
New upstream release.

- - - - -
0cd37089 by Bas Couwenberg at 2023-12-07T19:09:14+01:00
Set distribution to unstable.

- - - - -


4 changed files:

- ChangeLog
- debian/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:


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+nagvis (1:1.9.39-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 07 Dec 2023 19:09:02 +0100
+
 nagvis (1:1.9.38-1) unstable; urgency=medium
 
   * Team upload.


=====================================
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/-/compare/e0ea672e15659e7fe63472d6ea40f1b77cc0f521...0cd3708952c38aa7f914464e595c14b92b34fdf5

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/nagvis/-/compare/e0ea672e15659e7fe63472d6ea40f1b77cc0f521...0cd3708952c38aa7f914464e595c14b92b34fdf5
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/29226f09/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list