From owner-svn-ports-head@FreeBSD.ORG Sat Feb 22 22:25:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B9FDDD5; Sat, 22 Feb 2014 22:25:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5687E131E; Sat, 22 Feb 2014 22:25:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MMPqi8079624; Sat, 22 Feb 2014 22:25:52 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MMPqWR079623; Sat, 22 Feb 2014 22:25:52 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201402222225.s1MMPqWR079623@svn.freebsd.org> From: Oliver Lehmann Date: Sat, 22 Feb 2014 22:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345678 - 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.17 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: Sat, 22 Feb 2014 22:25:52 -0000 Author: oliver Date: Sat Feb 22 22:25:51 2014 New Revision: 345678 URL: http://svnweb.freebsd.org/changeset/ports/345678 QAT: https://qat.redports.org/buildarchive/r345678/ Log: add a note about mail/courier-imap for SSL users Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Feb 22 22:21:50 2014 (r345677) +++ head/UPDATING Sat Feb 22 22:25:51 2014 (r345678) @@ -6,6 +6,14 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20140222: + AFFECTS: users of mail/courier-imap + AUTHOR: oliver@FreeBSD.org + + When using SSL and updating from an older version, run mkdhparams(8) to + create the new TLS_DHPARAMS file which is needed for Courier IMAP 4.15 + and up. + +20140222: AFFECTS: users of net-im/turpial AUTHOR: olivierd@FreeBSD.org