- update to 3.3.2

Changelog:
20180617
  Bugfix (introduced: Postfix 2.11): minor memory leak when
  minting issuer certs. This affects a tiny minority of use
  cases. Viktor Dukhovni, based on a fix by Juan Altmayer
  Pizzorno for the ssl_dane library.

20180817
  Workaround: postconf build did not abort if the m4 command
  is not installed (on a system that does have the make
  command, the awk command, the perl command, and the C
  compiler?!).

20181104
  Multiple 'bit rot' fixes for OpenSSL API changes, including
  support to disable TLSv1.3, to avoid issuing multiple session
  tickets, and to allow OpenSSL >= 1.1.0 run-time micro version
  bumps without complaining about library version mismatches.
  Viktor Dukhovni.

20181106
  Bugfix (introduced: 3.0): smtpd_discard_ehlo_keywords could
  not disable "SMTPUTF8". because the lookup table was using
  "EHLO_MASK_SMTPUTF8" instead.

20181110
  Documentation: update documentation for Postfix versions
  that support disabling TLS 1.3.

20181117
  Improved logging of TLS 1.3 summary information, and improved
  reporting of the same info in Received: message headers.
  Viktor Dukhovni.

MFH:		2018Q4
This commit is contained in:
Olli Hauer
2018-11-25 13:01:50 +00:00
parent 23a4252f8f
commit 19c06e9f04
2 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= postfix
DISTVERSION= 3.3.1
PORTREVISION?= 2
DISTVERSION= 3.3.2
PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
@@ -16,7 +16,7 @@ MASTER_SITES:= ${MASTER_SITES:S|$|official/|}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ohauer@FreeBSD.org
COMMENT= Secure alternative to widely-used Sendmail
COMMENT?= Secure alternative to widely-used Sendmail
LICENSE= IPL10 EPL
LICENSE_COMB= multi

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1526761800
SHA256 (postfix/postfix-3.3.1.tar.gz) = 54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b
SIZE (postfix/postfix-3.3.1.tar.gz) = 4420912
TIMESTAMP = 1543100707
SHA256 (postfix/postfix-3.3.2.tar.gz) = 3c93f31eee49a58e592c31e62a058701cadde11e8e066ea441da19fddad7b35b
SIZE (postfix/postfix-3.3.2.tar.gz) = 4429452