Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 417AF7A0F0 for ; Mon, 22 Feb 2016 11:35:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B0EF385FDA; Mon, 22 Feb 2016 11:35:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D09C85FBE for ; Mon, 22 Feb 2016 11:35:35 +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 cjzuEwyhBqVH for ; Mon, 22 Feb 2016 11:35:34 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D874885EAD for ; Mon, 22 Feb 2016 11:35:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3973FBB7; Mon, 22 Feb 2016 11:35:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 22 Feb 2016 11:35:34 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/mongodb To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160222113534.D3973FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Feb 22 11:35:34 UTC 2016 Modified Files: pkgsrc/databases/mongodb: Makefile distinfo Log Message: Update databases/mongodb to 3.2.3. Use yaml-cpp and zlib dependencies in place of bundled copies. Notable changes: - Fixed issue with MMAPv1 journaling where the "last sequence number" file (lsn file) may be ahead of what is synced to the data files - Fixed issue where in some cases, insert operations fails to add the _id field to large documents - Increased timeout for querying oplog to 1 minute Full changelog: https://docs.mongodb.org/manual/release-notes/3.2-changelog/ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/mongodb/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mongodb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.