svn commit: r384720 - in head/mail/sendmail: . files

Dirk Meyer dinoex at FreeBSD.org
Sat Apr 25 09:27:13 UTC 2015


Author: dinoex
Date: Sat Apr 25 09:27:12 2015
New Revision: 384720
URL: https://svnweb.freebsd.org/changeset/ports/384720

Log:
  - add support for eliptic curves

Modified:
  head/mail/sendmail/Makefile
  head/mail/sendmail/files/site.config.m4.tls

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Sat Apr 25 09:25:15 2015	(r384719)
+++ head/mail/sendmail/Makefile	Sat Apr 25 09:27:12 2015	(r384720)
@@ -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}

Modified: head/mail/sendmail/files/site.config.m4.tls
==============================================================================
--- head/mail/sendmail/files/site.config.m4.tls	Sat Apr 25 09:25:15 2015	(r384719)
+++ head/mail/sendmail/files/site.config.m4.tls	Sat Apr 25 09:27:12 2015	(r384720)
@@ -1,2 +1,2 @@
-APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS -D_FFR_TLS_EC')
 APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')


More information about the svn-ports-all mailing list