svn commit: r381606 - head/mail/dovecot/files

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 19 15:53:03 UTC 2015


Author: bdrewery
Date: Thu Mar 19 15:53:02 2015
New Revision: 381606
URL: https://svnweb.freebsd.org/changeset/ports/381606
QAT: https://qat.redports.org/buildarchive/r381606/

Log:
  Support building with LibreSSL.
  
  PR:		198386
  Submitted by:	Bernard Spil <spil.oss at gmail.com>

Added:
  head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c   (contents, props changed)

Added: head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c	Thu Mar 19 15:53:02 2015	(r381606)
@@ -0,0 +1,10 @@
+--- src/login-common/ssl-proxy-openssl.c.orig	2015-03-07 13:25:36.487131678 +0100
++++ src/login-common/ssl-proxy-openssl.c	2015-03-07 13:24:28.303136938 +0100
+@@ -21,6 +21,7 @@
+ #include <openssl/ssl.h>
+ #include <openssl/err.h>
+ #include <openssl/rand.h>
++#include <openssl/comp.h>
+ 
+ #define DOVECOT_SSL_DEFAULT_CIPHER_LIST "ALL:!LOW:!SSLv2"
+ /* Check every 30 minutes if parameters file has been updated */


More information about the svn-ports-head mailing list