[mongo-c-driver] update to 1.28.1 (#41456)

This commit is contained in:
jim wang 2024-10-11 14:41:49 +00:00 committed by GitHub
parent 980039683d
commit 0e21db39f0
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 ce160a85cdb4dce7f22439242e75a614742e31538e41cdc60fe518071cb3e8bab844c254783f9acaa4985906c1a507ae27347f2db49b241fa3725f81bfe728ce
SHA512 08ebc8a4ebe3249fe74ebe564b6e0ce965b8601eb6d76d4b667e80e135a5cc390a03d198e2c18cfb9816c09be53ac769dccd6aea35c4ab317f4d2b964d0176fd
HEAD_REF master
PATCHES
fix-include-directory.patch # vcpkg legacy decision

View File

@ -1,6 +1,6 @@
{
"name": "libbson",
"version": "1.28.0",
"version": "1.28.1",
"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 ce160a85cdb4dce7f22439242e75a614742e31538e41cdc60fe518071cb3e8bab844c254783f9acaa4985906c1a507ae27347f2db49b241fa3725f81bfe728ce
SHA512 08ebc8a4ebe3249fe74ebe564b6e0ce965b8601eb6d76d4b667e80e135a5cc390a03d198e2c18cfb9816c09be53ac769dccd6aea35c4ab317f4d2b964d0176fd
HEAD_REF master
PATCHES
disable-dynamic-when-static.patch

View File

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

View File

@ -4309,7 +4309,7 @@
"port-version": 4
},
"libbson": {
"baseline": "1.28.0",
"baseline": "1.28.1",
"port-version": 0
},
"libcaer": {
@ -5969,7 +5969,7 @@
"port-version": 2
},
"mongo-c-driver": {
"baseline": "1.28.0",
"baseline": "1.28.1",
"port-version": 0
},
"mongo-cxx-driver": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "faf528e27ca98d05419b5a1b2638533148d19eb2",
"version": "1.28.1",
"port-version": 0
},
{
"git-tree": "0b2983865b35e8bd35f928264d1adca885e798a6",
"version": "1.28.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79cc46a3281584b2c34acf830aa2d1935481d381",
"version": "1.28.1",
"port-version": 0
},
{
"git-tree": "d281cdc4d8d7bea3b30c0397b410ab0eac9cbf98",
"version": "1.28.0",