bmcweb: srcrev bump 998e0cbdc5..75e8e218cb
Abhilash Raju (1):
Reponse: Fix incomplete implementation in write
Ed Tanous (2):
Add mutual tls unit test
Simplify mutual TLS checks
Marco Kawajiri (1):
mutual-tls: Add support for Meta certificates
Myung Bae (1):
Use MonotonicTimeStamp for bmc log id
Patrick Williams (1):
meson: adjust nlohmann-json dependency
Change-Id: Ia75b9bbf5e77697464adb91eead01ba1f2cb8253
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 13d4720..6654f28 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 = "998e0cbdc5092bdaa783d11c2760bf62084403ce"
+SRCREV = "75e8e218cbf9539144ee8f6aea01e158d0a9e190"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"