From befef565f0779763dcd042ce9969a3100af364ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Feb 2026 07:54:17 +0100 Subject: update to 1.21.5 use bundled libbson and libmongc 1.30.7 --- PHPINFO | 6 +++--- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 12 ++++++++---- 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 [ extension #70 mongodb version 1.21.4 ] { +Extension [ extension #70 mongodb version 1.21.5 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #70 mongodb version 1.21.4 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.21.4 } + Constant [ string MONGODB_VERSION ] { 1.21.5 } Constant [ 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 - 1.21.5-1 +- update to 1.21.5 +- use bundled libbson and libmongc 1.30.7 + * Wed Jan 28 2026 Remi Collet - 1.21.4-1 - update to 1.21.4 (no change) -- cgit