Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 17:29:44 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r424186 - branches/2016Q4/net/mosquitto
Message-ID:  <201610181729.u9IHTiho094737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Oct 18 17:29:44 2016
New Revision: 424186
URL: https://svnweb.freebsd.org/changeset/ports/424186

Log:
  MFH: r424079
  
  - 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 <joe@thrallingpenguin.com>
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/net/mosquitto/Makefile
  branches/2016Q4/net/mosquitto/distinfo
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/net/mosquitto/Makefile
==============================================================================
--- branches/2016Q4/net/mosquitto/Makefile	Tue Oct 18 17:27:25 2016	(r424185)
+++ branches/2016Q4/net/mosquitto/Makefile	Tue Oct 18 17:29:44 2016	(r424186)
@@ -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: branches/2016Q4/net/mosquitto/distinfo
==============================================================================
--- branches/2016Q4/net/mosquitto/distinfo	Tue Oct 18 17:27:25 2016	(r424185)
+++ branches/2016Q4/net/mosquitto/distinfo	Tue Oct 18 17:29:44 2016	(r424186)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610181729.u9IHTiho094737>