From ff85e8ac89c4be033f426804667842985f929113 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 12 Dec 2023 14:30:42 -0600 Subject: 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 --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/interfaces') 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" -- cgit v1.2.3