]> TLD Linux GIT Repositories - packages/dovecot.git/commitdiff
- crypt segfault fix from PLD
authorMarcin Krol <hawk@tld-linux.org>
Fri, 10 Aug 2018 13:38:19 +0000 (13:38 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Fri, 10 Aug 2018 13:38:19 +0000 (13:38 +0000)
crypt.patch [new file with mode: 0644]

diff --git a/crypt.patch b/crypt.patch
new file mode 100644 (file)
index 0000000..3e17cb9
--- /dev/null
@@ -0,0 +1,10 @@
+--- dovecot-2.3.2.1/src/auth/mycrypt.c~        2018-04-30 15:52:04.000000000 +0200
++++ dovecot-2.3.2.1/src/auth/mycrypt.c 2018-08-10 12:30:04.828556600 +0200
+@@ -14,6 +14,7 @@
+ #  define _XPG6 /* Some Solaris versions require this, some break with this */
+ #endif
+ #include <unistd.h>
++#include <crypt.h>
+ #include "mycrypt.h"