bmcweb: srcrev bump 03457a9c80..6c068982d5

Abhishek Patel (1):
      Retrieve port info for systems service

Ed Tanous (9):
      Pass string views by value
      Take boost error_code by reference
      Rename doVmAction to doEjectAction
      Use same method to parse dbus object
      Seal "NotConnected" usage
      Detemplate SecurePipe
      Move network protocol to separate methods
      Add support for Link header in NetworkProtocol
      Implement AggregationService

George Liu (1):
      Add Ports schema

Gunnar Mills (2):
      Switch Developing to say webui-vue
      Have clang-tidy header match others

Przemyslaw Czarnowski (2):
      Postpone params validation
      Extract out common parts

Sui Chen (1):
      Move getMessage and getMessageFromRegistry to cpp and add test

Troy Lee (1):
      Fixing blocking system call to async mode

Xie Ning (1):
      Remove sessions when user is deleted

Change-Id: I2509cacbb367f00f41f58b3291fe9d8dda78866e
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 e7eae56..f5be562 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 = "03457a9c803cfd000093ba842a38876e384c7452"
+SRCREV = "6c068982d54d20476fd04ae7ef893b153015762e"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"