From 1a98bc95d31f709e9c4a7ff7e1541980f03a7d32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 14:02:41 +0200 Subject: update to 8.2.0RC2 (new tag) add patch from https://github.com/php/php-src/pull/9537 --- php82.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index 9cb36c2..aa06b7d 100644 --- a/php82.spec +++ b/php82.spec @@ -108,13 +108,13 @@ %bcond_with zip %global upver 8.2.0 -%global rcver RC1 -%global lower RC1 +%global rcver RC2 +%global lower RC2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 1%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -175,6 +175,7 @@ Patch47: php-8.1.0-phpinfo.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-pr9537.patch # Security fixes (200+) @@ -1185,6 +1186,7 @@ in pure PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .pr9537 # security patches @@ -1235,6 +1237,7 @@ rm Zend/tests/bug68412.phpt rm sapi/cli/tests/upload_2G.phpt # tar issue rm ext/zlib/tests/004-mb.phpt + # avoid issue when 2 builds run simultaneously (keep 64321 for the SCL) %ifarch x86_64 sed -e 's/64321/64322/' -i ext/openssl/tests/*.phpt @@ -2180,6 +2183,13 @@ fi %changelog +* Wed Sep 14 2022 Remi Collet - 8.2.0~RC2-3 +- update to 8.2.0RC2 (new tag) +- add patch from https://github.com/php/php-src/pull/9537 + +* Wed Sep 14 2022 Remi Collet - 8.2.0~RC2-2 +- update to 8.2.0RC2 + * Fri Sep 2 2022 Remi Collet - 8.2.0~RC1-1 - update to 8.2.0RC1 - bump API/ABI -- cgit