Skip to content

Commit 76ba88b

Browse files
authored
PHPC-2405: Update to libmongocrypt 1.10.1 (#1602)
1 parent 337aa35 commit 76ba88b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,15 @@ if test "$PHP_MONGODB" != "no"; then
299299
])
300300

301301
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" != "no"; then
302-
PKG_CHECK_MODULES([PHP_MONGODB_MONGOCRYPT], [libmongocrypt >= 1.9.1], [
302+
PKG_CHECK_MODULES([PHP_MONGODB_MONGOCRYPT], [libmongocrypt >= 1.10.1], [
303303
PHP_MONGODB_MONGOCRYPT_VERSION=`$PKG_CONFIG libmongocrypt --modversion`
304304
PHP_MONGODB_MONGOCRYPT_VERSION_STRING="System ($PHP_MONGODB_MONGOCRYPT_VERSION)"
305305
306306
PHP_MONGODB_CFLAGS="$PHP_MONGODB_CFLAGS $PHP_MONGODB_MONGOCRYPT_CFLAGS"
307307
PHP_EVAL_LIBLINE($PHP_MONGODB_MONGOCRYPT_LIBS, MONGODB_SHARED_LIBADD)
308308
AC_DEFINE(HAVE_SYSTEM_LIBMONGOCRYPT, 1, [Use system libmongocrypt])
309309
],[
310-
AC_MSG_ERROR(Could not find system library for libmongocrypt >= 1.9.1)
310+
AC_MSG_ERROR(Could not find system library for libmongocrypt >= 1.10.1)
311311
])
312312
fi
313313
fi

sbom.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.10.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.10.1.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.10.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.10.1"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/[email protected].0",
17+
"purl": "pkg:github/mongodb/[email protected].1",
1818
"type": "library",
19-
"version": "1.10.0"
19+
"version": "1.10.1"
2020
},
2121
{
2222
"bom-ref": "pkg:github/mongodb/[email protected]",
@@ -39,14 +39,14 @@
3939
],
4040
"dependencies": [
4141
{
42-
"ref": "pkg:github/mongodb/[email protected].0"
42+
"ref": "pkg:github/mongodb/[email protected].1"
4343
},
4444
{
4545
"ref": "pkg:github/mongodb/[email protected]"
4646
}
4747
],
4848
"metadata": {
49-
"timestamp": "2024-07-03T08:46:07.057692+00:00",
49+
"timestamp": "2024-07-03T10:31:03.600797+00:00",
5050
"tools": [
5151
{
5252
"externalReferences": [
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
"serialNumber": "urn:uuid:acb30d08-ee47-4ff0-b301-d66ef1f54082",
93-
"version": 2,
93+
"version": 3,
9494
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9595
"bomFormat": "CycloneDX",
9696
"specVersion": "1.5"

src/LIBMONGOCRYPT_VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.10.1

0 commit comments

Comments
 (0)