• Bug#1105779: unblock: icingaweb2/2.12.4-2

    From Bas Couwenberg@21:1/5 to All on Wed May 14 19:00:01 2025
    XPost: linux.debian.devel.release

    This is a multi-part MIME message sent by reportbug.


    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: icingaweb2@packages.debian.org
    Control: affects -1 + src:icingaweb2
    User: release.debian.org@packages.debian.org
    Usertags: unblock

    Please unblock package icingaweb2 to get the php8.4 patch into trixie.

    [ Reason ]
    The web interface is unusable with php8.4 due to deprecation warnings like those that required a stable update (#1037925).

    [ Impact ]
    Web interface doesn't work.

    [ Tests ]
    Manually tested the patch in a VM, as did the user who reported the issue.

    [ Risks ]
    Low, the changes are simple.

    [ Checklist ]
    [ ] all changes are documented in the d/changelog
    [x] I reviewed all changes and I approve them
    [x] attach debdiff against the package in testing

    [ Other info ]
    The Salsa CI change is not documented in the changelog as it's not relevant to users.

    unblock icingaweb2/2.12.4-2

    diff -Nru icingaweb2-2.12.4/debian/changelog icingaweb2-2.12.4/debian/changelog --- icingaweb2-2.12.4/debian/changelog 2025-03-26 17:21:14.000000000 +0100
    +++ icingaweb2-2.12.4/debian/changelog 2025-05-14 18:43:09.000000000 +0200
    @@ -1,3 +1,11 @@
    +icingaweb2 (2.12.4-2) unstable; urgency=medium
    +
    + * Team upload.
    + * Add upstream patch to disable deprecation warnings.
    + (closes: #1105768)
    +
    + -- Bas Couwenberg <sebastic@debian.org> Wed, 14 May 2025 18:43:09 +0200
    +
    icingaweb2 (2.12.4-1) unstable; urgency=high

    * Team upload.
    diff -Nru icingaweb2-2.12.4/debian/.gitlab-ci.yml icingaweb2-2.12.4/debian/.gitlab-ci.yml
    --- icingaweb2-2.12.4/debian/.gitlab-ci.yml 2023-09-22 16:22:14.000000000 +0200
    +++ icingaweb2-2.12.4/debian/.gitlab-ci.yml 2025-03-26 21:59:32.000000000 +0100
    @@ -4,3 +4,6 @@

    variables:
    SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1
    +
    +piuparts:
    + allow_failure: true
    diff -Nru icingaweb2-2.12.4/debian/patches/pr5359-error_reporting.patch icingaweb2-2.12.4/debian/patches/pr5359-error_reporting.patch
    --- icingaweb2-2.12.4/debian/patches/pr5359-erro