From eb7e560fb1878d020b589b8fdf3d028b59087d78 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 24 Apr 2024 17:40:52 -0500 Subject: bmcweb: srcrev bump 003301a24b..6b54e4e086 Ed Tanous (6): Implement a Content-Security-Policy TODO Remove XSS prevention code Fix http2 use after free bug Add new tidy checks Fix large content error codes Handle error code properly Change-Id: Ibe890ecd8be2d3f4ed94bf0f09bef409ab43940c Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb index ba2a4e2045..4417d4a42d 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 = "003301a24bad4cfe066bb1f5720243a3f7c45742" +SRCREV = "6b54e4e08678c0e32ed02adc87237f6ffa936691" PV = "1.0+git${SRCPV}" SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https" -- cgit v1.2.3