Skip to content

Commit

Permalink
CSHARP-4889: Support Linux distros using libdl.so.2 (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinowona authored Jun 27, 2024
1 parent c436f22 commit 29a8893
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion purls.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pkg:nuget/MongoDB.Libmongocrypt@1.9.0
pkg:nuget/MongoDB.Libmongocrypt@1.10.0
16 changes: 8 additions & 8 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"components": [
{
"bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.9.0",
"bom-ref": "pkg:nuget/MongoDB.Libmongocrypt@1.10.0",
"externalReferences": [
{
"type": "distribution",
"url": "https://www.nuget.org/api/v2/package/MongoDB.Libmongocrypt/1.9.0"
"url": "https://www.nuget.org/api/v2/package/MongoDB.Libmongocrypt/1.10.0"
},
{
"type": "website",
"url": "https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.9.0"
"url": "https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.10.0"
}
],
"name": "MongoDB.Libmongocrypt",
"purl": "pkg:nuget/MongoDB.Libmongocrypt@1.9.0",
"purl": "pkg:nuget/MongoDB.Libmongocrypt@1.10.0",
"type": "library",
"version": "1.9.0"
"version": "1.10.0"
}
],
"dependencies": [
{
"ref": "pkg:nuget/MongoDB.Libmongocrypt@1.9.0"
"ref": "pkg:nuget/MongoDB.Libmongocrypt@1.10.0"
}
],
"metadata": {
"timestamp": "2024-05-23T20:46:09.160033+00:00",
"timestamp": "2024-06-27T18:41:56.248350+00:00",
"tools": [
{
"externalReferences": [
Expand Down Expand Up @@ -67,7 +67,7 @@
}
]
},
"serialNumber": "urn:uuid:77687498-fcba-4e54-880d-67b3b53d41af",
"serialNumber": "urn:uuid:cb433355-beb9-4038-8a04-565191eff5c5",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.14" />
<PackageReference Include="DnsClient" Version="1.6.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.9.0" />
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.10.0" />
<PackageReference Include="SharpCompress" Version="0.30.1" />
<PackageReference Include="Snappier" Version="1.0.0" />
<PackageReference Include="ZstdSharp.Port" Version="0.7.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/MongoDB.Driver/MongoDB.Driver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.0.0" />
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.9.0" />
<PackageReference Include="MongoDB.Libmongocrypt" Version="1.10.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 29a8893

Please sign in to comment.