From e9f5cef789014e60d49b66af639bf1191374f5e6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 31 May 2021 21:39:26 -0700 Subject: mongodb: Change PV to 4.4.6 4.4.6 has been released from same SHA which was used for rc0 Signed-off-by: Khem Raj (cherry picked from commit e17fc085c025550be08353319983f9b89b11831b) [Bug fix only updates: Issues fixed: SERVER-53604: Include original aws iam arn in authenticate audit logs SERVER-52564: Deadlock between step down and MongoDOperationContextSession WT-7442: RTS to open dhandle only when the dhandle has unstable updates WT-7426: Set write generation number when the page image gets created WT-7373: Improve slow random cursor operations on oplog] Signed-off-by: Armin Kuster --- meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb index 54178bf75a..fcabf81327 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb @@ -11,8 +11,8 @@ DEPENDS = "openssl libpcap zlib boost curl python3 \ inherit scons dos2unix siteinfo python3native systemd useradd -PV = "4.4.5+4.4.6-rc0" -#v4.4.6-rc0 +PV = "4.4.6" +#v4.4.6 SRCREV = "72e66213c2c3eab37d9358d5e78ad7f5c1d0d0d7" SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.4 \ file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ -- cgit v1.2.3-54-g00ecf