From owner-svn-ports-head@freebsd.org Sun Sep 18 08:50:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EA9DBDFDE7; Sun, 18 Sep 2016 08:50:44 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 526D3DCC; Sun, 18 Sep 2016 08:50:44 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8I8ohCi022924; Sun, 18 Sep 2016 08:50:43 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8I8ohWV022921; Sun, 18 Sep 2016 08:50:43 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201609180850.u8I8ohWV022921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 18 Sep 2016 08:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422357 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 08:50:44 -0000 Author: ohauer Date: Sun Sep 18 08:50:43 2016 New Revision: 422357 URL: https://svnweb.freebsd.org/changeset/ports/422357 Log: - update to 3.2-20160917 Changelog: 20160908 Documentation: add a pointer to hosts(5) and services(5) for symbolic host and port syntax. File: proto/master. 20160911 Bugfix (introduced: Postfix 3.0): the SMTP daemon did not reset a previous session's command counts before rejecting a client that exceeds request or concurrency rates. File: smtpd/smtpd.c. 20160912 Feature: preserve the new file mtimes when installing Postfix. Ond_ej Lyson_k. Wietse made this conditional on the presence of a new -keep-new-mtime flag. File: postfix-install. 20160917 Bugfix: unionmap did not propagate table lookup errors. Based on patch by Roel van Meer. Files: util/dict_union.c, util/dict_union_test.*. Cleanup: added unit test for pipemap. Files: util/dict_pipe.c, util/dict_pipe_test.*. Documentation: added a note about the order of search patterns and table lookup order. Files: proto/canonical, proto/generic, proto/virtual. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Sep 18 08:38:25 2016 (r422356) +++ head/mail/postfix-current/Makefile Sun Sep 18 08:50:43 2016 (r422357) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160828 +DISTVERSION= 3.2-20160917 PORTEPOCH= 4 -PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Sep 18 08:38:25 2016 (r422356) +++ head/mail/postfix-current/distinfo Sun Sep 18 08:50:43 2016 (r422357) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472342340 -SHA256 (postfix/postfix-3.2-20160828.tar.gz) = 62217029ccd12478129ab78c7dae69b826c103898489bd483e93296b477e71e9 -SIZE (postfix/postfix-3.2-20160828.tar.gz) = 4368321 +TIMESTAMP = 1474124100 +SHA256 (postfix/postfix-3.2-20160917.tar.gz) = 16daf7ebff972bc5b1c7a11fc36652216c909f6706a6a26a5e1aef69b4d237e5 +SIZE (postfix/postfix-3.2-20160917.tar.gz) = 4345771