diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-07-26 19:18:54 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-07-26 19:18:54 +0000 |
commit | 346be3799afac58d414e532828c952bb2b9f42e5 (patch) | |
tree | 9be10eca4ca1298621a7fb237de55c8524d1443e | |
parent | net/mediatomb: Unbreak build with GCC 10 (-fno-common default) (diff) |
- update to 3.5.6
20200726
Bugfix (introduced: Postfix 3.5.5): part of a memory leak
fix was backported to the wrong place. File: tls/tls_misc.c.
The Postfix 3.5.5 workaround did not explicitly override
the system-wide OpenSSL configuration of allowed TLS protocol
versions, for sessions where the remote SMTP client sends
SNI. It's better to be safe than sorry. File: tls/tls_server.c.
PR: 248271
Reported by: many
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a4366e084a2c..405d0fe2a413 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5.5 +DISTVERSION= 3.5.6 PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 356069a451c5..ab756ee0d2b6 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595635320 -SHA256 (postfix/postfix-3.5.5.tar.gz) = dc2462a62fee5be82feb04391e5099755fe29ca28b75fa7f5c1ea1cfa7ffdac2 -SIZE (postfix/postfix-3.5.5.tar.gz) = 4613242 +TIMESTAMP = 1595788800 +SHA256 (postfix/postfix-3.5.6.tar.gz) = 8ec0aa671582adce157675e15da1dfa7ac2b5ff653571addba643735d0ec1e6a +SIZE (postfix/postfix-3.5.6.tar.gz) = 4613310 |