diff options
| author | Remi Collet <remi@remirepo.net> | 2024-07-03 09:20:44 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-07-03 09:20:44 +0200 | 
| commit | fa58a0986db0416965999c1b1d3d69e6e5162f6f (patch) | |
| tree | 74502cecee760ec1788b17e1b385b923d93a57a4 /php83.spec | |
| parent | 088ff8fd602d8b080a61b63df48fc562593cd7c6 (diff) | |
Update to 8.3.9 - http://www.php.net/releases/8_3_9.phpv8.3.9
Diffstat (limited to 'php83.spec')
| -rw-r--r-- | php83.spec | 9 | 
1 files changed, 5 insertions, 4 deletions
@@ -120,14 +120,14 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.3.8 +%global upver          8.3.9  #global rcver          RC1  # TODO set PHP_EXTRA_VERSION for EOL version  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist}  # All files licensed under PHP version 3.01, except  # Zend is licensed under Zend  # TSRM is licensed under BSD @@ -192,7 +192,6 @@ 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+) @@ -1213,7 +1212,6 @@ in pure PHP.  %patch -P91 -p1 -b .remi-oci8  # upstream patches -%patch -P100 -p1 -b .gh14480  # security patches @@ -2214,6 +2212,9 @@ fi  %changelog +* Wed Jul  3 2024 Remi Collet <remi@remirepo.net> - 8.3.9-1 +- Update to 8.3.9 - http://www.php.net/releases/8_3_9.php +  * 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  | 
