summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt7
-rw-r--r--php.spec5
2 files changed, 6 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 45c32c1..428611d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,8 +1,8 @@
-===== 7.2.32 (2020-07-09)
+===== 7.2.33 (2020-08-06)
$ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log
-/var/lib/mock/scl72el6x/build.log:Tests failed : 2
+/var/lib/mock/scl72el6x/build.log:Tests failed : 0
/var/lib/mock/scl72el7x/build.log:Tests failed : 0
/var/lib/mock/scl72el8x/build.log:Tests failed : 17
/var/lib/mock/scl72fc30x/build.log:Tests failed : 1
@@ -10,9 +10,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log
/var/lib/mock/scl72fc32x/build.log:Tests failed : 1
-el6x:
- 1 Peer verification enabled for client streams [ext/openssl/tests/peer_verification.phpt]
- 1 Peer verification matches SAN names [ext/openssl/tests/san_peer_matching.phpt]
fc30x, fc31x, fc32x:
TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt]
el8x:
diff --git a/php.spec b/php.spec
index 647fb9f..dcef584 100644
--- a/php.spec
+++ b/php.spec
@@ -135,7 +135,7 @@
%global db_devel libdb-devel
%endif
-%global upver 7.2.32
+%global upver 7.2.33
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -1915,6 +1915,9 @@ fi
%changelog
+* Tue Aug 4 2021 Remi Collet <remi@remirepo.net> - 7.2.33-1
+- Update to 7.2.33 - http://www.php.net/releases/7_2_33.php
+
* Wed Jul 7 2021 Remi Collet <remi@remirepo.net> - 7.2.32-1
- Update to 7.2.32 (no change)
- display build system and provider in phpinfo (from 8.0)