pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mosquitto: update to 1.5.5



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Dec 13 18:36:59 2018 -0500
Changeset:	99a0e34db3f37084204ecddf7da0c4fdfbb08ca9

Modified Files:
	mosquitto/Makefile
	mosquitto/TODO
	mosquitto/distinfo

Log Message:
mosquitto: update to 1.5.5

upstream changes:

Security

    If per_listener_settings is set to true, then the acl_file setting
    was ignored for the "default listener" only. This has been
    fixed. This does not affect any listeners defined with the
    listener option. Closes #1073.

Broker

    Add socket_domain option to allow listeners to disable IPv6
    support. This is required to work around a problem in
    libwebsockets that means sockets only listen on IPv6 by default if
    IPv6 support is compiled in. Closes #1004.

    When using ADNS, don't ask for all network protocols when
    connecting, because this can lead to confusing "Protocol not
    supported" errors if the network is down. Closes #1062.

    Fix outgoing retained messages not being sent by bridges on
    initial connection. Closes #1040.

    Don't reload auth_opt_ options on reload, to match the behaviour
    of the other plugin options. Closes #1068.

    Print message on error when installing/uninstalling as a Windows
    service.

    All non-error connect/disconnect messages are controlled by the
    connection_messages option. Closes #772. Closes #613. Closes #537.

Library

    Fix reconnect delay backoff behaviour. Closes #1027.

    Don't call on_disconnect() twice if keepalive tests fail. Closes
    #1067.

Client

    Always print leading zeros in mosquitto_sub when output format is
    hex. Closes #1066.

Build

    Fix building where TLS-PSK is not available. Closes #68.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=99a0e34db3f37084204ecddf7da0c4fdfbb08ca9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mosquitto/Makefile | 2 +-
 mosquitto/TODO     | 3 ---
 mosquitto/distinfo | 8 ++++----
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs:
diff --git a/mosquitto/Makefile b/mosquitto/Makefile
index f84ea4f36a..f5fb4b5365 100644
--- a/mosquitto/Makefile
+++ b/mosquitto/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-VERSION=	1.5.4
+VERSION=	1.5.5
 DISTNAME=	mosquitto-${VERSION}
 CATEGORIES=	net
 MASTER_SITES=	https://mosquitto.org/files/source/
diff --git a/mosquitto/TODO b/mosquitto/TODO
index 8919b9d521..f1445a189c 100644
--- a/mosquitto/TODO
+++ b/mosquitto/TODO
@@ -24,6 +24,3 @@ Check if these are really fixed in 1.5.1:
 
 Query sent to list on 20180904.  It seems likely that they are fixed
 but that it is not clearly documented.
-
-This package has known vulnerabilities, please investigate and fix if possible:
-  CVE-2018-20145
diff --git a/mosquitto/distinfo b/mosquitto/distinfo
index fb81a87868..565c516b30 100644
--- a/mosquitto/distinfo
+++ b/mosquitto/distinfo
@@ -1,9 +1,9 @@
 $NetBSD$
 
-SHA1 (mosquitto-1.5.4.tar.gz) = 52d9624afc4fca6c502327c6c64ea9ddedb5ea2f
-RMD160 (mosquitto-1.5.4.tar.gz) = 162e06ebdc8dd09f211a382663bf52548c2d6696
-SHA512 (mosquitto-1.5.4.tar.gz) = 4e7ae21304afa843d4d48a8ea0bcf0173deca25961bcd294f86eedbdd8ec59eeca3c8cf5f2d72765128756b2cdf9460f5718041a67c66ce6ac76679cdac247c7
-Size (mosquitto-1.5.4.tar.gz) = 430602 bytes
+SHA1 (mosquitto-1.5.5.tar.gz) = 1034e120b85b280d2d82b1ad42b280802999ee1e
+RMD160 (mosquitto-1.5.5.tar.gz) = 7c04ab09553a3514c0ff6411ba289ed3a971c757
+SHA512 (mosquitto-1.5.5.tar.gz) = 4984a8c3a48450ae87dfca9ea825433332c22a5c1b214b7c6d134789675431ba1bcebaceea2fe32c5d32c91ec47b9ded7b61c0c2caf6551f10e4f8dc455a5351
+Size (mosquitto-1.5.5.tar.gz) = 431998 bytes
 SHA1 (patch-CMakeLists.txt) = 34891235466aca2becd6072183298b8949a0a356
 SHA1 (patch-lib_CMakeLists.txt) = 9ab510e09f5099e595129b8bacf1a348b0868271
 SHA1 (patch-mosquitto.conf) = faa7e77c30a58105bd678d510f1f545345f6ce0b


Home | Main Index | Thread Index | Old Index