Received: by mail.netbsd.org (Postfix, from userid 605) id 35D1A84D7E; Mon, 20 Nov 2017 16:06:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2B7F84D62 for ; Mon, 20 Nov 2017 16:06:11 +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 7cpFM1VpG82m for ; Mon, 20 Nov 2017 16:06:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3CF8884C8D for ; Mon, 20 Nov 2017 16:06:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C46EFB40; Mon, 20 Nov 2017 16:06:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511193971152290" MIME-Version: 1.0 Date: Mon, 20 Nov 2017 16:06:11 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/databases/mongo-c-driver To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20171120160611.2C46EFB40@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. --_----------=_1511193971152290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Mon Nov 20 16:06:11 UTC 2017 Modified Files: pkgsrc/databases/mongo-c-driver: Makefile distinfo Log Message: Update databases/mongo-c-driver to 1.8.2. - Remove option to bundle the Snappy compression library, it caused issues for programs linking to libmongoc - Fix pkg-config and CMake config file flags for programs that statically link to libmongoc when libmongoc is statically linked to zLib - The configure flag "--with-zlib=no" was ignored - Fix crash in authentication when username is NULL To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/mongo-c-driver/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/mongo-c-driver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511193971152290 Content-Disposition: inline Content-Length: 1957 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/mongo-c-driver/Makefile diff -u pkgsrc/databases/mongo-c-driver/Makefile:1.28 pkgsrc/databases/mongo-c-driver/Makefile:1.29 --- pkgsrc/databases/mongo-c-driver/Makefile:1.28 Fri Oct 13 14:27:54 2017 +++ pkgsrc/databases/mongo-c-driver/Makefile Mon Nov 20 16:06:11 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2017/10/13 14:27:54 fhajny Exp $ +# $NetBSD: Makefile,v 1.29 2017/11/20 16:06:11 fhajny Exp $ -DISTNAME= mongo-c-driver-1.8.1 +DISTNAME= mongo-c-driver-1.8.2 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=mongodb/} Index: pkgsrc/databases/mongo-c-driver/distinfo diff -u pkgsrc/databases/mongo-c-driver/distinfo:1.27 pkgsrc/databases/mongo-c-driver/distinfo:1.28 --- pkgsrc/databases/mongo-c-driver/distinfo:1.27 Fri Oct 13 14:27:54 2017 +++ pkgsrc/databases/mongo-c-driver/distinfo Mon Nov 20 16:06:11 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2017/10/13 14:27:54 fhajny Exp $ +$NetBSD: distinfo,v 1.28 2017/11/20 16:06:11 fhajny Exp $ -SHA1 (mongo-c-driver-1.8.1.tar.gz) = da7cf74beaa02cdbb364c6ede59710f9fdd83ce7 -RMD160 (mongo-c-driver-1.8.1.tar.gz) = a058bbed2c0c4f2c0f1243a5c8bbfff6b2e8a498 -SHA512 (mongo-c-driver-1.8.1.tar.gz) = b04cd6df18a1939edc9cea22bd2b31146900ad1e848e29c1c87925eebbdd95da9c022320234935e41095921698ada9316e63af8fbabac38aa08f2f93307d56f7 -Size (mongo-c-driver-1.8.1.tar.gz) = 7344997 bytes +SHA1 (mongo-c-driver-1.8.2.tar.gz) = 17f9a31eb42059c090e0ddd743e812f76f038fb0 +RMD160 (mongo-c-driver-1.8.2.tar.gz) = 8d8954a9d35986c5b6508fff90416d8e76cf2f2c +SHA512 (mongo-c-driver-1.8.2.tar.gz) = af23601ba33694d80acdb890c1b85a354fda966491c4bbfb341a884bcd6314886e405efa3a09e47398adf8dbfdeb1b05ae8b022a72f04a66265bfaeddb661f76 +Size (mongo-c-driver-1.8.2.tar.gz) = 7308675 bytes SHA1 (patch-src_mongoc_mongoc-cursor.c) = 9e0ada19f237972c9671bd90ff656ab9249f694f SHA1 (patch-tests_test-mongoc-stream-tls-error.c) = 457bf0c4692e39955c7cb2988324d386b7975cb5 --_----------=_1511193971152290--