Package: icingaweb2 / 2.6.2-3+deb10u1
Metadata
Package | Version | Patches format |
---|---|---|
icingaweb2 | 2.6.2-3+deb10u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
break continue.patch | (download) |
library/Icinga/Application/Modules/Module.php |
2 1 + 1 - 0 ! |
use continue <n> in case statements to fix errorexception with php 7.3. Fatal error: Uncaught ErrorException: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? |
vendor Update zf1 for PHP 7.3.patch | (download) |
library/vendor/Zend/Form.php |
6 3 + 3 - 0 ! |
vendor: update zf1 for php 7.3 |
vendor Update JShrink to 1.3.1.patch | (download) |
library/vendor/JShrink/Minifier.php |
14 5 + 9 - 0 ! |
vendor: update jshrink to 1.3.1 This fixes mainly problems with PHP 7.3. |
GridChart Fix compatibility issues with PHP 7.3.patch | (download) |
library/Icinga/Chart/GridChart.php |
2 1 + 1 - 0 ! |
gridchart: fix compatibility issues with php 7.3 |
vendor Update dompdf to a fixed version for PHP 7.3.patch | (download) |
library/vendor/dompdf/SOURCE |
36 23 + 13 - 0 ! |
vendor: update dompdf to a fixed version for php 7.3 https://github.com/dompdf/dompdf/pull/1854 |
CVE 2020 24368.patch | (download) |
application/controllers/StaticController.php |
10 5 + 5 - 0 ! |
static/img: make sure to correctly access module images |