diff options
-rw-r--r-- | php74.spec | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -41,12 +41,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 -%bcond_with imap -%else %bcond_without imap -%endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global with_libpcre 1 @@ -103,7 +98,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -2206,6 +2201,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 |