Received: by mail.netbsd.org (Postfix, from userid 605) id 09C8384D99; Wed, 25 Sep 2019 23:35:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8441184D4B for ; Wed, 25 Sep 2019 23:35:03 +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 WWCr7QscPCgq for ; Wed, 25 Sep 2019 23:35:03 +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 0346084C8B for ; Wed, 25 Sep 2019 23:35:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA5D5FBF4; Wed, 25 Sep 2019 23:35:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569454502235880" MIME-Version: 1.0 Date: Wed, 25 Sep 2019 23:35:02 +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: <20190925233502.EA5D5FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1569454502235880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Sep 25 23:35:02 UTC 2019 Modified Files: pkgsrc/net/mosquitto: Makefile distinfo Log Message: net/mosquitto: Update to 1.6.7 Upstream changes are bugfixes. This is a micro update, and it's likely some of the bugfixes are security fixes. Tested on netbsd-8/amd64. ok to update during freeze from wiz@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/mosquitto/Makefile \ pkgsrc/net/mosquitto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569454502235880 Content-Disposition: inline Content-Length: 1821 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.4 pkgsrc/net/mosquitto/Makefile:1.5 --- pkgsrc/net/mosquitto/Makefile:1.4 Wed Sep 18 13:03:03 2019 +++ pkgsrc/net/mosquitto/Makefile Wed Sep 25 23:35:02 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/09/18 13:03:03 gdt Exp $ +# $NetBSD: Makefile,v 1.5 2019/09/25 23:35:02 gdt Exp $ -VERSION= 1.6.6 +VERSION= 1.6.7 DISTNAME= mosquitto-${VERSION} CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ Index: pkgsrc/net/mosquitto/distinfo diff -u pkgsrc/net/mosquitto/distinfo:1.4 pkgsrc/net/mosquitto/distinfo:1.5 --- pkgsrc/net/mosquitto/distinfo:1.4 Wed Sep 18 13:03:03 2019 +++ pkgsrc/net/mosquitto/distinfo Wed Sep 25 23:35:02 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2019/09/18 13:03:03 gdt Exp $ +$NetBSD: distinfo,v 1.5 2019/09/25 23:35:02 gdt Exp $ -SHA1 (mosquitto-1.6.6.tar.gz) = ac59325413df2b320faea52514c817682dea9826 -RMD160 (mosquitto-1.6.6.tar.gz) = 7fb3901912427708014d569c0203f271e60e3fdb -SHA512 (mosquitto-1.6.6.tar.gz) = ea6ba7b57773c8f4a59e708ae305a0e38ca85df94854410b29cccddbe10bbb91c2ea5e827fefb3f57cb4fce188ab9c3021804f1ae398b7fd5e9e965354b68bc1 -Size (mosquitto-1.6.6.tar.gz) = 589676 bytes +SHA1 (mosquitto-1.6.7.tar.gz) = ce91182825dc3256503919986dca9d1b89c625d5 +RMD160 (mosquitto-1.6.7.tar.gz) = 7ded03b822746453ca5ce32df569fe0dc87f45c2 +SHA512 (mosquitto-1.6.7.tar.gz) = 0a75cf192483053ce78c6d9e3be158bdf66366d7731a68cf29e24731f6936027af1d86045c2b973f642e42e58efa033dbfd17842e3e95550bac4c1f44ab346e9 +Size (mosquitto-1.6.7.tar.gz) = 591062 bytes SHA1 (patch-CMakeLists.txt) = fb04da93970ccca17657021597b8311875473242 SHA1 (patch-lib_CMakeLists.txt) = cddb8803a759820c8059028f924b56c22689ee54 SHA1 (patch-lib_net__mosq.c) = a38294cdfea98f2da0879ea93373c5f04aebdb20 --_----------=_1569454502235880--