summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-23 18:40:27 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-24 00:44:44 +0300
commit47f7078bba619fd912b5547e0bfa69ae43a37dc4 (patch)
tree29b4fe2057ac5558c4ce927ba6cfdac0ce6f8b88 /meta-phosphor/recipes-phosphor/interfaces
parent45ac464b5d75b91b76636916fc18134f9de46ac2 (diff)
downloadopenbmc-47f7078bba619fd912b5547e0bfa69ae43a37dc4.tar.xz
bmcweb: srcrev bump 8b2521a5a3..6c3e945110
Carson Labrado (2): Aggregation: Increase response read limit to 50MB LogService: Fix potential null pointer dereference Chris Cain (1): systems: Fix missing EnterDwellTime property Ed Tanous (4): Add component integrity schemas Remove authorization checks in nbd_proxy Break out another lambda nbd proxy and websocket cleanups George Liu (1): Refactor getAssociationEndPoints method Jonathan Doman (1): Fix Request use-after-move Sunitha Harish (1): IPv6: Remove AddressState from redfish response. Change-Id: Ia96a77410fc58a8c9a406183901deadaea8e2eeb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/interfaces')
-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 0a488e02f8..efb34ea8e6 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "8b2521a5a3be479814beb316975bf3de0b4e378f"
+SRCREV = "6c3e94511027133db407f9e1c3c628927ec1332f"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"