diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-07 17:21:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-07 17:21:41 +0200 |
commit | ca42da5a8b40c8526f7a03269a8b76597c5ccc5e (patch) | |
tree | 285143c3f749d7a716d2c6d7ab1ff02108bebff6 /php.spec | |
parent | 475b78223d7a4bca5fc6d75aeee91f7be0613dc5 (diff) |
Fix GH-14480 Method visibility issue introduced in version 8.2.20
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -135,7 +135,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -198,6 +198,7 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-gh14480.patch # Security fixes (200+) @@ -982,6 +983,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch -P91 -p1 -b .remi-oci8 # upstream patches +%patch -P100 -p1 -b .gh14480 # security patches @@ -1862,6 +1864,9 @@ fi %changelog +* Fri Jun 7 2024 Remi Collet <remi@remirepo.net> - 8.2.20-2 +- Fix GH-14480 Method visibility issue introduced in version 8.2.20 + * Tue Jun 4 2024 Remi Collet <remi@remirepo.net> - 8.2.20-1 - Update to 8.2.20 - http://www.php.net/releases/8_2_20.php |