bmcweb: srcrev bump 59a17e4f40..63509dd54c
Ed Tanous (5):
Move date_h to pragma once
Break out retrieveUriToDbusMap
Remove use after free in error handling path
Don't warn on unused macros
Make callback a template to avoid memory leak
Ravi Teja (1):
Fix SNMP invalid Destination error
Change-Id: Id47c6d8cc918172c9872995ddfe89f2833cf18fc
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 9470164..57d6c4f 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 = "59a17e4f40c78c6ee04f68a369fb9c041f64122d"
+SRCREV = "63509dd54c3290750961899125d588ea5f339023"
PV = "1.0+git${SRCPV}"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https"