From dc674bb16fe83580076c68cdd0938f73411d6710 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jun 2022 16:04:26 +0200 Subject: update to 8.0.21RC1 --- php80.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index 0b890d7..466540a 100644 --- a/php80.spec +++ b/php80.spec @@ -100,8 +100,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.20 -#global rcver RC1 +%global upver 8.0.21 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -169,7 +169,7 @@ Patch48: php-8.0.10-snmp-sha.patch # implement openssl_256 and openssl_512 for phar signatures, from 8.1 Patch49: php-8.0.10-phar-sha.patch # compatibility with OpenSSL 3.0, from 8.1 -Patch50: php-8.0.10-openssl3.patch +Patch50: php-8.0.21-openssl3.patch # use system libxcrypt, from 8.1 Patch51: php-8.0.13-crypt.patch @@ -177,7 +177,6 @@ Patch51: php-8.0.13-crypt.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: php-mbstring.patch # Security fixes (200+) @@ -326,7 +325,6 @@ Summary: PHP FastCGI Process Manager BuildRequires: libacl-devel BuildRequires: pkgconfig(libsystemd) >= 209 Requires: php-common%{?_isa} = %{version}-%{release} -Requires(pre): /usr/sbin/useradd %{?systemd_requires} # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %%triggerun script @@ -340,6 +338,8 @@ Requires(pre): httpd-filesystem Requires: httpd-filesystem >= 2.4.10 # php engine for Apache httpd webserver Provides: php(httpd) +%else +Requires(pre): /usr/sbin/useradd %endif %if %{with_nginx} # for /etc/nginx ownership @@ -1189,7 +1189,6 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2182,6 +2181,9 @@ fi %changelog +* Tue Jun 21 2022 Remi Collet - 8.0.21~RC1-1 +- update to 8.0.21RC1 + * Wed Jun 8 2022 Remi Collet - 8.0.20-1 - Update to 8.0.20 - http://www.php.net/releases/8_0_20.php -- cgit