Received: by mail.netbsd.org (Postfix, from userid 605) id 13EA084D66; Thu, 1 Mar 2018 12:29:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39C3384D4D for ; Thu, 1 Mar 2018 12:29:44 +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 xYh38wRkCIHz for ; Thu, 1 Mar 2018 12:29:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B9E684D62 for ; Thu, 1 Mar 2018 12:29:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D347FB40; Thu, 1 Mar 2018 12:29:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519907383249830" MIME-Version: 1.0 Date: Thu, 1 Mar 2018 12:29:43 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/devel/libbson To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20180301122943.6D347FB40@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. --_----------=_1519907383249830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Mar 1 12:29:43 UTC 2018 Modified Files: pkgsrc/devel/libbson: Makefile distinfo Log Message: devel/libbson: Update to 1.9.3. - No change since 1.9.2; released to keep pace with libmongoc's version. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libbson/Makefile \ pkgsrc/devel/libbson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519907383249830 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libbson/Makefile diff -u pkgsrc/devel/libbson/Makefile:1.31 pkgsrc/devel/libbson/Makefile:1.32 --- pkgsrc/devel/libbson/Makefile:1.31 Tue Jan 16 12:09:14 2018 +++ pkgsrc/devel/libbson/Makefile Thu Mar 1 12:29:43 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2018/01/16 12:09:14 fhajny Exp $ +# $NetBSD: Makefile,v 1.32 2018/03/01 12:29:43 fhajny Exp $ -DISTNAME= libbson-1.9.2 +DISTNAME= libbson-1.9.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} Index: pkgsrc/devel/libbson/distinfo diff -u pkgsrc/devel/libbson/distinfo:1.31 pkgsrc/devel/libbson/distinfo:1.32 --- pkgsrc/devel/libbson/distinfo:1.31 Tue Jan 16 12:09:14 2018 +++ pkgsrc/devel/libbson/distinfo Thu Mar 1 12:29:43 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/01/16 12:09:14 fhajny Exp $ +$NetBSD: distinfo,v 1.32 2018/03/01 12:29:43 fhajny Exp $ -SHA1 (libbson-1.9.2.tar.gz) = cb13ec390c0e5ee43a77300848a9642a471eafed -RMD160 (libbson-1.9.2.tar.gz) = f83cb3f54bc24c01be14c81c835cf2590168e021 -SHA512 (libbson-1.9.2.tar.gz) = 70a15e66b94ae7bb980df202c6a14640045e10388425c1f2a7a86eb05c1413e149582bc4689326506ec3b384de3e5b1506ec4c58fee0e026451a82d4b1c6b029 -Size (libbson-1.9.2.tar.gz) = 4923548 bytes +SHA1 (libbson-1.9.3.tar.gz) = 6632680f207d7a993e13e634a103288ebf687b80 +RMD160 (libbson-1.9.3.tar.gz) = d6e8fb277920466ab51a58ba007aafbe05e15ee4 +SHA512 (libbson-1.9.3.tar.gz) = ad2fdba2138c3197d236740ed2765848737afc847cb7b9e9a418c1fb98eceabccc561dab040aab1b7d67160f5969930c51caa17962667a35102475d909b4cbb7 +Size (libbson-1.9.3.tar.gz) = 4957319 bytes --_----------=_1519907383249830--