aboutsummaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd312/files/patch-imap__http_client.h
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2025-05-09 22:47:56 +0900
committerHajimu UMEMOTO <ume@FreeBSD.org>2025-05-09 22:47:56 +0900
commit16ad1e7d6c6b670cae772ef904ac94f50b89c9fe (patch)
tree3a1d3f7c83aae31194d2db5d11bed33351980236 /mail/cyrus-imapd312/files/patch-imap__http_client.h
parent15619040d794b0162a19575c6ec6ed5d9e00fc04 (diff)
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
Diffstat (limited to 'mail/cyrus-imapd312/files/patch-imap__http_client.h')
-rw-r--r--mail/cyrus-imapd312/files/patch-imap__http_client.h11
1 files changed, 11 insertions, 0 deletions
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 */
+ };
+