diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-13 15:55:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-13 15:55:03 +0100 |
commit | e3b1264950afa02a001c9c62eea886838e436c27 (patch) | |
tree | 9ea8a5f0527aaf73be403e065f9dc23a54e6578c /php.spec | |
parent | a5dd0882be6bbde8e8bbc8f291a9545ced5bb6d2 (diff) |
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1188,7 +1188,7 @@ scripts/dev/genfiles touch configure.ac ./buildconf --force -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-incompatible-pointer-types" +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign" export CFLAGS # Install extension modules in %{_libdir}/php/modules. @@ -1919,6 +1919,7 @@ EOF %changelog * Thu Feb 13 2025 Remi Collet <remi@remirepo.net> - 8.0.30-12 - backport fix for ICU 74+ +- backport fix strict prototypes * Wed Nov 27 2024 Remi Collet <remi@remirepo.net> - 8.0.30-11 - Fix Leak partial content of the heap through heap buffer over-read |