bmcweb: srcrev bump 6b54e4e086..9f217c26f5

Ed Tanous (1):
      Make cookie auth check all headers

Manojkiran Eda (1):
      Remove setup.cfg file from the repository

Ravi Teja (1):
      AccountService: Add HTTPBasicAuth support

Change-Id: Id67491a7a3989014aa74ba0ec141c38e07574b4e
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 4417d4a..9d96884 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 = "6b54e4e08678c0e32ed02adc87237f6ffa936691"
+SRCREV = "9f217c26f58c0a99c18e7cac7b095dcf6068562d"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"