bmcweb: srcrev bump cef57e855f..2f3d9bd0c8
Alex Schendel (1):
Add Support for ActionParameterNotInList Message
Boleslaw Ogonczyk Makowski (1):
Fix overwriting mTLS session
Carson Labrado (1):
Aggregation: Better handle dropped requests
Ed Tanous (11):
Update schema pack to 2022.3
Fix OemAccountService schema
Retab OEMManager to two space tabs
Correct Id parameter for two log services
Change readJson from is_object to get_ptr
Remove unused gzip helper
Change static to inline
Fix a couple #includes
Fix schema validator failure regression
Fix casing on OpenBMC
Fix bad namespaces
George Liu (2):
Fix some warnings by cppcheck
Add the getAssociationEndPoints method
Gunnar Mills (3):
Fix CI; Run black
Revert "Add the getAssociationEndPoints method"
TESTING.md: Add Content-Type
Khang Kieu (1):
Aggregation: Fix up aggregated response header URIs
Sunny Srivastava (1):
Implementation of FabricAdapter schema in bmcweb
Tony Lee (1):
ethernet: Fix getting empty IP address
Change-Id: I2102a0d27fc316a8b269058027ac8d2347228408
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 37b0b96..6fa3769 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -12,7 +12,7 @@
${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
"
-SRCREV = "cef57e855f5a800222d5e5ba47cbbe69174211e9"
+SRCREV = "2f3d9bd0c8504176e6f7a12503bb253a7761ed8b"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"