diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-21 16:04:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-21 16:04:26 +0200 |
commit | dc674bb16fe83580076c68cdd0938f73411d6710 (patch) | |
tree | a8e0ab9c8d4302c5f87fe59c80142463efa49faf /php80.spec | |
parent | 19756c0c6420fa5a459277e8af41926f6bbe838c (diff) |
update to 8.0.21RC1
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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 <remi@remirepo.net> - 8.0.21~RC1-1 +- update to 8.0.21RC1 + * Wed Jun 8 2022 Remi Collet <remi@remirepo.net> - 8.0.20-1 - Update to 8.0.20 - http://www.php.net/releases/8_0_20.php |