[pkg-nagios-changes] [Git][nagios-team/icinga-php-library][master] 2 commits: Add patch to fix issues with php8.2.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Dec 5 12:19:03 GMT 2022



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga-php-library


Commits:
1c237ec9 by Bas Couwenberg at 2022-12-05T12:23:09+01:00
Add patch to fix issues with php8.2.

- - - - -
709359be by Bas Couwenberg at 2022-12-05T13:14:34+01:00
Set distribution to unstable.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/php8.2.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,9 @@
-icinga-php-library (0.10.0-2) UNRELEASED; urgency=medium
+icinga-php-library (0.10.0-2) unstable; urgency=medium
 
   * Add Rules-Requires-Root to control file.
+  * Add patch to fix issues with php8.2.
 
- -- Bas Couwenberg <sebastic at debian.org>  Tue, 29 Nov 2022 20:16:12 +0100
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 05 Dec 2022 13:14:22 +0100
 
 icinga-php-library (0.10.0-1) unstable; urgency=medium
 


=====================================
debian/patches/php8.2.patch
=====================================
@@ -0,0 +1,44 @@
+Description: Fix issues with php8.2.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/Icinga/icingaweb2/issues/4918
+
+--- a/vendor/ipl/sql/src/Config.php
++++ b/vendor/ipl/sql/src/Config.php
+@@ -33,6 +33,9 @@ class Config
+         }
+     }
+ 
++    /** @var string Database type */
++    public $type;
++
+     /** @var string Type of the DBMS */
+     public $db;
+ 
+@@ -51,6 +54,27 @@ class Config
+     /** @var string Password to use for authentication */
+     public $password;
+ 
++    /** @var bool Use SSL for connection */
++    public $use_ssl;
++
++    /** @var bool Don't verify SSL cerificate */
++    public $ssl_do_not_verify_server_cert;
++
++    /** @var string Path to SSL certificate */
++    public $ssl_cert;
++
++    /** @var string Path to SSL key */
++    public $ssl_key;
++
++    /** @var string Path to SSL CA file */
++    public $ssl_ca;
++
++    /** @var string Path to SSL CA directory */
++    public $ssl_capath;
++
++    /** @var string SSL ciphers */
++    public $ssl_cipher;
++
+     /**
+      * Character set for the connection
+      *


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+php8.2.patch



View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/ecbdb55f3d8944fc20d3cc7aa7c8066debb18273...709359be41d9cad9b80ec6975b146bb0effce8ab

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/ecbdb55f3d8944fc20d3cc7aa7c8066debb18273...709359be41d9cad9b80ec6975b146bb0effce8ab
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/20221205/45171510/attachment-0001.htm>


More information about the pkg-nagios-changes mailing list