On Mon, 2007-12-10 at 12:20 -0500, Ken Murchison wrote: > I am pleased to announce the release of Cyrus IMAPd 2.3.11. This > release should be considered production quality. hi, gcc 2.96 fails to build 2.3.11 because of a typo in imap/index.c. see the attached patch for a fix. apart from this small glitch 2.3.11 works fine on my redhat 7.3 :) br, tom. -- Thomas "Duke" Hager duke@xxxxxxxxxx GPG: 1024D/D27F858C http://www.sigsegv.at/gpg/duke.gpg ================================================================= "Never Underestimate the Power of Stupid People in Large Groups."
diff -u -r cyrus-imapd-2.3.11/imap/index.c cyrus-imapd-2.3.11.hack/imap/index.c --- cyrus-imapd-2.3.11/imap/index.c Fri Oct 26 17:31:40 2007 +++ cyrus-imapd-2.3.11.hack/imap/index.c Tue Dec 11 10:24:27 2007 @@ -2578,7 +2578,7 @@ unsigned long msg_size = 0; const char *cacheitem; int fetchmime = 0; - unsigned size, offset = 0, skip = 0;; + unsigned size, offset = 0, skip = 0; int n, r = 0; if (outsize) *outsize = 0;
Attachment:
signature.asc
Description: This is a digitally signed message part
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html