[pkg-nagios-changes] [Git][nagios-team/pkg-nagvis][master] 4 commits: New upstream version 1.9.32
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sat May 21 14:15:05 BST 2022
Bas Couwenberg pushed to branch master 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
- - - - -
500e541f by Bas Couwenberg at 2022-05-21T15:09:27+02:00
Update upstream source from tag 'upstream/1.9.32'
Update to upstream version '1.9.32'
with Debian dir e7438ece2c91211883e371979b34c89761155937
- - - - -
c391845a by Bas Couwenberg at 2022-05-21T15:09:51+02:00
New upstream release.
- - - - -
92b69702 by Bas Couwenberg at 2022-05-21T15:10:33+02:00
Set distribution to unstable.
- - - - -
4 changed files:
- ChangeLog
- debian/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)
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+nagvis (1:1.9.32-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 21 May 2022 15:10:23 +0200
+
nagvis (1:1.9.31-1) unstable; urgency=medium
* Team upload.
=====================================
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/-/compare/462fcc81edb0c8f47c18323786b613dc569f948a...92b69702d76aee19dc15b02351c3aa4d78fb2f48
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagvis/-/compare/462fcc81edb0c8f47c18323786b613dc569f948a...92b69702d76aee19dc15b02351c3aa4d78fb2f48
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/c0450fcb/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list