Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3348785

Browse files
Merge v1.x into v2.x (#1808)
2 parents bf34d5b + 8a0f3f7 commit 3348785

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

‎config.m4‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,26 +237,26 @@ if test "$PHP_MONGODB" != "no"; then
237237
PHP_MONGODB_MONGOCRYPT_VERSION_STRING="None"
238238

239239
if test "$PHP_MONGODB_SYSTEM_LIBS" != "no"; then
240-
PKG_CHECK_MODULES([PHP_MONGODB_BSON], [libbson-1.0 >= 1.30.1], [
240+
PKG_CHECK_MODULES([PHP_MONGODB_BSON], [libbson-1.0 >= 1.30.3], [
241241
PHP_MONGODB_BSON_VERSION=`$PKG_CONFIG libbson-1.0 --modversion`
242242
PHP_MONGODB_BSON_VERSION_STRING="System ($PHP_MONGODB_BSON_VERSION)"
243243
244244
PHP_MONGODB_CFLAGS="$PHP_MONGODB_CFLAGS $PHP_MONGODB_BSON_CFLAGS"
245245
PHP_EVAL_LIBLINE($PHP_MONGODB_BSON_LIBS, MONGODB_SHARED_LIBADD)
246246
AC_DEFINE(HAVE_SYSTEM_LIBBSON, 1, [Use system libbson])
247247
],[
248-
AC_MSG_ERROR([Could not find system library for libbson >= 1.30.1])
248+
AC_MSG_ERROR([Could not find system library for libbson >= 1.30.3])
249249
])
250250

251-
PKG_CHECK_MODULES([PHP_MONGODB_MONGOC], [libmongoc-1.0 >= 1.30.1], [
251+
PKG_CHECK_MODULES([PHP_MONGODB_MONGOC], [libmongoc-1.0 >= 1.30.3], [
252252
PHP_MONGODB_BSON_VERSION=`$PKG_CONFIG libbson-1.0 --modversion`
253253
PHP_MONGODB_BSON_VERSION_STRING="System ($PHP_MONGODB_BSON_VERSION)"
254254
255255
PHP_MONGODB_CFLAGS="$PHP_MONGODB_CFLAGS $PHP_MONGODB_MONGOC_CFLAGS"
256256
PHP_EVAL_LIBLINE($PHP_MONGODB_MONGOC_LIBS, MONGODB_SHARED_LIBADD)
257257
AC_DEFINE(HAVE_SYSTEM_LIBMONGOC, 1, [Use system libmongoc])
258258
],[
259-
AC_MSG_ERROR(Could not find system library for libmongoc >= 1.30.1)
259+
AC_MSG_ERROR(Could not find system library for libmongoc >= 1.30.3)
260260
])
261261

262262
if test "$PHP_MONGODB_CLIENT_SIDE_ENCRYPTION" != "no"; then

‎sbom.json‎

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@
1919
"version": "1.12.0"
2020
},
2121
{
22-
"bom-ref": "pkg:github/mongodb/mongo-c-driver@1.30.1",
22+
"bom-ref": "pkg:github/mongodb/mongo-c-driver@1.30.3",
2323
"externalReferences": [
2424
{
2525
"type": "distribution",
26-
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.30.1.tar.gz"
26+
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.30.3.tar.gz"
2727
},
2828
{
2929
"type": "website",
30-
"url": "https://github.com/mongodb/mongo-c-driver/tree/1.30.1"
30+
"url": "https://github.com/mongodb/mongo-c-driver/tree/1.30.3"
3131
}
3232
],
3333
"group": "mongodb",
3434
"name": "mongo-c-driver",
35-
"purl": "pkg:github/mongodb/mongo-c-driver@1.30.1",
35+
"purl": "pkg:github/mongodb/mongo-c-driver@1.30.3",
3636
"type": "library",
37-
"version": "1.30.1"
37+
"version": "1.30.3"
3838
}
3939
],
4040
"dependencies": [
4141
{
4242
"ref": "pkg:github/mongodb/libmongocrypt@1.12.0"
4343
},
4444
{
45-
"ref": "pkg:github/mongodb/mongo-c-driver@1.30.1"
45+
"ref": "pkg:github/mongodb/mongo-c-driver@1.30.3"
4646
}
4747
],
4848
"metadata": {
49-
"timestamp": "2025-02-21T15:21:36.741928+00:00",
49+
"timestamp": "2025-04-09T07:40:24.233811+00:00",
5050
"tools": [
5151
{
5252
"externalReferences": [
@@ -90,9 +90,8 @@
9090
]
9191
},
9292
"serialNumber": "urn:uuid:acb30d08-ee47-4ff0-b301-d66ef1f54082",
93-
"version": 10,
93+
"version": 11,
9494
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9595
"bomFormat": "CycloneDX",
96-
"specVersion": "1.5",
97-
"vulnerabilities": []
96+
"specVersion": "1.5"
9897
}

‎src/LIBMONGOC_VERSION_CURRENT‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.30.1
1+
1.30.3

‎src/libmongoc‎

Submodule libmongoc updated 77 files

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /