diff options
author | Remi Collet <remi@remirepo.net> | 2024-06-07 16:31:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-06-07 16:31:38 +0200 |
commit | dc5a46cae1840748e69806d25a9d8544d4aa27da (patch) | |
tree | 066a5a4715955bed4563906fcb63e44bf738c005 /php.spec | |
parent | e55d4927e7c9de8223ec7dd5f925e7e9e8b547c0 (diff) |
Fix GH-14480 Method visibility issue introduced in version 8.3.8
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -136,7 +136,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 @@ -203,6 +203,7 @@ Patch48: php-8.3.0-openssl-ec-param.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-gh14480.patch # Security fixes (200+) @@ -989,6 +990,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 @@ -1874,6 +1876,9 @@ fi %changelog +* Fri Jun 7 2024 Remi Collet <remi@remirepo.net> - 8.3.8-2 +- Fix GH-14480 Method visibility issue introduced in version 8.3.8 + * Tue Jun 4 2024 Remi Collet <remi@remirepo.net> - 8.3.8-1 - Update to 8.3.8 - http://www.php.net/releases/8_3_8.php |