diff options
author | Andrew Geissler <openbmcbump-github@yahoo.com> | 2019-08-16 21:30:57 +0300 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2019-08-16 23:03:45 +0300 |
commit | 30e7d8427b05d123ed1ca269e3c027b2425bd168 (patch) | |
tree | 8f976430142e274f01005960ecf1d049a4d12459 | |
parent | 2970727a0d063377e0bcb41f353102eb39475ca0 (diff) | |
download | openbmc-30e7d8427b05d123ed1ca269e3c027b2425bd168.tar.xz |
phosphor-certificate-manager: srcrev bump b57d75e2b1..2e8c3a5014
Marri Devender Rao (2):
Fix extended key usage value while generating CSR
Fixed error message logged for certificate verification
(From meta-phosphor rev: fbd01b6e080d712ea8c8bca20dc1730e2f792183)
Change-Id: Icdaae4750908f61f5c88914cc364b038334a5782
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r-- | meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 15395148d..7e4a9db58 100644 --- a/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/certificate/phosphor-certificate-manager_git.bb @@ -9,7 +9,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "git://github.com/openbmc/phosphor-certificate-manager" -SRCREV = "b57d75e2b1871fe048216ae98ae3a224ca3adb9e" +SRCREV = "2e8c3a50140b755e9f5c934ca94fb9c5731451b1" inherit autotools \ pkgconfig \ |