diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2021-07-08 21:51:30 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2021-07-08 21:51:30 +0200 |
commit | 792ca3684227788b8249d54e8bdd0e27f5590008 (patch) | |
tree | e98e87fb9f6768828f9833a9e9f6bc072732732e /mail/postfix-current | |
parent | 1a19e2d02173f0748ca4839a0a9e1d394d410e65 (diff) | |
download | freebsd-ports-792ca3684227788b8249d54e8bdd0e27f5590008.zip |
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.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 7 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
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 <torstenb@FreeBSD.org> 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} diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index f41b17e6d721..5c262a1a64f5 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624870547 -SHA256 (postfix/postfix-3.7-20210627.tar.gz) = e42ecc2e17c1085329a3dac92409aa8287a6b2d49a3a35a60d281e03a2886cef -SIZE (postfix/postfix-3.7-20210627.tar.gz) = 4749370 +TIMESTAMP = 1625773797 +SHA256 (postfix/postfix-3.7-20210707.tar.gz) = 28e4527fdd7cf526a3e959bc6afc659eca397bd629005bcb55d531180e1c9a69 +SIZE (postfix/postfix-3.7-20210707.tar.gz) = 4749553 |