svn commit: r424079 - head/net/mosquitto

Olli Hauer ohauer at FreeBSD.org
Sun Oct 16 18:46:12 UTC 2016


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 <joe at thrallingpenguin.com>
  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


More information about the svn-ports-all mailing list