[mongo-c-driver] Update to 1.27.2 (#39138)

Fixes https://github.com/microsoft/vcpkg/issues/39126

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.

Usage test pass with following triplets:

```
x64-windows
```
This commit is contained in:
jim wang 2024-06-06 06:49:02 +00:00 committed by GitHub
parent a4275b7eee
commit 1cd9e7b0bc
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 642264ec4358eb2de76b5dc0d7534c8751df980fc7fe21a010a44e4a7799a351ec6a8ed46fba54a6029b5d5e8c82df055a1a0eb01f23c1247a91bab8d6a5b306
SHA512 b2b00aeafb3e639ced89e1e5fee6e3a72167322acbb49dce06514271af2041713373ce1b941bdf1b94a518e93f4baca1c55c5c6e5cec33ff72916dace2c2be09
HEAD_REF master
PATCHES
fix-include-directory.patch # vcpkg legacy decision

View File

@ -1,6 +1,6 @@
{
"name": "libbson",
"version": "1.27.1",
"version": "1.27.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 642264ec4358eb2de76b5dc0d7534c8751df980fc7fe21a010a44e4a7799a351ec6a8ed46fba54a6029b5d5e8c82df055a1a0eb01f23c1247a91bab8d6a5b306
SHA512 b2b00aeafb3e639ced89e1e5fee6e3a72167322acbb49dce06514271af2041713373ce1b941bdf1b94a518e93f4baca1c55c5c6e5cec33ff72916dace2c2be09
HEAD_REF master
PATCHES
disable-dynamic-when-static.patch

View File

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

View File

@ -4221,7 +4221,7 @@
"port-version": 4
},
"libbson": {
"baseline": "1.27.1",
"baseline": "1.27.2",
"port-version": 0
},
"libcaer": {
@ -5825,7 +5825,7 @@
"port-version": 2
},
"mongo-c-driver": {
"baseline": "1.27.1",
"baseline": "1.27.2",
"port-version": 0
},
"mongo-cxx-driver": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fd83243e3eedf200a2b093c86fc4c3f9bb640555",
"version": "1.27.2",
"port-version": 0
},
{
"git-tree": "9183756e6de3ce01d1a0003e3be83d2a4e87ef5a",
"version": "1.27.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "81b20b1c902841a17a9b454861c2f58dee3aed3d",
"version": "1.27.2",
"port-version": 0
},
{
"git-tree": "b7f4dd21cdf50ca64c63af7067db1a8c3ef708b3",
"version": "1.27.1",