Date: Sun, 25 Nov 2018 13:01:50 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485859 - head/mail/postfix Message-ID: <201811251301.wAPD1oAm030715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Nov 25 13:01:50 2018 New Revision: 485859 URL: https://svnweb.freebsd.org/changeset/ports/485859 Log: - 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 Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun Nov 25 12:56:35 2018 (r485858) +++ head/mail/postfix/Makefile Sun Nov 25 13:01:50 2018 (r485859) @@ -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 Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sun Nov 25 12:56:35 2018 (r485858) +++ head/mail/postfix/distinfo Sun Nov 25 13:01:50 2018 (r485859) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811251301.wAPD1oAm030715>