bmcweb: srcrev bump 2d57219665..fa2d6ae703

Ed Tanous (6):
      Add SSE filter param support
      Remove old symlinks
      Update client ciphers to mozilla intermediate
      Combine cipher suite lists
      Break out SSL key handler into a compile unit
      Upgrade select alpn callback

Jagpal Singh Gill (3):
      update service: simplify object path lookup
      update service: updateable firmware logic change
      update service: path change for D-Bus interface

Change-Id: Icbb730c419bffe143f0737dc6a0e2f928b18a759
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 df5f758..f39ad6a 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 = "2d57219665f47c7fd9c2cdbc31a588f1da51ea72"
+SRCREV = "fa2d6ae7034875a61314380295a88dc8abaa34a1"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"