Received: by mail.netbsd.org (Postfix, from userid 605) id 12AFF84DA1; Fri, 26 Feb 2021 08:18:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2DE8284DC3 for ; Fri, 26 Feb 2021 08:18:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gEkLFXbwbUWY for ; Fri, 26 Feb 2021 08:18:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7754D84CDC for ; Fri, 26 Feb 2021 08:18:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7032EFA95; Fri, 26 Feb 2021 08:18:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614327505186110" MIME-Version: 1.0 Date: Fri, 26 Feb 2021 08:18:25 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/net/mosquitto To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210226081825.7032EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614327505186110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1614327505186110 Content-Disposition: inline Content-Length: 1830 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1614327505186110--