From 792ca3684227788b8249d54e8bdd0e27f5590008 Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Thu, 8 Jul 2021 21:51:30 +0200 Subject: mail/postfix-current: Update to 3.7-20210707 - Update to 3.7-20210707 - Check if OpenSSL at least 1.1.1a is being used - LibreSSL is not supported as it dos not (yet) provide the TLSv1.3 API found in OpenSSL 1.1.1 API. --- mail/postfix-current/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/postfix-current/Makefile') diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 98256dc6308c..dcabcc80039d 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Blum PORTNAME= postfix -DISTVERSION= 3.7-20210627 +DISTVERSION= 3.7-20210707 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail @@ -88,8 +88,9 @@ MAKEFILEFLAGS+= DEBUG= MAKEFILEFLAGS+= pie=yes CC="${CC}" OPT="${CFLAGS}" -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_11= error: OpenSSL-1.1.1 is the minimum supported version +.if (${OSREL:R} < 12 && ${SSL_DEFAULT} == base) || (${SSL_DEFAULT} == libressl) +BROKEN= error: OpenSSL-1.1.1 is the minimum supported version. \ + LibreSSL is not supported .endif .if ${PORT_OPTIONS:MINST_BASE} -- cgit v1.2.3