[mongo-c-driver,libbson] Update to 1.29.2 (#43167)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2025-01-08 07:42:58 -08:00 committed by GitHub
parent c9e4056f04
commit 24f1892e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 17 additions and 8 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mongodb/mongo-c-driver
REF "${VERSION}"
SHA512 354f39d4bc8ce0aa5799613b2b087167546819400f0687554f0a87b9b2cba86d7b8bdc45892f3142d3097f3c1c5d5af31bfa0b125333ab5593e66a9c565f77e3
SHA512 8624966472603d5a20b2b01488660897b3ba9910fb69a41996852836bd5d4eb7e2c7fcfba3bdfcb01715ed83d08c7f9e93f98b59d1fe88f67f1a5a7de9b0a42e
HEAD_REF master
PATCHES
fix-include-directory.patch # vcpkg legacy decision

View File

@ -1,6 +1,6 @@
{
"name": "libbson",
"version": "1.29.1",
"version": "1.29.2",
"description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
"homepage": "https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson",
"license": null,

View File

@ -3,7 +3,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mongodb/mongo-c-driver
REF "${VERSION}"
SHA512 354f39d4bc8ce0aa5799613b2b087167546819400f0687554f0a87b9b2cba86d7b8bdc45892f3142d3097f3c1c5d5af31bfa0b125333ab5593e66a9c565f77e3
SHA512 8624966472603d5a20b2b01488660897b3ba9910fb69a41996852836bd5d4eb7e2c7fcfba3bdfcb01715ed83d08c7f9e93f98b59d1fe88f67f1a5a7de9b0a42e
HEAD_REF master
PATCHES
disable-dynamic-when-static.patch

View File

@ -1,7 +1,6 @@
{
"name": "mongo-c-driver",
"version": "1.29.1",
"port-version": 1,
"version": "1.29.2",
"description": "Client library written in C for MongoDB.",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"license": null,

View File

@ -4357,7 +4357,7 @@
"port-version": 4
},
"libbson": {
"baseline": "1.29.1",
"baseline": "1.29.2",
"port-version": 0
},
"libcaer": {
@ -6049,8 +6049,8 @@
"port-version": 2
},
"mongo-c-driver": {
"baseline": "1.29.1",
"port-version": 1
"baseline": "1.29.2",
"port-version": 0
},
"mongo-cxx-driver": {
"baseline": "4.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cccf130ea44fbb30844c2f0b1d6d3794818b8267",
"version": "1.29.2",
"port-version": 0
},
{
"git-tree": "534149ff570dc65f78fbac258e282d32c11cb74c",
"version": "1.29.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d35218325984c456e1b40f6431f6a6976b94b329",
"version": "1.29.2",
"port-version": 0
},
{
"git-tree": "f9943a1e42f7e9c6e4abdde3ae62a31bbee43c1f",
"version": "1.29.1",