From 16ad1e7d6c6b670cae772ef904ac94f50b89c9fe Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Fri, 9 May 2025 22:47:56 +0900 Subject: mail/cyrus-imapd312: Add new port -- Cyrus IMAP 3.12 Relnotes: https://www.cyrusimap.org/3.12/imap/download/release-notes/3.12/x/3.12.0.html --- mail/cyrus-imapd312/files/patch-imap__http_client.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/cyrus-imapd312/files/patch-imap__http_client.h (limited to 'mail/cyrus-imapd312/files/patch-imap__http_client.h') diff --git a/mail/cyrus-imapd312/files/patch-imap__http_client.h b/mail/cyrus-imapd312/files/patch-imap__http_client.h new file mode 100644 index 000000000000..113854e9913d --- /dev/null +++ b/mail/cyrus-imapd312/files/patch-imap__http_client.h @@ -0,0 +1,11 @@ +--- imap/http_client.h.orig 2016-04-11 02:02:11 UTC ++++ imap/http_client.h +@@ -57,7 +57,7 @@ struct body_t { + unsigned char framing; /* Message framing */ + unsigned char te; /* Transfer-Encoding */ + unsigned max; /* Max allowed len */ +- ulong len; /* Content-Length */ ++ unsigned long len; /* Content-Length */ + struct buf payload; /* Payload */ + }; + -- cgit v1.2.3