From owner-svn-ports-head@FreeBSD.ORG Mon Mar 23 18:20:38 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B345309; Mon, 23 Mar 2015 18:20:38 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0640C7A9; Mon, 23 Mar 2015 18:20:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2NIKbr1020192; Mon, 23 Mar 2015 18:20:37 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2NIKbda020191; Mon, 23 Mar 2015 18:20:37 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201503231820.t2NIKbda020191@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 23 Mar 2015 18:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382020 - 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.18-1 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: Mon, 23 Mar 2015 18:20:38 -0000 Author: madpilot Date: Mon Mar 23 18:20:36 2015 New Revision: 382020 URL: https://svnweb.freebsd.org/changeset/ports/382020 QAT: https://qat.redports.org/buildarchive/r382020/ Log: Add one more piece of information to the asterisk 20150323 entry. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Mar 23 17:55:02 2015 (r382019) +++ head/UPDATING Mon Mar 23 18:20:36 2015 (r382020) @@ -19,6 +19,11 @@ you update your ports collection, before asterisk13 it is also needed to enable the EXTSRTP option in the pjsip port. + If the CURL option is enabled also make sure the ftp/curl port + is using one of the HEIMDAL_PORT or KRB5_PORT options, otherwise + the curl module will cause asterisk to fail on startup due to + mixing calls to OpenSSL from base and from ports. + 20150322: AFFECTS: Users of security/openssh-portable AUTHOR: bdrewery@FreeBSD.org