summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index 9eb972c..389f708 100644
--- a/php.spec
+++ b/php.spec
@@ -121,12 +121,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: %{?scl_prefix}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
@@ -196,7 +196,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
@@ -969,7 +968,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch101 -p1 -b .bug80783
# security patches
-%patch200 -p1 -b .bug81026
# Fixes for tests
%patch300 -p1 -b .datetests
@@ -1921,6 +1919,9 @@ fi
%changelog
+* Tue Oct 26 2021 Remi Collet <remi@remirepo.net> - 7.3.32-1
+- Update to 7.3.32 - http://www.php.net/releases/7_3_32.php
+
* Wed Oct 20 2021 Remi Collet <remi@remirepo.net> - 7.3.31-2
- fix PHP-FPM oob R/W in root process leading to priv escalation
CVE-2021-21703