summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-21 23:30:32 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-22 00:42:59 +0300
commit74a8ba37833b53d0b8cd94c6b976d5be22c66192 (patch)
tree642158cff98e1319abd74c46722d0915e8b12c01 /meta-phosphor/recipes-phosphor/interfaces
parentcefe4052631a28d73565fb8bb7cc7fe8c8631cd9 (diff)
downloadopenbmc-74a8ba37833b53d0b8cd94c6b976d5be22c66192.tar.xz
bmcweb: srcrev bump e164f1b66e..3d30708fb6
Chicago Duan (1): Redfish: Implement SNMP Trap Ed Tanous (8): Revert "Fix websocket csrf checking" Set cookieAuth variable for cookie Use fillMessageArgs in log services Upgrade to mozilla intermediate 5.7 Change cipher suite variable Add an option flag for multi-computersystem Break out ComputerSystem methods Move all ComputerSystem routes to bottom George Liu (1): Refactor getManagedObjects method Jayaprakash Mutyala (1): Populate Memory attributes Joseph Reynolds (1): Add headers Referrer-Policy and Permissions-Policy Lakshmi Yadlapati (1): Fix Redfish validator failure in PCIeFunction Nan Zhou (1): json utils: add getEstimatedJsonSize Change-Id: Icd8b2601a60fa5cd1cfc36775877b9c02d192b0c 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 ed055a1eba..9f2e2fe6ec 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 = "e164f1b66eb2cde5b885df342c9a5bb4e0c2beeb"
+SRCREV = "3d30708fb65e40cd28da601b3e91a527a8862e15"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"