From 4cbf578136e7d0763dedbece5474b0785fe4bac7 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 25 Apr 2015 09:27:12 +0000 Subject: - add support for eliptic curves --- mail/sendmail/Makefile | 1 + mail/sendmail/files/site.config.m4.tls | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 0d4725276dd2..8eb4b0a680fd 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -2,6 +2,7 @@ PORTNAME= sendmail PORTVERSION= 8.15.1 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2} diff --git a/mail/sendmail/files/site.config.m4.tls b/mail/sendmail/files/site.config.m4.tls index ce46df9dc9fd..794b7de02db3 100644 --- a/mail/sendmail/files/site.config.m4.tls +++ b/mail/sendmail/files/site.config.m4.tls @@ -1,2 +1,2 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') +APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC') APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') -- cgit