[pkg-nagios-changes] [Git][nagios-team/icinga-php-thirdparty][master] 2 commits: Add patch to fix issues with php8.2.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Dec 5 12:14:14 GMT 2022
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / icinga-php-thirdparty
Commits:
ebbe09d3 by Bas Couwenberg at 2022-12-05T12:25:17+01:00
Add patch to fix issues with php8.2.
- - - - -
95f00391 by Bas Couwenberg at 2022-12-05T13:06:22+01:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/php8.2.patch
- + debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-icinga-php-thirdparty (0.11.0-2) UNRELEASED; urgency=medium
+icinga-php-thirdparty (0.11.0-2) unstable; urgency=medium
* Bump Standards-Version to 4.6.1, no changes.
* Add Rules-Requires-Root to control file.
* Update lintian overrides.
+ * Add patch to fix issues with php8.2.
- -- Bas Couwenberg <sebastic at debian.org> Tue, 21 Jun 2022 07:27:48 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 05 Dec 2022 13:05:58 +0100
icinga-php-thirdparty (0.11.0-1) unstable; urgency=medium
=====================================
debian/patches/php8.2.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Fix issues with php8.2.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug: https://github.com/Icinga/icingaweb2/issues/4918
+
+--- a/vendor/guzzlehttp/psr7/src/CachingStream.php
++++ b/vendor/guzzlehttp/psr7/src/CachingStream.php
+@@ -20,6 +20,8 @@ class CachingStream implements StreamInt
+ /** @var int Number of bytes to skip reading due to a write on the buffer */
+ private $skipReadBytes = 0;
+
++ private $stream;
++
+ /**
+ * We will treat the buffer object as the body of the stream
+ *
=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+php8.2.patch
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-thirdparty/-/compare/c3572d9b2b60d66e66deed145d0fce7befb23e1a...95f00391109ff68df124d025801f90b8aae7dd0f
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-thirdparty/-/compare/c3572d9b2b60d66e66deed145d0fce7befb23e1a...95f00391109ff68df124d025801f90b8aae7dd0f
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/236303f2/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list