From owner-dev-commits-ports-all@freebsd.org Thu Jul 8 19:52:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 880B9652D9E; Thu, 8 Jul 2021 19:52:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GLRlS3NxVz4kl2; Thu, 8 Jul 2021 19:52:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5CB1226D77; Thu, 8 Jul 2021 19:52:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 168JqK6u060027; Thu, 8 Jul 2021 19:52:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 168JqKCP060026; Thu, 8 Jul 2021 19:52:20 GMT (envelope-from git) Date: Thu, 8 Jul 2021 19:52:20 GMT Message-Id: <202107081952.168JqKCP060026@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Juraj Lutter Subject: git: 792ca3684227 - main - mail/postfix-current: Update to 3.7-20210707 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: otis X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 792ca3684227788b8249d54e8bdd0e27f5590008 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2021 19:52:20 -0000 The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=792ca3684227788b8249d54e8bdd0e27f5590008 commit 792ca3684227788b8249d54e8bdd0e27f5590008 Author: Juraj Lutter AuthorDate: 2021-07-08 19:51:30 +0000 Commit: Juraj Lutter CommitDate: 2021-07-08 19:51:30 +0000 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 ++++--- 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 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