Date: Tue, 16 Jun 2020 14:04:20 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r539352 - branches/2020Q2/mail/postfix Message-ID: <202006161404.05GE4KEo016007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006161404.05GE4KEo016007>