FreeBSD Bugzilla – Attachment 192047 Details for
Bug 227167
mail/cyrus-imapd24: Fix build with LibreSSL 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for mail/cyrus-imapd24
patch-mail_cyrus-imapd24-LibreSSL2.7 (text/plain), 1.44 KB, created by
Bernard Spil
on 2018-04-01 10:13:33 UTC
(
hide
)
Description:
svn diff for mail/cyrus-imapd24
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2018-04-01 10:13:33 UTC
Size:
1.44 KB
patch
obsolete
>Index: mail/cyrus-imapd24/Makefile >=================================================================== >--- mail/cyrus-imapd24/Makefile (revision 465230) >+++ mail/cyrus-imapd24/Makefile (working copy) >@@ -82,7 +82,7 @@ > SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE} > > OPTIONS_RADIO= GSSAPI >-OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT >+OPTIONS_RADIO_GSSAPI= GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE > .if exists(/usr/lib/libkrb5.a) > OPTIONS_RADIO_GSSAPI+= GSSAPI_BASE > OPTIONS_DEFAULT+= GSSAPI_BASE >@@ -96,6 +96,7 @@ > GSSAPI_MIT_USES= gssapi:mit > GSSAPI_MIT_CONFIGURE_ON= --enable-gssapi="${GSSAPIBASEDIR}" \ > --with-gss_impl=mit >+GSSAPI_NONE_CONFIGURE_ON= --disable-gssapi --without-gss_impl > > # Autocreate Inbox and Autosieve patches from UoA > # http://email.uoa.gr/projects/cyrus/ >Index: mail/cyrus-imapd24/files/patch-imap_tls.c >=================================================================== >--- mail/cyrus-imapd24/files/patch-imap_tls.c (revision 465230) >+++ mail/cyrus-imapd24/files/patch-imap_tls.c (working copy) >@@ -5,7 +5,7 @@ > #endif > > -#if OPENSSL_VERSION_NUMBER < 0x10100000L >-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) >++#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L) > /* replacements for new 1.1 API accessors */ > /* XXX probably put these somewhere central */ > static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227167
: 192047