From 4ff2c926a35f37babfe89cd2987d35cad172e5e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Dec 2023 07:33:50 +0100 Subject: update to 1.17.2 --- PHPINFO | 10 +++++----- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index a5c7ab4..9f56d84 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,12 +2,12 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.17.1 +MongoDB extension version => 1.17.2 MongoDB extension stability => stable -libbson headers version => 1.25.2 -libbson library version => 1.25.2 -libmongoc headers version => 1.25.2 -libmongoc library version => 1.25.2 +libbson headers version => 1.25.3 +libbson library version => 1.25.3 +libmongoc headers version => 1.25.3 +libmongoc library version => 1.25.3 libmongoc SSL => enabled libmongoc SSL library => OpenSSL libmongoc crypto => enabled diff --git a/REFLECTION b/REFLECTION index a0359ba..576894c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #72 mongodb version 1.17.1 ] { +Extension [ extension #78 mongodb version 1.17.2 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #72 mongodb version 1.17.1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.17.1 } + Constant [ string MONGODB_VERSION ] { 1.17.2 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 95b9cb1..a51cc2a 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -43,7 +43,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.17.1 +%global upstream_version 1.17.2 #global upstream_prever beta1 #global upstream_lower ~beta1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -340,6 +340,9 @@ exit $ret %changelog +* Thu Dec 21 2023 Remi Collet - 1.17.2-1 +- update to 1.17.2 + * Wed Dec 6 2023 Remi Collet - 1.17.1-1 - update to 1.17.1 - EL use bundled libbson and libmongc 1.25.2 -- cgit