Skip to content

Commit 87231ee

Browse files
authored
PHPC-2649: Update to libmongocrypt 1.17.0 (#1904)
1 parent a2109ca commit 87231ee

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
env:
147147
PHP_VERSION: "8.3"
148148
# Note: omit the patch version when referring to the libmongocrypt package
149-
LIBMONGOCRYPT_VERSION: "1.16"
149+
LIBMONGOCRYPT_VERSION: "1.17"
150150
# Note: include the patch version when referring to a libmongoc release tarball
151151
LIBMONGOC_VERSION: "2.2.1"
152152
SERVER_VERSION: "8.0"

config.m4

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

268268
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" != "no"; then
269-
PKG_CHECK_MODULES([PHP_MONGODB_MONGOCRYPT], [libmongocrypt >= 1.16.0], [
269+
PKG_CHECK_MODULES([PHP_MONGODB_MONGOCRYPT], [libmongocrypt >= 1.17.0], [
270270
PHP_MONGODB_MONGOCRYPT_VERSION=`$PKG_CONFIG libmongocrypt --modversion`
271271
PHP_MONGODB_MONGOCRYPT_VERSION_STRING="System ($PHP_MONGODB_MONGOCRYPT_VERSION)"
272272
273273
PHP_MONGODB_CFLAGS="$PHP_MONGODB_CFLAGS $PHP_MONGODB_MONGOCRYPT_CFLAGS"
274274
PHP_EVAL_LIBLINE($PHP_MONGODB_MONGOCRYPT_LIBS, MONGODB_SHARED_LIBADD)
275275
AC_DEFINE(HAVE_SYSTEM_LIBMONGOCRYPT, 1, [Use system libmongocrypt])
276276
],[
277-
AC_MSG_ERROR(Could not find system library for libmongocrypt >= 1.16.0)
277+
AC_MSG_ERROR(Could not find system library for libmongocrypt >= 1.17.0)
278278
])
279279
fi
280280
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/libmongocrypt@1.16.0",
4+
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.17.0",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.16.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.17.0.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.16.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.17.0"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/libmongocrypt@1.16.0",
17+
"purl": "pkg:github/mongodb/libmongocrypt@1.17.0",
1818
"type": "library",
19-
"version": "1.16.0"
19+
"version": "1.17.0"
2020
},
2121
{
2222
"bom-ref": "pkg:github/mongodb/mongo-c-driver@2.2.1",
@@ -39,14 +39,14 @@
3939
],
4040
"dependencies": [
4141
{
42-
"ref": "pkg:github/mongodb/libmongocrypt@1.16.0"
42+
"ref": "pkg:github/mongodb/libmongocrypt@1.17.0"
4343
},
4444
{
4545
"ref": "pkg:github/mongodb/mongo-c-driver@2.2.1"
4646
}
4747
],
4848
"metadata": {
49-
"timestamp": "2025-12-10T09:26:19.253727+00:00",
49+
"timestamp": "2025-12-22T13:55:40.012464+00:00",
5050
"tools": [
5151
{
5252
"externalReferences": [
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
"serialNumber": "urn:uuid:acb30d08-ee47-4ff0-b301-d66ef1f54082",
93-
"version": 19,
93+
"version": 20,
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.16.0
1+
1.17.0

0 commit comments

Comments
 (0)