bmcweb: srcrev bump a716aa7495..8e73b9064f
Michael Shen (1):
Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`
Ravi Teja (1):
Avoid setting SNI hostname for IP addresses
Tony Lee (1):
Fix empty response when do the clearLog
Xinnan Xie (1):
kvm_websocket: Fix crash on dangling reference
Change-Id: Ibce11491d6f90acd30c6e6742d8349a7451035dc
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 0785c7c..598ef40 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 = "a716aa74954617e32a1d2e691d184580402b3eaf"
+SRCREV = "8e73b9064fdd414b9a71806a44f0e0f176b5a88d"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"