Received: by mail.netbsd.org (Postfix, from userid 605) id 4C41A84DA2; Tue, 6 Apr 2021 13:16:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 861B784D98 for ; Tue, 6 Apr 2021 13:16:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RT2BPSTb7Y5I for ; Tue, 6 Apr 2021 13:16:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0A57B84CDC for ; Tue, 6 Apr 2021 13:16:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03E51FA95; Tue, 6 Apr 2021 13:16:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617714982242250" MIME-Version: 1.0 Date: Tue, 6 Apr 2021 13:16:22 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/mosquitto To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210406131623.03E51FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617714982242250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Apr 6 13:16:22 UTC 2021 Modified Files: pkgsrc/net/mosquitto: Makefile distinfo Log Message: net/mosquitto: Update to 2.0.10 Upstream changes: security fixes and bugfixes To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/mosquitto/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/mosquitto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1617714982242250 Content-Disposition: inline Content-Length: 1829 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.21 pkgsrc/net/mosquitto/Makefile:1.22 --- pkgsrc/net/mosquitto/Makefile:1.21 Sat Mar 13 01:22:37 2021 +++ pkgsrc/net/mosquitto/Makefile Tue Apr 6 13:16:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/03/13 01:22:37 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2021/04/06 13:16:22 gdt Exp $ -DISTNAME= mosquitto-2.0.9 +DISTNAME= mosquitto-2.0.10 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ Index: pkgsrc/net/mosquitto/distinfo diff -u pkgsrc/net/mosquitto/distinfo:1.17 pkgsrc/net/mosquitto/distinfo:1.18 --- pkgsrc/net/mosquitto/distinfo:1.17 Sat Mar 13 01:22:37 2021 +++ pkgsrc/net/mosquitto/distinfo Tue Apr 6 13:16:22 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2021/03/13 01:22:37 gdt Exp $ +$NetBSD: distinfo,v 1.18 2021/04/06 13:16:22 gdt Exp $ -SHA1 (mosquitto-2.0.9.tar.gz) = 1ff239d0f44dac9a7ab0ef8cc3e88c2be2a3512f -RMD160 (mosquitto-2.0.9.tar.gz) = 6925455f51b6c79ebd160aba2f3709864aa5c05d -SHA512 (mosquitto-2.0.9.tar.gz) = 86d79d789d1a9128eb9af09be40bb87d29570809807acee00fddd8e45948ca8e92e4cfc7fd6d68dad283451527816ee19d38e0c95147edee7fc3549460e9db9f -Size (mosquitto-2.0.9.tar.gz) = 757878 bytes +SHA1 (mosquitto-2.0.10.tar.gz) = 7a7fd91f1619c194e0f9b2e3db0f4eadb9e9da75 +RMD160 (mosquitto-2.0.10.tar.gz) = d828e3f9f61f89f92238bf53535fca0ced5c18c7 +SHA512 (mosquitto-2.0.10.tar.gz) = c356bfe5dc9317e1943cf14c20ae52af544aefc0138349abd3be5001032ce63579aa059dd62901a0802f08d059a9dc29b6fbcba852e3c4cd702189433ceac174 +Size (mosquitto-2.0.10.tar.gz) = 759106 bytes SHA1 (patch-lib_CMakeLists.txt) = 81981f812dc38572e727a9a5dfb427b80476702d SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20 SHA1 (patch-mosquitto.conf) = 737e950d5225c8d8e4ca22c9824c4846a0b224ee --_----------=_1617714982242250--