[pkg-nagios-changes] [Git][nagios-team/icinga-php-library][experimental] 2 commits: Update php8.2 patch to fix deprecation warning in guzzlehttp/psr7.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Mar 23 07:34:05 GMT 2023
Bas Couwenberg pushed to branch experimental at Debian Nagios Maintainer Group / icinga-php-library
Commits:
edca6ecd by Bas Couwenberg at 2023-03-23T08:22:24+01:00
Update php8.2 patch to fix deprecation warning in guzzlehttp/psr7.
- - - - -
8f728a87 by Bas Couwenberg at 2023-03-23T08:23:07+01:00
Set distribution to experimental.
- - - - -
2 changed files:
- debian/changelog
- debian/patches/php8.2.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+icinga-php-library (0.11.0-1~exp2) experimental; urgency=medium
+
+ * Update php8.2 patch to fix deprecation warning in guzzlehttp/psr7.
+
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 23 Mar 2023 08:22:53 +0100
+
icinga-php-library (0.11.0-1~exp1) experimental; urgency=medium
* New upstream release.
=====================================
debian/patches/php8.2.patch
=====================================
@@ -42,3 +42,14 @@ Bug: https://github.com/Icinga/icingaweb2/issues/4918
/**
* Character set for the connection
*
+--- 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
+ *
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/616a3bda203cb48e1f3fa17e43ef9aded9ad6b52...8f728a8717895f073c543ae72faef11c088469e3
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga-php-library/-/compare/616a3bda203cb48e1f3fa17e43ef9aded9ad6b52...8f728a8717895f073c543ae72faef11c088469e3
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/70fddb9b/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list