Cyrus IMAPd 2.4.0 Released
Hajimu UMEMOTO
ume at mahoroba.org
Tue Oct 12 08:45:20 EDT 2010
Hi,
>>>>> On Mon, 11 Oct 2010 17:48:54 -0400
>>>>> Ken Murchison <murch at andrew.cmu.edu> said:
murch> I am pleased to announce the release of Cyrus IMAPd 2.4.0. This
murch> release should be considered production quality but hasn't yet been
murch> widely tested. Major changes in the release are the following:
Since UINT32_MAX is not defined, imap/nntpd.c is not compilable on
FreeBSD 8.1 box. Here is a patch:
Index: imap/nntpd.c
diff -u -p imap/nntpd.c.orig imap/nntpd.c
--- imap/nntpd.c.orig 2010-10-12 06:35:47.000000000 +0900
+++ imap/nntpd.c 2010-10-12 12:18:23.780338789 +0900
@@ -55,6 +55,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
#include <stdio.h>
#include <errno.h>
#include <string.h>
Sincerely,
--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume at mahoroba.org ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
More information about the Cyrus-devel
mailing list