summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/dovecot/files/dovecot-socket-name-too-long.patch')
-rw-r--r--net-mail/dovecot/files/dovecot-socket-name-too-long.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/dovecot/files/dovecot-socket-name-too-long.patch b/net-mail/dovecot/files/dovecot-socket-name-too-long.patch
new file mode 100644
index 000000000000..64c17f367b99
--- /dev/null
+++ b/net-mail/dovecot/files/dovecot-socket-name-too-long.patch
@@ -0,0 +1,11 @@
+--- a/src/imap/test-imap-client-hibernate.c 2021-01-05 11:42:53.073912808 +0300
++++ b/src/imap/test-imap-client-hibernate.c 2021-01-05 11:43:49.790616213 +0300
+@@ -19,7 +19,7 @@
+
+ #include <sys/stat.h>
+
+-#define TEMP_DIRNAME ".test-imap-client-hibernate"
++#define TEMP_DIRNAME ".t-ic-h" /* test-imap-client-hibernate */
+
+ #define EVILSTR "\t\r\n\001"
+