Date: Thu, 11 Jan 2018 20:55:08 +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: r458793 - head/mail/postfix-current Message-ID: <201801112055.w0BKt8XZ028203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Thu Jan 11 20:55:08 2018 New Revision: 458793 URL: https://svnweb.freebsd.org/changeset/ports/458793 Log: - update to 3.3-20180107 Incompatible changes with snapshot 201800107 -------------------------------------------- This release changes the format of 'full name' information in Postfix-generated From: headers, when a local program such as /bin/mail submits a message without From: header. Postfix-generated From: headers with 'full name' information are now formatted as "From: name <address>" by default. Specify "header_from_format = obsolete" to get the earlier form "From: address (name)". See the postconf(5) manpage for more details. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Thu Jan 11 20:45:24 2018 (r458792) +++ head/mail/postfix-current/Makefile Thu Jan 11 20:55:08 2018 (r458793) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.3-20171229 +DISTVERSION= 3.3-20180107 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Thu Jan 11 20:45:24 2018 (r458792) +++ head/mail/postfix-current/distinfo Thu Jan 11 20:55:08 2018 (r458793) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514594700 -SHA256 (postfix/postfix-3.3-20171229.tar.gz) = d5eb91cde6aa5487db300066086319aa713dd559d0d2f8a76be10939ce8f3ee6 -SIZE (postfix/postfix-3.3-20171229.tar.gz) = 4403773 +TIMESTAMP = 1515346620 +SHA256 (postfix/postfix-3.3-20180107.tar.gz) = 8ff74a8854019a8431aa6a3658e9746af6a7f268bac847668737f91538a8146b +SIZE (postfix/postfix-3.3-20180107.tar.gz) = 4427783
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801112055.w0BKt8XZ028203>