From e21caae626c8982a403b6d403412b49773891354 Mon Sep 17 00:00:00 2001 From: Raven Date: Wed, 28 Feb 2024 10:25:06 +0600 Subject: [PATCH] php82: update to 8.2.16 --- isp-php82/isp-php82.spec | 5 ++--- php82/php82.spec | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/isp-php82/isp-php82.spec b/isp-php82/isp-php82.spec index da7d4c1..110cb90 100644 --- a/isp-php82/isp-php82.spec +++ b/isp-php82/isp-php82.spec @@ -24,7 +24,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: isp-php%{php_ver} -Version: 8.2.15 +Version: 8.2.16 Release: 1%{?dist} License: PHP Group: Development/Languages @@ -88,19 +88,18 @@ Patch300: php-7.4.0-datetests.patch BuildRequires: automake1.16 BuildRequires: oniguruma5php-devel BuildRequires: mysqlclient18-devel >= 5.5.28 -BuildRequires: openssl3-devel BuildRequires: libpq-devel BuildRequires: libxcrypt-devel %else BuildRequires: automake BuildRequires: postgresql-devel -BuildRequires: openssl-devel %if 0%{?rhel} == 8 BuildRequires: mysql-devel %else BuildRequires: mariadb-devel %endif %endif +BuildRequires: pkgconfig(openssl) >= 3.0 BuildRequires: autoconf, m4 BuildRequires: gmp-devel BuildRequires: libxml2-devel diff --git a/php82/php82.spec b/php82/php82.spec index 470d256..badd141 100644 --- a/php82/php82.spec +++ b/php82/php82.spec @@ -151,7 +151,7 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.15 +%global upver 8.2.16 #global rcver RC7 Summary: PHP scripting language for creating dynamic web sites