pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mosquitto



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Feb 26 08:18:25 UTC 2021

Modified Files:
        pkgsrc/net/mosquitto: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/mosquitto/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/mosquitto/distinfo

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

Modified files:

Index: pkgsrc/net/mosquitto/Makefile
diff -u pkgsrc/net/mosquitto/Makefile:1.19 pkgsrc/net/mosquitto/Makefile:1.20
--- pkgsrc/net/mosquitto/Makefile:1.19  Thu Feb  4 17:45:03 2021
+++ pkgsrc/net/mosquitto/Makefile       Fri Feb 26 08:18:25 2021
@@ -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/
 

Index: pkgsrc/net/mosquitto/distinfo
diff -u pkgsrc/net/mosquitto/distinfo:1.15 pkgsrc/net/mosquitto/distinfo:1.16
--- pkgsrc/net/mosquitto/distinfo:1.15  Thu Feb  4 17:45:03 2021
+++ pkgsrc/net/mosquitto/distinfo       Fri Feb 26 08:18:25 2021
@@ -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