pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/php-mongodb



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  2 15:02:17 UTC 2025

Modified Files:
        pkgsrc/databases/php-mongodb: Makefile distinfo

Log Message:
databases/php-mongodb: update to 1.21.0

1.21.0

What's Changed

* PHPC-2343: Require PHP 8.1 by @alcaeus in
  https://github.com/mongodb/mongo-php-driver/pull/1631

* Update branch names for GHA workflows by @alcaeus in
  https://github.com/mongodb/mongo-php-driver/pull/1646

* Bump version to 1.21-dev by @alcaeus in
  https://github.com/mongodb/mongo-php-driver/pull/1661

* Document how to run part of the test suite by @GromNaN in
  https://github.com/mongodb/mongo-php-driver/pull/1690

* PHPC-2458: Deprecate float arg for UTCDateTime constructor by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1695

* PHPC-2464: Emit deprecation notice for negative "limit" Query option by
  @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1710

* PHPC-2460: Use zend_zval_type_name instead of internal macros by @jmikola
  in https://github.com/mongodb/mongo-php-driver/pull/1714

* PHPC-1247: Update links to PHP.net docs by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1735

* Test PPC and Zseries on RHEL 9 by @alcaeus in
  https://github.com/mongodb/mongo-php-driver/pull/1740

* PHPC-2472: Update to libmongocrypt 1.12.0 by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1743

* PHPC-2473: Bump to libmongoc 1.29.0 by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1748

* PHPC-2471: Sync BSON corpus tests for Y10K date parsing by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1742

* Use correct arch name in Windows artifacts. by @mickverm in
  https://github.com/mongodb/mongo-php-driver/pull/1762

* PHPC-2499: Update to libmongoc 1.29.2 by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1766

* PHPC-2496: WriteException stub should inherit ServerException by @jmikola
  in https://github.com/mongodb/mongo-php-driver/pull/1769

* PHPC-2477: Remove unused libmongoc and libbson constants by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1768

* PHPC-2502: Remove XFAIL in server-executeQuery-012.phpt by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1772

* PHPC-2489: Deprecate passing WriteConcern and ReadPreference objects to
  execute methods by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1770

* PHPC-2501: Conditionally define MONGOC_CYRUS_PLUGIN_PATH_PREFIX on Windows
  by @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1777

* PHPC-2503: Conditionally allow more concise output for libbson 1.30 by
  @jmikola in https://github.com/mongodb/mongo-php-driver/pull/1779

* PHPC:2498: Accept integer types for Document array access by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1781

* PHPC-2508 and PHPC-2506: Bump libmongoc to 1.30 by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1785

* PHPC-2513: Check for returned _id before appending insert by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1788

* PHPC-2519: Bump libmongoc to 1.30.1 by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1792

* PHPC-2518: Support sort option for updateOne and replaceOne by @jmikola in
  https://github.com/mongodb/mongo-php-driver/pull/1794

* Use pre-packaged-source for pie downloads by @asgrim in
  https://github.com/mongodb/mongo-php-driver/pull/1782

New Contributors

* @asgrim made their first contribution in
  https://github.com/mongodb/mongo-php-driver/pull/1782


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/databases/php-mongodb/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/php-mongodb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/php-mongodb/Makefile
diff -u pkgsrc/databases/php-mongodb/Makefile:1.28 pkgsrc/databases/php-mongodb/Makefile:1.29
--- pkgsrc/databases/php-mongodb/Makefile:1.28  Sat Feb 22 16:46:24 2025
+++ pkgsrc/databases/php-mongodb/Makefile       Sun Mar  2 15:02:17 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2025/02/22 16:46:24 taca Exp $
+# $NetBSD: Makefile,v 1.29 2025/03/02 15:02:17 taca Exp $
 
 MODNAME=       mongodb
-PKGREVISION=   1
-PECL_VERSION=  1.20.1
+PECL_VERSION=  1.21.0
 CATEGORIES+=   databases
 
 MAINTAINER=    bartosz.kuzma%gmail.com@localhost
@@ -10,7 +9,7 @@ HOMEPAGE=      http://docs.mongodb.org/ecosys
 COMMENT=       MongoDB database driver
 LICENSE=       apache-2.0
 
-PHP_VERSIONS_ACCEPTED= 74 81 82 83 84
+PHP_VERSIONS_ACCEPTED= 81 82 83 84
 
 USE_TOOLS+=            pkg-config gmake
 # To use system mongodb library, we require libmongocrypt package.

Index: pkgsrc/databases/php-mongodb/distinfo
diff -u pkgsrc/databases/php-mongodb/distinfo:1.9 pkgsrc/databases/php-mongodb/distinfo:1.10
--- pkgsrc/databases/php-mongodb/distinfo:1.9   Mon Jan 13 16:42:20 2025
+++ pkgsrc/databases/php-mongodb/distinfo       Sun Mar  2 15:02:17 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2025/01/13 16:42:20 taca Exp $
+$NetBSD: distinfo,v 1.10 2025/03/02 15:02:17 taca Exp $
 
-BLAKE2s (php-mongodb/mongodb-1.20.1.tgz) = 91261f45c5b39b750d5da8329a37e1606564416770e677418bea9d6d0ae27e93
-SHA512 (php-mongodb/mongodb-1.20.1.tgz) = bb1914d6adcdbf8a3b3c513cb59119b09379d00c5736bff4622d578e616d5f85c79f2a54be7bb03fd6feb3f7c491ad34bdcfc66d929ee4bb4fcb26cf77668df4
-Size (php-mongodb/mongodb-1.20.1.tgz) = 2106641 bytes
+BLAKE2s (php-mongodb/mongodb-1.21.0.tgz) = f878748c8a27187362ac48f1b79085389bd99bf01d4a57cc30ce548e48b072dc
+SHA512 (php-mongodb/mongodb-1.21.0.tgz) = bc08d611328093c596ee0c7ad7a920fecbc5ed629f4d1b347733a66af6f0ef80733b00265c2f4169e6ed6973dac2c2df2b9f82822c0a9c9e3bcba273a43a2757
+Size (php-mongodb/mongodb-1.21.0.tgz) = 2151749 bytes
 SHA1 (patch-.._package.xml) = 14a31314d0a281eb55726fc9d1acb27b0a3cf66d
 SHA1 (patch-src_libmongocrypt_src_os__posix_os__dll.c) = 8348a006bed669ce462e46a86f43c87b66e3d856



Home | Main Index | Thread Index | Old Index