[pkg-nagios-changes] [Git][nagios-team/icingadb-web][master] Add patch to fix issues with php8.2.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Mar 23 07:21:54 GMT 2023
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icingadb-web
Commits:
bf5dc45c by Bas Couwenberg at 2023-03-23T08:17:37+01:00
Add patch to fix issues with php8.2.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/php8.2.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ icingadb-web (1.0.2-2) UNRELEASED; urgency=medium
* Add Rules-Requires-Root to control file.
* Bump Standards-Version to 4.6.2, no changes.
+ * Add patch to fix issues with php8.2.
-- Bas Couwenberg <sebastic at debian.org> Tue, 29 Nov 2022 20:06:43 +0100
=====================================
debian/patches/php8.2.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fix issues with php8.2.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/Icinga/icingaweb2/issues/4918
+
+--- a/library/Icingadb/Widget/Detail/DowntimeCard.php
++++ b/library/Icingadb/Widget/Detail/DowntimeCard.php
+@@ -15,6 +15,9 @@ class DowntimeCard extends BaseHtmlEleme
+ {
+ protected $downtime;
+
++ protected $start;
++ protected $end;
++
+ protected $duration;
+
+ protected $defaultAttributes = ['class' => 'progress-bar downtime-progress'];
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+php8.2.patch
View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/commit/bf5dc45c51b0ae8726068d3691c4c623d9eb35ff
--
View it on GitLab: https://salsa.debian.org/nagios-team/icingadb-web/-/commit/bf5dc45c51b0ae8726068d3691c4c623d9eb35ff
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/20230323/b6354333/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list