aboutsummaryrefslogtreecommitdiffstats
path: root/main/dovecot/libressl.patch
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-12-06 21:37:11 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-12-07 08:39:24 +0000
commit2155e77ec84a794b5012301bbbfa3a614f7dcc8d (patch)
treec37cd3db949311c027450dda9bba1ad05fd24c63 /main/dovecot/libressl.patch
parent4f80c491b2887d6615c50a7b86871d4d35f93797 (diff)
downloadaports-2155e77ec84a794b5012301bbbfa3a614f7dcc8d.tar.bz2
aports-2155e77ec84a794b5012301bbbfa3a614f7dcc8d.tar.xz
main/dovecot: upgrade to 2.2.27
-- add config for sieve-extdata-plugin some fixes in APKBUILD
Diffstat (limited to 'main/dovecot/libressl.patch')
-rw-r--r--main/dovecot/libressl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/dovecot/libressl.patch b/main/dovecot/libressl.patch
new file mode 100644
index 0000000000..02cd08c87b
--- /dev/null
+++ b/main/dovecot/libressl.patch
@@ -0,0 +1,11 @@
+--- a/src/lib-ssl-iostream/dovecot-openssl-common.c
++++ b/src/lib-ssl-iostream/dovecot-openssl-common.c
+@@ -101,7 +101,7 @@
+ ERR_remove_thread_state(NULL);
+ #endif
+ ERR_free_strings();
+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
+ OPENSSL_cleanup();
+ #endif
+ return FALSE;