From owner-svn-ports-all@freebsd.org Mon Oct 24 00:06:56 2016 Return-Path: Delivered-To: svn-ports-all@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 1CAE6C1E254; Mon, 24 Oct 2016 00:06:56 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF38D8E0; Mon, 24 Oct 2016 00:06:54 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [127.0.0.1] (ip72-204-34-204.fv.ks.cox.net [72.204.34.204]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 227BD43BE0; Sun, 23 Oct 2016 19:06:15 -0500 (CDT) Subject: Re: svn commit: r424079 - head/net/mosquitto To: Olli Hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201610161846.u9GIkAfJ016453@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: Date: Sun, 23 Oct 2016 19:06:45 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <201610161846.u9GIkAfJ016453@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 161023-0, 10/23/2016), Outbound message X-Antivirus-Status: Clean X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 00:06:56 -0000 On 10/16/2016 13:46, Olli Hauer wrote: > Author: ohauer > Date: Sun Oct 16 18:46:10 2016 > New Revision: 424079 > URL: https://svnweb.freebsd.org/changeset/ports/424079 > > Log: > - update to 1.4.10 > > Broker > Fix TLS operation with websockets listeners and libwebsockets 2.x. Closes > #186. > Don.t disconnect client on HUP before reading the pending data. Closes #7. > Fix some $SYS messages being incorrectly persisted. Closes #191. > Support OpenSSL 1.1.0. > Call fsync after persisting data to ensure it is correctly written. Closes > #189. > Fix persistence saving of subscription QoS on big-endian machines. > Fix will retained flag handling on Windows. Closes #222. > Broker now displays an error if it is unable to open the log file. Closes > #234. > > Client library > Support OpenSSL 1.1.0. > Fixed the C++ library not allowing SOCKS support to be used. Closes #198. > Fix memory leak when verifying a server certificate with a subjectAltName > section. Closes #237. > > Build > Don.t attempt to install docs when WITH_DOCS=no. Closes #184. > > PR: 213532 > Submitted by: ohauer > Approved by: maintainer > MFH: 2016Q4 > As a heads up, it appears there's been a regression with regard to libressl. It built with DEFAULT_SSL=libressl before with the older version, but now it fails with: --- src/CMakeFiles/mosquitto_passwd.dir/all --- CMakeFiles/mosquitto_passwd.dir/mosquitto_passwd.c.o:mosquitto_passwd.c:function output_new_password: error: undefined reference to 'EVP_MD_CTX_new' CMakeFiles/mosquitto_passwd.dir/mosquitto_passwd.c.o:mosquitto_passwd.c:function output_new_password: error: undefined reference to 'EVP_MD_CTX_free' --- lib/CMakeFiles/libmosquitto.dir/all --- John --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus