summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/interfaces
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-12-12 23:30:42 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-12-13 20:58:41 +0300
commitff85e8ac89c4be033f426804667842985f929113 (patch)
tree897c37e05e73463a52f5976473221eaf6d07822a /meta-phosphor/recipes-phosphor/interfaces
parent402e83149f15f1d0e12e3eacf6fc636e7d482071 (diff)
downloadopenbmc-ff85e8ac89c4be033f426804667842985f929113.tar.xz
bmcweb: srcrev bump 998e0cbdc5..75e8e218cb
Abhilash Raju (1): Reponse: Fix incomplete implementation in write Ed Tanous (2): Add mutual tls unit test Simplify mutual TLS checks Marco Kawajiri (1): mutual-tls: Add support for Meta certificates Myung Bae (1): Use MonotonicTimeStamp for bmc log id Patrick Williams (1): meson: adjust nlohmann-json dependency Change-Id: Ia75b9bbf5e77697464adb91eead01ba1f2cb8253 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 13d47200a9..6654f28289 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "998e0cbdc5092bdaa783d11c2760bf62084403ce"
+SRCREV = "75e8e218cbf9539144ee8f6aea01e158d0a9e190"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"