From 8f5d80bdf950f717aaeb7ad30f1dbe4ca671c5cc Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Thu, 13 Dec 2018 10:22:38 +0100 Subject: [PATCH] Temporary disable cassandane for master. It should be enabled back once rhbz#1643801 is closed --- cyrus-imapd.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index c9b6eb5..b0a9405 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -5,11 +5,13 @@ %global cocas c8040fd9e3a3c9ec96a7b58ff8a0601756108d46 # Cassandane run by default. '--without cassandane' disables. -%bcond_without cassandane +# Disabled because of https://bugzilla.redhat.com/show_bug.cgi?id=1643801 +# FIXME enable it back once double free issue is fixed +%bcond_with cassandane Name: cyrus-imapd Version: 3.0.8 -Release: 2%{?dist} +Release: 3%{?dist} %define ssl_pem_file /etc/pki/%name/%name.pem @@ -681,6 +683,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Thu Dec 13 2018 Pavel Zhukov - 3.0.8-3 +- Temporary disable cassandane in master branch + * Sun Oct 28 2018 Nils Philippsen - 3.0.8-2 - remove jmap from list of httpmodules