TLD
/
packages
/
dovecot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33b1d02
)
- crypt segfault fix from PLD
author
Marcin Krol
<hawk@tld-linux.org>
Fri, 10 Aug 2018 13:38:19 +0000
(13:38 +0000)
committer
Marcin Krol
<hawk@tld-linux.org>
Fri, 10 Aug 2018 13:38:19 +0000
(13:38 +0000)
crypt.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/crypt.patch
b/crypt.patch
new file mode 100644
(file)
index 0000000..
3e17cb9
--- /dev/null
+++ b/
crypt.patch
@@ -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"
+