meta-phosphor: bump authority changes

Bumping revisions in multiple projects in order to support changed name
of authority certificate store service:
- phosphor-certificate-manager: 2e8ef4ce...2e8fa88e
Michal Orzel (1):
      config: Change authority D-Bus names

- bmcweb: 0a4776cf...b2254ccd
Michal Orzel (1):
      Change authority D-Bus names

Myung Bae (1):
      Ignore Non-software-related events during Update

- phosphor-user-manager: 24637e5f...23f82c1e
Michal Orzel (1):
      Change authority D-Bus names

Change-Id: If75951a40e7264102424e1d31a29f7c2e8a90f0e
Signed-off-by: Michal Orzel <michalx.orzel@intel.com>
diff --git a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
index e79cd71..88da332 100644
--- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb
@@ -11,11 +11,11 @@
         sdbusplus \
         sdeventplus \
         "
-SRCREV = "2e8ef4ce43975acfec7720683b8c7d721926c398"
-PACKAGECONFIG ??= "bmcweb-cert nslcd-authority-cert"
+SRCREV = "2e8fa88e24d83a061bd7a40b6c222956b85c640a"
+PACKAGECONFIG ??= "bmcweb-cert authority-cert"
 PACKAGECONFIG[ibm-hypervisor-cert] = "-Dca-cert-extension=enabled,-Dca-cert-extension=disabled"
 PACKAGECONFIG[bmcweb-cert] = "-Dconfig-bmcweb=enabled,-Dconfig-bmcweb=disabled"
-PACKAGECONFIG[nslcd-authority-cert] = "-Dconfig-nslcd=enabled,-Dconfig-nslcd=disabled"
+PACKAGECONFIG[authority-cert] = "-Dconfig-authority=enabled,-Dconfig-authority=disabled"
 PV = "0.1+git${SRCPV}"
 PR = "r1"
 
@@ -26,7 +26,7 @@
 SYSTEMD_SERVICE:${PN} = " \
         phosphor-certificate-manager@.service \
         ${@bb.utils.contains('PACKAGECONFIG', 'ibm-hypervisor-cert', 'bmc-vmi-ca-manager.service', '', d)} \
-        ${@bb.utils.contains('PACKAGECONFIG', 'nslcd-authority-cert', 'phosphor-certificate-manager@authority.service', '', d)} \
+        ${@bb.utils.contains('PACKAGECONFIG', 'authority-cert', 'phosphor-certificate-manager@authority.service', '', d)} \
         ${@bb.utils.contains('PACKAGECONFIG', 'bmcweb', 'phosphor-certificate-manager@bmcweb.service', '', d)} \
         "
 
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index d13cba2..79327eb 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 = "0a4776cf59f26dce6eadfbfc792b70fcc907621b"
+SRCREV = "b2254ccd4584285eb2a16fd1906c54d7c9bf0867"
 PV = "1.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index 44679ab..c72bd88 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -9,7 +9,7 @@
 DEPENDS += "boost"
 DEPENDS += "nss-pam-ldapd"
 DEPENDS += "systemd"
-SRCREV = "24637e5f372a96445151f39852068db2ef0b604e"
+SRCREV = "23f82c1ef8c190d0814075fdf791787f2a2329d5"
 PV = "1.0+git${SRCPV}"
 PR = "r1"