From owner-svn-ports-head@freebsd.org Tue Mar 8 20:40:02 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 415F8AC8A0D; Tue, 8 Mar 2016 20:40:02 +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 0E573A2C; Tue, 8 Mar 2016 20:40:01 +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 u28Ke0A0014463; Tue, 8 Mar 2016 20:40:00 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u28Ke0V8014462; Tue, 8 Mar 2016 20:40:00 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603082040.u28Ke0V8014462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 8 Mar 2016 20:40:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410658 - head 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.21 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: Tue, 08 Mar 2016 20:40:02 -0000 Author: ohauer Date: Tue Mar 8 20:40:00 2016 New Revision: 410658 URL: https://svnweb.freebsd.org/changeset/ports/410658 Log: - add note about last the mail/postfix updates and changes PR: 207684 Requested by: Miroslav Lachman Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Mar 8 20:31:14 2016 (r410657) +++ head/UPDATING Tue Mar 8 20:40:00 2016 (r410658) @@ -50,6 +50,20 @@ you update your ports collection, before # portupgrade -o security/openssh-portable security/openssh-portable-devel +20160228: + AFFECTS: users of mail/postfix + AUTHOR: ohauer@FreeBSD.org + + Postfix has been updated to version 3.1, VDA and native SPF is no + longer supported. + + - if VDA support is needed, users should stay on mail/postfix211 + - SPF support can be added to postfix via one of the mail/*spf* ports + + The Dovecot SASL OPTION was removed, Dovecot SASL support is always given + from now on. In addition, for each mail/postfix* port there is now a + mail/postfix*-sasl slave port providing Cyrus SASL as default. + 20160217: AFFECTS: users of www/nginx-devel AUTHOR: osa@FreeBSD.org