summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-07-24 19:01:46 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-07-25 00:06:46 +0300
commit48b9d9c4a94e305fd068dec8413daa02c8a3fb6e (patch)
tree787ad487861895ddb17ad967aca732e25b0ee285
parent4bd5dd28c019000a8b5b249e01b1693daca67d7d (diff)
downloadopenbmc-48b9d9c4a94e305fd068dec8413daa02c8a3fb6e.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index d8a01399e..474260795 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=a6a4edad4aed50f39a66d098d74b265b"
SRC_URI = "git://github.com/openbmc/bmcweb.git"
PV = "1.0+git${SRCPV}"
-SRCREV = "e7808c93f01081ca12e1b4769691b5ae673f9017"
+SRCREV = "72d566d9ebe2125b589c56ff71d4dcef6cd38981"
S = "${WORKDIR}/git"