[pkg-nagios-changes] [Git][nagios-team/pkg-nagvis][upstream] New upstream version 1.9.32
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat May 21 14:15:08 BST 2022
Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / pkg-nagvis
Commits:
bd56f66e by Bas Couwenberg at 2022-05-21T15:09:20+02:00
New upstream version 1.9.32
- - - - -
3 changed files:
- ChangeLog
- share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Compiler.php
- share/server/core/defines/global.php
Changes:
=====================================
ChangeLog
=====================================
@@ -1,3 +1,7 @@
+1.9.32
+Core:
+ * FIX: Fix PHP 8.1 incompatibility
+
1.9.31
Frontend:
* FIX: Add support for services with single quotes in names (#314 Thanks to Yogibaer75)
=====================================
share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Compiler.php
=====================================
@@ -1692,7 +1692,7 @@ class Dwoo_Compiler implements Dwoo_ICompiler
$defValue = false;
} elseif ($defValue === 'true') {
$defValue = true;
- } elseif (preg_match('#^([\'"]).*?\1$#', $defValue)) {
+ } elseif ($hasDefault && preg_match('#^([\'"]).*?\1$#', $defValue)) {
$defValue = substr($defValue, 1, -1);
}
$map[] = array($param, $hasDefault, $defValue);
=====================================
share/server/core/defines/global.php
=====================================
@@ -23,7 +23,7 @@
*****************************************************************************/
// NagVis Version
-define('CONST_VERSION', '1.9.31');
+define('CONST_VERSION', '1.9.32');
// Set PHP error handling to standard level
// Different levels for php versions below 5.1 because PHP 5.1 reports
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagvis/-/commit/bd56f66e9a498acac78aa6fd453b4d5875a5e68b
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagvis/-/commit/bd56f66e9a498acac78aa6fd453b4d5875a5e68b
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/20220521/c6abc748/attachment.htm>
More information about the pkg-nagios-changes
mailing list