Date: Sun, 15 May 2016 21:16:10 +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: r415286 - head/mail/postfix Message-ID: <201605152116.u4FLGAsw090303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun May 15 21:16:09 2016 New Revision: 415286 URL: https://svnweb.freebsd.org/changeset/ports/415286 Log: - update to 3.1.1 Changelog: 20160228 Documentation: typos in postfix-tls-script(1) manpage. 20160327 Documentation: line wrapping in postconf(1) manpage. 20160310 Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM (replace sender) request lost the sender_bcc_maps address. Fixed by moving some record keeping to the sender output function. Files: cleanup/cleanup_envelope.c, cleanup/cleanup_addr.c, cleanup/cleanup_milter.c, cleanup/cleanup.h, regression tests. 20160410 Bugfix (introduced: Postfix 2.6): the "bad filetype" header_checks pattern falsely rejected Content-Mumble headers with ``name="example"; x-apple-part-url="example.com"''. Fixed by respecting the ";" separator between content attribute values. Reported by Cedric Knight. File: proto/header_checks. 20160515 Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h. MFH: 2016Q2 Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Sun May 15 21:07:00 2016 (r415285) +++ head/mail/postfix/Makefile Sun May 15 21:16:09 2016 (r415286) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Sun May 15 21:07:00 2016 (r415285) +++ head/mail/postfix/distinfo Sun May 15 21:16:09 2016 (r415286) @@ -1,2 +1,3 @@ -SHA256 (postfix/postfix-3.1.0.tar.gz) = 88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733 -SIZE (postfix/postfix-3.1.0.tar.gz) = 4336709 +TIMESTAMP = 1463345893 +SHA256 (postfix/postfix-3.1.1.tar.gz) = 3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982 +SIZE (postfix/postfix-3.1.1.tar.gz) = 4337295
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605152116.u4FLGAsw090303>