summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-11-07 09:40:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-07 20:17:08 +0300
commit6f3769fe688ee4a8dcf95402c4ffebd758ba9a19 (patch)
treefb4349cba8066de7ef4b3ed20dd7d1ec0354723e
parentfdd9906d27b585b182d4203ec7b9ff23479ab968 (diff)
downloadopenbmc-6f3769fe688ee4a8dcf95402c4ffebd758ba9a19.tar.xz
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>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 947016411a..57d6c4ff58 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
${@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"