Received: by mail.netbsd.org (Postfix, from userid 605) id C3AC784E96; Sat, 24 Feb 2024 16:15:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708791302; bh=sVRLBlPFYm+DSjxf6hZ7i68dRw6/D4IS+S2PvWvr7EI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0AfZG9kzLpe0mnnKb9VA+qoVuld9fLJ/QJIZy/U2rC40Eoo99ZfwQstQiZSaOW0fx V9f6vsUF7CYYvUOGkCF4iYy0/47ymlIRVMVKytR0df/Yc7Pi88lwaZf9O8SGrsh7kZ IBS7XYaMnl3OYLfnBrx3ii42HngAiva9xxPOHrDw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6CC984D27 for ; Sat, 24 Feb 2024 16:15:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 nIJRHHSbjjMB for ; Sat, 24 Feb 2024 16:15:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13BFE84C13 for ; Sat, 24 Feb 2024 16:15:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708791301; bh=sVRLBlPFYm+DSjxf6hZ7i68dRw6/D4IS+S2PvWvr7EI=; h=Date:From:Subject:To:Reply-To; b=sKAXqE2S1hxrnQEeOlPTxR1DHoMkHEg638N7/QSWRXXKR6ssceaQqN4KoL3BpaPAx t6IMyjt1mzd7EFB0Ml6KQMc9546lbZ2V+wP3OWk3oYEUx44X7RSj4eodDoLF6jFg6J qGiLbsBeNGRH/b5L1zhUZtV1cCLue0WZ4hUNQfME= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A366F9F4; Sat, 24 Feb 2024 16:15:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708791301120220" MIME-Version: 1.0 Date: Sat, 24 Feb 2024 16:15:01 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/php-mongo To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240224161501.0A366F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708791301120220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 24 16:15:00 UTC 2024 Modified Files: pkgsrc/databases/php-mongo: Makefile Log Message: databases/php-mongo: update to 1.6.16 1.6.15 (2017-09-01) * [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later * [PHP-1528] - Extension should link OpenSSL during compilation 1.6.16 (2017-09-05) * [PHP-1529] - undefined symbol: php_mongo_asn1_time_to_time_t To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/php-mongo/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708791301120220 Content-Disposition: inline Content-Length: 696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-mongo/Makefile diff -u pkgsrc/databases/php-mongo/Makefile:1.8 pkgsrc/databases/php-mongo/Makefile:1.9 --- pkgsrc/databases/php-mongo/Makefile:1.8 Tue Oct 24 22:08:32 2023 +++ pkgsrc/databases/php-mongo/Makefile Sat Feb 24 16:15:00 2024 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.8 2023/10/24 22:08:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2024/02/24 16:15:00 taca Exp $ MODNAME= mongo -PECL_VERSION= 1.6.14 +PECL_VERSION= 1.6.16 CATEGORIES+= databases MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= https://pecl.php.net/package/mongo COMMENT= MongoDB database driver -PKGREVISION= 1 LICENSE= apache-2.0 PHP_VERSIONS_ACCEPTED= 56 --_----------=_1708791301120220--