php8.4 (8.4.21-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 8.4.21-2 > 8.4.21-1
- Git: https://salsa.debian.org/php-team/php.git -b debian/main/8.4
-
- Branch: debian/main/8.4
- Path: debian/changelog
- Repo size: 4157440
- Browser: https://salsa.debian.org/php-team/php/-/tree/debian/main/8.4
- Last scan: 2026-05-13 11:26:08+00
- Next scan: 2026-05-21 00:21:00+00
- Debian changelog in Git:
php8.4 (8.4.21-2) unstable; urgency=medium
[ Ondřej Surý ]
* Add closes to the changelog entry
* Switch litespeed unit type to 'simple'
* Merge hardening from sapi/fpm/php-fpm.service.in into debian/php-fpm.service
* Add d/NEWS about the systemd unit file hardening
[ Renan Rodrigo ]
* Check dpkg-vendor to set the PHP_BUILD_PROVIDER value
[ MichaIng ]
* Do not create obsolete PID file
[ Theral Mackey ]
* Dont serve php as plaintext, if we turn off php engine
[ Christian Göttsche ]
* Update compiler flags
-- Ondřej Surý <ondrej@debian.org> Wed, 13 May 2026 12:59:56 +0200
- This branch is 9 commits ahead of tag debian/8.4.21-1
- Git log:
commit a94c63a3232666a3978a10033642713bd58d2c2a
Author: Ondřej Surý <ondrej@sury.org>
Date: Wed May 13 12:59:58 2026 +0200
Update changelog for 8.4.21-2 release
commit 3e949157fcb973da413b1b0e903585d50e342d95
Author: Ondřej Surý <ondrej@sury.org>
Date: Sun May 10 19:38:54 2026 +0200
Add d/NEWS about the systemd unit file hardening
commit 51139f8b48e5888a6773c0c0d3c6d889f083a49d
Author: Christian Göttsche <cgzones@googlemail.com>
Date: Wed Jan 4 15:15:42 2023 +0100
Update compiler flags
* drop manual setting of optimization and debug generation flags;
handled by dpkg
* also export flags for C++ objects
* build with fortification level 2
commit 669803184e8a2c81baf63acf895483635580a5d7
Author: Ondřej Surý <ondrej@sury.org>
Date: Sat May 9 14:58:56 2026 +0200
Merge hardening from sapi/fpm/php-fpm.service.in into debian/php-fpm.service
commit de4d32d286c6c96a46ba749a61600958531030c2
Author: Theral Mackey <tmack0@gmail.com>
Date: Tue May 21 16:57:50 2024 +0000
Dont serve php as plaintext, if we turn off php engine
commit 608b12853a4d922a4082f3d5eaaa921f0b30fda8
Author: MichaIng <micha@dietpi.com>
Date: Sun Feb 19 17:37:37 2023 +0000
Do not create obsolete PID file
Since a while, the systemd service does not need and use the PID file
anymore. The comment about it is hence obsolete and the
PID file as well.
The commented path is kept patched, since this directory is used for the
socket by default and hence a good place if admins need the PID file for
other reasons.
Signed-off-by: MichaIng <micha@dietpi.com>
commit 990c54f2d35f6945fec586e6fbeb259f31f52db9
Author: Renan Rodrigo <renanrodrigo@canonical.com>
Date: Tue Aug 12 22:58:27 2025 -0300
Check dpkg-vendor to set the PHP_BUILD_PROVIDER value
Support the PHP_BUILD_PROVIDER flag in Ubuntu as well, checking
dpkg-vendor and setting it accordingly.
Signed-off-by: Renan Rodrigo <renanrodrigo@canonical.com>
commit a14aa49639b7d5503490c0dba6bdded4d3e69ed1
Author: Ondřej Surý <ondrej@sury.org>
Date: Sat May 9 14:43:30 2026 +0200
Switch litespeed unit type to 'simple'
commit d65a587ffb5ba41f5a3c5167b5f8388fd42ab2f4
Author: Ondřej Surý <ondrej@sury.org>
Date: Sat May 9 11:18:37 2026 +0200
Add closes to the changelog entry