From 13703437449b836423110fd5b51eb79d57f715d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Feb 2023 14:30:26 +0100 Subject: F38: enable imap extension --- php.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php.spec') 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 - 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