summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec10
3 files changed, 14 insertions, 10 deletions
diff --git a/PHPINFO b/PHPINFO
index fe11834..d04f8cb 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.18.0
+MongoDB extension version => 1.18.1
MongoDB extension stability => stable
-libbson headers version => 1.26.1
-libbson library version => 1.26.1
-libmongoc headers version => 1.26.1
-libmongoc library version => 1.26.1
+libbson headers version => 1.26.2
+libbson library version => 1.26.2
+libmongoc headers version => 1.26.2
+libmongoc library version => 1.26.2
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index a022c34..b8dcc8c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #94 mongodb version 1.18.0 ] {
+Extension [ <persistent> extension #98 mongodb version 1.18.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #94 mongodb version 1.18.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.18.0 }
+ Constant [ string MONGODB_VERSION ] { 1.18.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 48307fb..15cc7fd 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -29,12 +29,12 @@
%endif
# Bundled versions
-%global bundled_libmongo 1.26.1
+%global bundled_libmongo 1.26.2
%global bundled_libcrypt 1.9.1
%if %{with syslib}
# Build dependencies
-%global system_libmongo 1.26.1
+%global system_libmongo 1.26.2
%global system_libcrypt 1.9.1
# Runtime dependencies
%global runtime_libmongo %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{system_libmongo})
@@ -43,7 +43,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.18.0
+%global upstream_version 1.18.1
#global upstream_prever beta1
#global upstream_lower ~beta1
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
@@ -340,6 +340,10 @@ exit $ret
%changelog
+* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 1.18.1-1
+- update to 1.18.1 (no change)
+- EL use bundled libbson and libmongc 1.26.2
+
* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 1.18.0-1
- update to 1.18.0
- EL use bundled libbson and libmongc 1.26.1