From bd296896979157a128df27cff4d9da10699adef0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Feb 2023 15:11:28 +0100 Subject: F38: enable imap extension --- php74.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/php74.spec b/php74.spec index 5221977..a0ee8e6 100644 --- a/php74.spec +++ b/php74.spec @@ -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 - 7.4.33-5 +- F38: enable imap extension + * Tue Feb 14 2023 Remi Collet - 7.4.33-4 - fix #81744: Password_verify() always return true with some hash CVE-2023-0567 -- cgit