4 Feb
2022
4 Feb
'22
12:09 a.m.
On Feb 3, 2022, at 5:21 AM, Aki Tuomi via Dovecot-news <dovecot-news@dovecot.org> wrote:
We are pleased to release v2.3.18 of Dovecot.
As with all recent releases, this needs the following patch to build on 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> -- Daniel J. Luke