summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-09 06:54:49 +0200
committerRemi Collet <remi@php.net>2025-10-09 06:54:49 +0200
commiteead25ef7a348f25662ab268a04f55510aa12757 (patch)
tree9b8f11902ff4793d6fd5e61334471b414c42d410
parent345284fe08910761361a0a8a417af76bce1b905b (diff)
update to 2.1.4HEADmaster
use bundled libbson and libmongc 1.30.6
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb2.spec10
3 files changed, 12 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index bec3fca..0eb98ac 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,10 +2,10 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 2.1.3
+MongoDB extension version => 2.1.4
MongoDB extension stability => stable
-libbson bundled version => 1.30.5
-libmongoc bundled version => 1.30.5
+libbson bundled version => 1.30.6
+libmongoc bundled version => 1.30.6
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index ddf31d1..d03e91e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #140 mongodb version 2.1.3 ] {
+Extension [ <persistent> extension #140 mongodb version 2.1.4 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #140 mongodb version 2.1.3 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 2.1.3 }
+ Constant [ string MONGODB_VERSION ] { 2.1.4 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb2.spec b/php-pecl-mongodb2.spec
index 4ddf2d2..946465e 100644
--- a/php-pecl-mongodb2.spec
+++ b/php-pecl-mongodb2.spec
@@ -20,10 +20,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.5
+%global bundled_libmongo 1.30.6
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.5
+%global minimal_libmongo 1.30.6
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -37,7 +37,7 @@
Summary: MongoDB driver for PHP version 2
Name: %{?scl_prefix}php-pecl-%{pecl_name}2
-%global upstream_version 2.1.3
+%global upstream_version 2.1.4
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -264,6 +264,10 @@ OPT="-n"
%changelog
+* Thu Oct 9 2025 Remi Collet <remi@remirepo.net> - 2.1.4-1
+- update to 2.1.4
+- use bundled libbson and libmongc 1.30.6
+
* Wed Oct 8 2025 Remi Collet <remi@remirepo.net> - 2.1.3-1
- update to 2.1.3 (no change)
- open https://github.com/mongodb/mongo-php-driver/issues/1886