From 977bf4fa9c1da2fa99e68000a0578483dd76df6c Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 28 Apr 2024 14:38:42 +0200
Subject: Adding debian version 0.11.0-2.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 debian/patches/php8.2.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 debian/patches/php8.2.patch

(limited to 'debian/patches/php8.2.patch')

diff --git a/debian/patches/php8.2.patch b/debian/patches/php8.2.patch
new file mode 100644
index 0000000..6e272a8
--- /dev/null
+++ b/debian/patches/php8.2.patch
@@ -0,0 +1,15 @@
+Description: Fix issues with php8.2.
+Author: Bas Couwenberg <sebastic@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
+      *
-- 
cgit v1.2.3