bmcweb: srcrev bump d6c414f36c..92ccb88d9a
Ed Tanous (6):
Remove middlewares
Enable clang warnings
Enable unused variable warnings and resolve
url_view throws if a parse error is found
Fix minor regression in chassis
Catch more errors in url_view
Jonathan Doman (1):
Improve base64Decode bounds checking
Karthick Sundarrajan (1):
Deleting the deprecated format for SendRawPeci
Change-Id: I2165fb494a45adf179334f0bebe8abc21288e07e
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/interfaces/bmcweb_git.bb b/recipes-phosphor/interfaces/bmcweb_git.bb
index 4ab3dce..c51af33 100644
--- a/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "d6c414f36c66b03f272f0cfc3a2e2d5dc0df1271"
+SRCREV = "92ccb88d9adff2da45bddd292c7d944c2755b2c8"
S = "${WORKDIR}/git"