From owner-svn-ports-all@freebsd.org Sun Oct 16 18:46:11 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 E1A0BC145EE; Sun, 16 Oct 2016 18:46:11 +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 945931585; Sun, 16 Oct 2016 18:46:11 +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 u9GIkAfu016455; Sun, 16 Oct 2016 18:46:10 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9GIkAfJ016453; Sun, 16 Oct 2016 18:46:10 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201610161846.u9GIkAfJ016453@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 16 Oct 2016 18:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424079 - head/net/mosquitto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 16 Oct 2016 18:46:12 -0000 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 Modified: head/net/mosquitto/Makefile head/net/mosquitto/distinfo Modified: head/net/mosquitto/Makefile ============================================================================== --- head/net/mosquitto/Makefile Sun Oct 16 18:41:21 2016 (r424078) +++ head/net/mosquitto/Makefile Sun Oct 16 18:46:10 2016 (r424079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ Modified: head/net/mosquitto/distinfo ============================================================================== --- head/net/mosquitto/distinfo Sun Oct 16 18:41:21 2016 (r424078) +++ head/net/mosquitto/distinfo Sun Oct 16 18:46:10 2016 (r424079) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468823152 -SHA256 (mosquitto-1.4.9.tar.gz) = 1df3ae07de40b80a74cd37a7b026895c544cdd3b42c9e0719ae91623aa98c58b -SIZE (mosquitto-1.4.9.tar.gz) = 325712 +TIMESTAMP = 1471433988 +SHA256 (mosquitto-1.4.10.tar.gz) = 437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770 +SIZE (mosquitto-1.4.10.tar.gz) = 359569