bmcweb: srcrev bump f0b59af46a..5575efb613

Asmitha Karunanithi (2):
      ethernet: Move to setProperty dbus utility method
      hypervisor: Move to setProperty dbus util method

Ed Tanous (14):
      Create Redfish specific setProperty call
      Remove old uses of cout/cerr
      Fix regression in http_file_body
      Fix SSE sockets
      Use no-switch-default on clang
      Fix redundant inline operators
      Make boost/nghttp2 cmake build static libraries
      Remove duplicated include
      Enable readability check
      Move where appropriate
      Delete old tests
      Update nghttp2 1.54->1.60
      Remove unused header
      Create TemporaryFileHandle class

Gunnar Mills (3):
      Cable: Fix Logging Level Error
      Up the max connectionCount to 200
      Remove redfish-enable-proccessor-memory-status

Myung Bae (1):
      Reduce multi-level calls of req.req members

Change-Id: Icf5a11dc8826651de66792c594be4ebf5f4073fd
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 b91ddef..90a7c7a 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gtest', '', d)} \
     ${@bb.utils.contains('PTEST_ENABLED', '1', 'gmock', '', d)} \
 "
-SRCREV = "f0b59af46a6aa84890d2181b08d4e1af5ce5002f"
+SRCREV = "5575efb61318a29b810b841390dce5b80cbeacfb"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"