From 39ccf9a25add6a2c78ae239c58c4de16db3af754 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Oct 2023 10:12:44 +0200 Subject: use oracle client library version 21.11 on x86_64, 19.19 on aarch64 use official Oracle Instant Client RPM --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d75c7cc..978a4e5 100644 --- a/php.spec +++ b/php.spec @@ -133,7 +133,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 19%{?dist} +Release: 20%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1969,6 +1969,10 @@ EOF %changelog +* Thu Sep 21 2023 Remi Collet - 7.3.34-20 +- use oracle client library version 21.11 on x86_64, 19.19 on aarch64 +- use official Oracle Instant Client RPM + * Tue Aug 1 2023 Remi Collet - 7.3.34-19 - Fix Security issue with external entity loading in XML without enabling it GHSA-3qrf-m4j2-pcrr CVE-2023-3823 -- cgit