summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec12
3 files changed, 13 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index 38905be..2fd9f0b 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,10 +2,10 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.21.4
+MongoDB extension version => 1.21.5
MongoDB extension stability => stable
-libbson bundled version => 1.30.6
-libmongoc bundled version => 1.30.6
+libbson bundled version => 1.30.7
+libmongoc bundled version => 1.30.7
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index 8f9ef59..5e234df 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #70 mongodb version 1.21.4 ] {
+Extension [ <persistent> extension #70 mongodb version 1.21.5 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #70 mongodb version 1.21.4 ] {
}
- Constants [2] {
- Constant [ <persistent> string MONGODB_VERSION ] { 1.21.4 }
+ Constant [ <persistent> string MONGODB_VERSION ] { 1.21.5 }
Constant [ <persistent> string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 5e56353..768f78d 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-mongodb
#
-# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -23,10 +23,10 @@
%bcond_with syslib
# Bundled versions
-%global bundled_libmongo 1.30.6
+%global bundled_libmongo 1.30.7
%global bundled_libcrypt 1.12.0
# Required versions (in config.m4)
-%global minimal_libmongo 1.30.6
+%global minimal_libmongo 1.30.7
%global minimal_libcrypt 1.12.0
%if %{with syslib}
@@ -40,7 +40,7 @@
Summary: MongoDB driver for PHP version 1
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.21.4
+%global upstream_version 1.21.5
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -307,6 +307,10 @@ exit $ret
%changelog
+* Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 1.21.5-1
+- update to 1.21.5
+- use bundled libbson and libmongc 1.30.7
+
* Wed Jan 28 2026 Remi Collet <remi@remirepo.net> - 1.21.4-1
- update to 1.21.4 (no change)