From d294a171fc1bdd69e0fade8d717ef1a651e65a0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Oct 2021 17:48:19 +0200 Subject: Update to 7.3.32 - http://www.php.net/releases/7_3_32.php --- php73.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index 326da27..46a242e 100644 --- a/php73.spec +++ b/php73.spec @@ -106,12 +106,12 @@ %global db_devel libdb-devel %endif -%global upver 7.3.31 +%global upver 7.3.32 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -182,7 +182,6 @@ Patch100: php-bug80682.patch Patch101: php-bug80783.patch # Security fixes (200+) -Patch200: php-bug81026.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -1165,7 +1164,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch101 -p1 -b .bug80783 # security patches -%patch200 -p1 -b .bug81026 # Fixes for tests %if 0%{?fedora} >= 25 || 0%{?rhel} >= 6 @@ -2258,6 +2256,9 @@ fi %changelog +* Tue Oct 26 2021 Remi Collet - 7.3.32-1 +- Update to 7.3.32 - http://www.php.net/releases/7_3_32.php + * Wed Oct 20 2021 Remi Collet - 7.3.31-2 - fix PHP-FPM oob R/W in root process leading to priv escalation CVE-2021-21703 -- cgit