svn commit: r539321 - head/mail/postfix

Olli Hauer ohauer at FreeBSD.org
Tue Jun 16 04:42:04 UTC 2020


Author: ohauer
Date: Tue Jun 16 04:42:03 2020
New Revision: 539321
URL: https://svnweb.freebsd.org/changeset/ports/539321

Log:
  - 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.
  
  MFH:		2020Q2

Modified:
  head/mail/postfix/Makefile
  head/mail/postfix/distinfo

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Tue Jun 16 04:19:59 2020	(r539320)
+++ head/mail/postfix/Makefile	Tue Jun 16 04:42:03 2020	(r539321)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.5.2
+DISTVERSION=	3.5.3
 PORTREVISION?=	0
 PORTEPOCH=	1
 CATEGORIES=	mail

Modified: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo	Tue Jun 16 04:19:59 2020	(r539320)
+++ head/mail/postfix/distinfo	Tue Jun 16 04:42:03 2020	(r539321)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589665615
-SHA256 (postfix/postfix-3.5.2.tar.gz) = e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3
-SIZE (postfix/postfix-3.5.2.tar.gz) = 4611518
+TIMESTAMP = 1592167980
+SHA256 (postfix/postfix-3.5.3.tar.gz) = e381089cf2a03105042835776f23489c0a58600a6a6ebc8cb59f5cb1eb4d8d75
+SIZE (postfix/postfix-3.5.3.tar.gz) = 4611925


More information about the svn-ports-head mailing list