[dev-libs/libbson] replace patch with upstream commit

This commit is contained in:
2025-11-22 12:43:47 +01:00
parent 1231cdafe5
commit 3f5ad5a1c4

View File

@@ -1,15 +1,17 @@
https://github.com/mongodb/mongo-c-driver/pull/2173 https://github.com/mongodb/mongo-c-driver/commit/b2345bc7ffc892806f11a4432da4334f7648c91e
From 18143a0adc478c25df98619668635945b3f74278 Mon Sep 17 00:00:00 2001 From b2345bc7ffc892806f11a4432da4334f7648c91e Mon Sep 17 00:00:00 2001
From: Kevin Albertson <kevin.albertson@mongodb.com> From: Kevin Albertson <kevin.albertson@mongodb.com>
Date: Fri, 14 Nov 2025 13:36:04 -0500 Date: Thu, 20 Nov 2025 13:21:06 -0500
Subject: [PATCH 1/2] remove unused substitutions Subject: [PATCH] CDRIVER-6133 fix docs build with docutils 0.22.2 (#2173)
* remove unused substitutions
* remove target references in substitutions
--- ---
src/libmongoc/doc/conf.py | 18 ------------------ src/libmongoc/doc/conf.py | 24 ++++--------------------
1 file changed, 18 deletions(-) 1 file changed, 4 insertions(+), 20 deletions(-)
diff --git a/src/libmongoc/doc/conf.py b/src/libmongoc/doc/conf.py diff --git a/src/libmongoc/doc/conf.py b/src/libmongoc/doc/conf.py
index 009c33670f..7431bb55f0 100644 index 2d36aa09f2..904ad3baee 100644
--- a/src/libmongoc/doc/conf.py --- a/src/libmongoc/doc/conf.py
+++ b/src/libmongoc/doc/conf.py +++ b/src/libmongoc/doc/conf.py
@@ -128,24 +128,6 @@ def _maybe_update_inventories(app: Sphinx): @@ -128,24 +128,6 @@ def _maybe_update_inventories(app: Sphinx):
@@ -37,21 +39,7 @@ index 009c33670f..7431bb55f0 100644
.. _the findAndModify command: .. _the findAndModify command:
https://www.mongodb.com/docs/manual/reference/command/findAndModify/ https://www.mongodb.com/docs/manual/reference/command/findAndModify/
@@ -188,10 +170,12 @@ def _maybe_update_inventories(app: Sphinx):
From 0466f8dd191c32fbe87585cb991192e080cae77a Mon Sep 17 00:00:00 2001
From: Kevin Albertson <kevin.albertson@mongodb.com>
Date: Fri, 14 Nov 2025 15:20:44 -0500
Subject: [PATCH 2/2] CDRIVER-6133 remove target references in substituions
---
src/libmongoc/doc/conf.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/libmongoc/doc/conf.py b/src/libmongoc/doc/conf.py
index 7431bb55f0..6fc8e28501 100644
--- a/src/libmongoc/doc/conf.py
+++ b/src/libmongoc/doc/conf.py
@@ -170,10 +170,12 @@ def _maybe_update_inventories(app: Sphinx):
:cmake:command:`find_package() <command:find_package>` :cmake:command:`find_package() <command:find_package>`
.. |bson_t-storage-ptr| replace:: .. |bson_t-storage-ptr| replace::
@@ -64,5 +52,5 @@ index 7431bb55f0..6fc8e28501 100644
+ +
+.. _overwritable storage: https://www.mongodb.com/docs/languages/c/c-driver/current/libbson/guides/lifetimes/#overwritable-storage +.. _overwritable storage: https://www.mongodb.com/docs/languages/c/c-driver/current/libbson/guides/lifetimes/#overwritable-storage
.. _mongodb_docs_cdriver: https://www.mongodb.com/docs/languages/c/c-driver/current/ .. |encrypt-text-is-experimental| replace::
The "TextPreview" algorithm is in preview and should be used for experimental workloads only.