- 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
This commit is contained in:
parent
8d464eff76
commit
346be3799a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543491
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfix
|
||||
DISTVERSION= 3.5.5
|
||||
DISTVERSION= 3.5.6
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue