From 62b12f3195f27b5bcffcbf64a58e2aed778dd56f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2024 15:01:00 +0200 Subject: add backport for https://bugs.php.net/79589 error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading --- php80.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index ed374f7..119c71c 100644 --- a/php80.spec +++ b/php80.spec @@ -25,10 +25,10 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch aarch64 -%global oraclever 19.23 +%global oraclever 19.24 %global oraclemax 20 %global oraclelib 19.1 -%global oracledir 19.23 +%global oracledir 19.24 %else %global oraclever 23.5 %global oraclemax 24 @@ -120,7 +120,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 7%{?dist} +Release: 8%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2230,6 +2230,10 @@ EOF %changelog +* Wed Jul 31 2024 Remi Collet - 8.0.30-8 +- add backport for https://bugs.php.net/79589 + error:14095126:SSL routines:ssl3_read_n:unexpected eof while reading + * Wed Jul 31 2024 Remi Collet - 8.0.30-7 - use oracle client library version 23.5 on x86_64 -- cgit