bmcweb: srcrev bump ac25adb8d4..f2caadcee1

Ed Tanous (8):
      Add type safety for NTP server objects
      Stage 2 refactor LDAP parameters
      Remove OpenSSL warnings ignore
      Fix NTP set race condition
      Refactor UpdateService
      Break out DoTftpUpdate
      Refactor tftp parser
      Reformat meson files

Gunnar Mills (1):
      Update Privilege Registry from 1.3.0 to 1.5.0

Change-Id: I34d0cce4d3b482a4f40a0d4a3d004813eee69374
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 3cad22a..479d5bb 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 = "ac25adb8d491342fc5fd4e189c58b79be6f5835a"
+SRCREV = "f2caadcee107d537be6fdb8e04bcc975eaa594c6"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"