[Dovecot-news] Dovecot v2.3.14.1 released

Daniel J. Luke dluke at geeklair.net
Mon Jun 21 19:17:06 EEST 2021


On Jun 21, 2021, at 7:21 AM, Timo Sirainen <timo at sirainen.com> wrote:
> This is an "important fixes only" release in case you don't want to upgrade to v2.3.15. There is no matching Pigeonhole release - use the same v2.3.14 instead.

Need this small patch to build on newer MacOS:

--- src/lib/ioloop-notify-kqueue.c.orig	2021-06-14 07:56:46.000000000 -0400
+++ src/lib/ioloop-notify-kqueue.c	2021-06-21 12:10:16.000000000 -0400
@@ -11,6 +11,7 @@
 
 #include "ioloop-private.h"
 #include "llist.h"
+#include "time-util.h"
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/types.h>

or it will error with:

ioloop-notify-kqueue.c:70:2: error: implicit declaration of function 'i_gettimeofday' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
        i_gettimeofday(&ioloop_timeval);
        ^

-- 
Daniel J. Luke



More information about the dovecot mailing list