[mongo-c-driver,libbson] Update to 1.27.6 (#40791)

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-09-04 14:40:36 -07:00 committed by GitHub
parent ac4e816162
commit c04c073ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 16 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "libbson",
"version": "1.27.5",
"version": "1.27.6",
"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 e5689dd675d4aa0e0f6733f947857326de6cc6ae99b83cfc41718b5306cc62fc71293c58c2612e43e8e2774cbb76e8a2216d7ca4b0e4fbe5a0816f14bc5ae7f0
SHA512 822697bafd92c3f4a0406d010fb7729f223cf32354b5f6f3ac6f9d610d3494e77e39a1bbf04bb995d2c54e83d5cebae054fe4b113b4d46bce7f1e867fd003067
HEAD_REF master
PATCHES
disable-dynamic-when-static.patch

View File

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

View File

@ -4285,7 +4285,7 @@
"port-version": 4
},
"libbson": {
"baseline": "1.27.5",
"baseline": "1.27.6",
"port-version": 0
},
"libcaer": {
@ -5921,7 +5921,7 @@
"port-version": 2
},
"mongo-c-driver": {
"baseline": "1.27.5",
"baseline": "1.27.6",
"port-version": 0
},
"mongo-cxx-driver": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2db60ebe98c69f4366f9cee1ce2226eac18f1eb4",
"version": "1.27.6",
"port-version": 0
},
{
"git-tree": "cb37e57fa41119692b20369706249bec51f0756d",
"version": "1.27.5",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee64d4ea47486cf262d92227b887f7cd5b881d46",
"version": "1.27.6",
"port-version": 0
},
{
"git-tree": "78a63da59232ee6855e1979e3168794a65eebaba",
"version": "1.27.5",