commit | 3167927f4cfff7a87858de837d32bd97730e15a4 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <openbmcbump-github@yahoo.com> | Fri Apr 16 17:30:53 2021 +0000 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Apr 19 23:26:30 2021 +0000 |
tree | d9abec61335dc9e5a8cdec378aeca206501b89dc | |
parent | b34770baadbcb268a327096deeab9f4f74d9b84f [diff] |
bmcweb: srcrev bump c47b845812..b295bf951f Alan Kuo (1): Fix memory leak issue when opening the certificate file Change-Id: Ib2f2ee4fbea5f9fe1d33a93a9b64d6d093c77d17 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 4aa45ff..92bef7b 100644 --- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb +++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openbmc/bmcweb.git" PV = "1.0+git${SRCPV}" -SRCREV = "c47b845812c16495803a858a7bc63f5511daf27d" +SRCREV = "b295bf951f391380e60234d0fe6df7ad4f5b00c9" S = "${WORKDIR}/git"