summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt3
-rw-r--r--php.spec10
2 files changed, 7 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index bfff5ea..fc9bf42 100644
--- a/failed.txt
+++ b/failed.txt
@@ -7,8 +7,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl74el9x/build.log:Tests failed : 0
/var/lib/mock/scl74fc36x/build.log:Tests failed : 0
/var/lib/mock/scl74fc37x/build.log:Tests failed : 0
+/var/lib/mock/scl74fc37x/build.log:Tests failed : 1
+fc38x:
+ 3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index d825595..22f7d4b 100644
--- a/php.spec
+++ b/php.spec
@@ -65,12 +65,7 @@
# Optional components; pass "--with mssql" etc to rpmbuild.
%global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0}
-%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
-# uw-imap is not available
-%global with_imap 0
-%else
%global with_imap 1
-%endif
%global with_interbase 1
%global with_freetds 1
%global with_tidy 1
@@ -115,7 +110,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 4%{?dist}
+Release: 5%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1861,6 +1856,9 @@ EOF
%changelog
+* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 7.4.33-5
+- F38: enable imap extension
+
* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 7.4.33-4
- fix #81744: Password_verify() always return true with some hash
CVE-2023-0567