pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/mosquitto mosquitto: Update to 2.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/727f04f53d2c
branches: trunk
changeset: 447772:727f04f53d2c
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Fri Feb 26 08:18:25 2021 +0000
description:
mosquitto: Update to 2.0.8
upstream changes:
-----------------
2.0.8 - 2021-02-25
==================
Broker:
- Fix incorrect datatypes in `struct mosquitto_evt_tick`. This changes the
size and offset of two of the members of this struct, and changes the size
of the struct. This is an ABI break, but is considered to be acceptable
because plugins should never be allocating their own instance of this
struct, and currently none of the struct members are used for anything, so a
plugin should not be accessing them. It would also be safe to read/write
from the existing struct parameters.
- Give compile time warning if libwebsockets compiled without external poll
support. Closes #2060.
- Fix memory tracking not being available on FreeBSD or macOS. Closes #2096.
Client library:
- Fix mosquitto_{pub|sub}_topic_check() functions not returning MOSQ_ERR_INVAL
on topic == NULL.
Clients:
- Fix possible loss of data in `mosquitto_pub -l` when sending multiple long
lines. Closes #2078.
Build:
- Provide a mechanism for Docker users to run a broker that doesn't use
authentication, without having to provide their own configuration file.
Closes #2040.
diffstat:
net/mosquitto/Makefile | 4 ++--
net/mosquitto/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 4817eb349ed8 -r 727f04f53d2c net/mosquitto/Makefile
--- a/net/mosquitto/Makefile Fri Feb 26 06:22:09 2021 +0000
+++ b/net/mosquitto/Makefile Fri Feb 26 08:18:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/02/04 17:45:03 gdt Exp $
+# $NetBSD: Makefile,v 1.20 2021/02/26 08:18:25 triaxx Exp $
-DISTNAME= mosquitto-2.0.7
+DISTNAME= mosquitto-2.0.8
CATEGORIES= net
MASTER_SITES= https://mosquitto.org/files/source/
diff -r 4817eb349ed8 -r 727f04f53d2c net/mosquitto/distinfo
--- a/net/mosquitto/distinfo Fri Feb 26 06:22:09 2021 +0000
+++ b/net/mosquitto/distinfo Fri Feb 26 08:18:25 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2021/02/04 17:45:03 gdt Exp $
+$NetBSD: distinfo,v 1.16 2021/02/26 08:18:25 triaxx Exp $
-SHA1 (mosquitto-2.0.7.tar.gz) = 2966230db3e0463d21c06410b4a90cde437c6ee9
-RMD160 (mosquitto-2.0.7.tar.gz) = f1f6a9236bb6fca78381ef594988afdf68548125
-SHA512 (mosquitto-2.0.7.tar.gz) = 262f52d3a06f9c42723e1906ef91b3b8cdb58c078050aa413c5e9526e68c2dfda0cfe9a78d2713570f0e91717f45cb85e2a651eb9de500f11ac3c95c0fdcc03b
-Size (mosquitto-2.0.7.tar.gz) = 756625 bytes
+SHA1 (mosquitto-2.0.8.tar.gz) = 0277e00495256eb396b120374c26109db4796a72
+RMD160 (mosquitto-2.0.8.tar.gz) = 9b1bede9caeea33547062bdfed240cec87ebcaaf
+SHA512 (mosquitto-2.0.8.tar.gz) = 21a2e109902b0da4c385409aa1e712a545ca13452a3f54b46c98d66dfa30f16ca1033e926a397942593b2dce7b1284c8a30ece97f582cf7576403fe2653ac92c
+Size (mosquitto-2.0.8.tar.gz) = 756636 bytes
SHA1 (patch-lib_CMakeLists.txt) = 81981f812dc38572e727a9a5dfb427b80476702d
SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20
SHA1 (patch-mosquitto.conf) = 737e950d5225c8d8e4ca22c9824c4846a0b224ee
Home |
Main Index |
Thread Index |
Old Index