bmcweb: srcrev bump e7808c93f0..72d566d9eb
Adrian Ambrożewicz (1):
Make default PUT handling return 403 for unpriviledged user
AppaRao Puli (2):
Add ResetActionInfo for ResetType
EventService: Add nullptr check to avoid crash
Ed Tanous (1):
Deprecate the "" operator, and isEqP
Gunnar Mills (2):
Add back reset body limit
Firmware: Add ActiveSoftwareImage for the running image
James Feist (3):
Rework Authorization flow
CancelDeadlineTimer after doWrite
Add read in progress check to timer
Wludzik, Jozef (1):
Add 'reason' message to websocket close method
Zhikui Ren (1):
Add SerialNumber and Model for cpu node in redfish
(From meta-phosphor rev: 7f9cfb5bbd2166006de0a2a79eab0e577159c4f0)
Change-Id: I36a531374aef1978c25d029abaa8e487bfbc4632
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index d8a0139..4742607 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "e7808c93f01081ca12e1b4769691b5ae673f9017"
+SRCREV = "72d566d9ebe2125b589c56ff71d4dcef6cd38981"
S = "${WORKDIR}/git"