From owner-svn-ports-all@freebsd.org Tue Jun 16 14:04:20 2020 Return-Path: Delivered-To: svn-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 D699733AA29; Tue, 16 Jun 2020 14:04:20 +0000 (UTC) (envelope-from ohauer@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49mVLX5RbXz43Qx; Tue, 16 Jun 2020 14:04:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B4C25106A1; Tue, 16 Jun 2020 14:04:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05GE4KfK016008; Tue, 16 Jun 2020 14:04:20 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05GE4KEo016007; Tue, 16 Jun 2020 14:04:20 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202006161404.05GE4KEo016007@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 16 Jun 2020 14:04:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r539352 - branches/2020Q2/mail/postfix X-SVN-Group: ports-branches X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: branches/2020Q2/mail/postfix X-SVN-Commit-Revision: 539352 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2020 14:04:20 -0000 Author: ohauer Date: Tue Jun 16 14:04:20 2020 New Revision: 539352 URL: https://svnweb.freebsd.org/changeset/ports/539352 Log: MFH: r539321 - update to 3.5.3 Changelog: 20200530 Bugfix (introduced: Postfix 3.1): "postfix tls deploy-server-cert" did not handle a missing optional argument. 20200610 Bugfix (introduced: Postfix 3.4): in the Postfix SMTP server, the SNI callback reported an error when it was called a second time. This happened after the server-side TLS engine sent a TLSv1.3 HelloRetryRequest (HRR) to a remote SMTP client. Approved by: portmgr (joneum) Modified: branches/2020Q2/mail/postfix/Makefile branches/2020Q2/mail/postfix/distinfo Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/mail/postfix/Makefile ============================================================================== --- branches/2020Q2/mail/postfix/Makefile Tue Jun 16 13:27:05 2020 (r539351) +++ branches/2020Q2/mail/postfix/Makefile Tue Jun 16 14:04:20 2020 (r539352) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5.1 +DISTVERSION= 3.5.3 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail Modified: branches/2020Q2/mail/postfix/distinfo ============================================================================== --- branches/2020Q2/mail/postfix/distinfo Tue Jun 16 13:27:05 2020 (r539351) +++ branches/2020Q2/mail/postfix/distinfo Tue Jun 16 14:04:20 2020 (r539352) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587232008 -SHA256 (postfix/postfix-3.5.1.tar.gz) = dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4 -SIZE (postfix/postfix-3.5.1.tar.gz) = 4609587 +TIMESTAMP = 1592167980 +SHA256 (postfix/postfix-3.5.3.tar.gz) = e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75 +SIZE (postfix/postfix-3.5.3.tar.gz) = 4611925