summaryrefslogtreecommitdiffstats
path: root/php73.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-26 17:48:19 +0200
committerRemi Collet <remi@php.net>2021-10-26 17:48:19 +0200
commitd294a171fc1bdd69e0fade8d717ef1a651e65a0e (patch)
tree461fb6b210535b1e03358e93100eec5f372f5032 /php73.spec
parent9a770fefe98706541fa587fb64bdf1d043457882 (diff)
Update to 7.3.32 - http://www.php.net/releases/7_3_32.php
Diffstat (limited to 'php73.spec')
-rw-r--r--php73.spec9
1 files changed, 5 insertions, 4 deletions
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 <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