bmcweb: srcrev bump 1516c21b27..28cfceb298
Ed Tanous (2):
Update to boost 1.86.0
Fix NOLINT in pam module
Gunnar Mills (1):
Update to 2024.2
Patrick Williams (1):
build: upgrade to C++23
Ravi Teja (1):
Redfish Session: Implement MFA "Token" property
Change-Id: Icc1c84e103d4ce60d16d84fa25cbfb69e49b1135
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index db9266c..7ec390e 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "1516c21b27faf8dcf7c41e9b7253da97025a5f28"
+SRCREV = "28cfceb2980baa76d7f0599dd4a331ceaec52e1f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"