Skip to content

Commit

Permalink
[mongo-c-driver,libbson] Update to 1.27.6 (microsoft#40791)
Browse files Browse the repository at this point in the history
Co-authored-by: Lily Wang <[email protected]>
  • Loading branch information
LilyWangLL and Lily Wang authored Sep 4, 2024
1 parent ac4e816 commit c04c073
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ports/libbson/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/libbson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion ports/mongo-c-driver/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/mongo-c-driver/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4285,7 +4285,7 @@
"port-version": 4
},
"libbson": {
"baseline": "1.27.5",
"baseline": "1.27.6",
"port-version": 0
},
"libcaer": {
Expand Down Expand Up @@ -5921,7 +5921,7 @@
"port-version": 2
},
"mongo-c-driver": {
"baseline": "1.27.5",
"baseline": "1.27.6",
"port-version": 0
},
"mongo-cxx-driver": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libbson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2db60ebe98c69f4366f9cee1ce2226eac18f1eb4",
"version": "1.27.6",
"port-version": 0
},
{
"git-tree": "cb37e57fa41119692b20369706249bec51f0756d",
"version": "1.27.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mongo-c-driver.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ee64d4ea47486cf262d92227b887f7cd5b881d46",
"version": "1.27.6",
"port-version": 0
},
{
"git-tree": "78a63da59232ee6855e1979e3168794a65eebaba",
"version": "1.27.5",
Expand Down

0 comments on commit c04c073

Please sign in to comment.