summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-06-29 04:19:13 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-06-29 23:27:25 +0300
commit54720438ff318a989666e29c426f864ad17d17bb (patch)
tree10a188ee40bc4c2e9d53e9d65458661dda502679
parent220d1a1d9dd9eb4e02b896c4c801f91b21299bf9 (diff)
downloadopenbmc-54720438ff318a989666e29c426f864ad17d17bb.tar.xz
bmcweb: srcrev bump ceeba4f968..69320d54ef
AppaRao Puli (1): Add missing Context type to MetricReport Carson Labrado (1): HttpClient: Increase httpReadBodyLimit Claire Weinan (1): LogService: Add support for Fault Log Ed Tanous (5): Replace BMCWEB_ROUTES lambdas with functions Remove old MAINTAINERS file Rearrange forward_unauthorized Move AccountService to separate methods Fix shadowed variable issues Jason M. Bills (6): Clean up firstEntry boolean checks Update handling of skipped log entries log_services: use nlohmann::json::object_t log_services: don't replace res.jsonValue log_services: remove brace initialization Use an enum to return message registry parsing status Jiaqing Zhao (7): certificate: Use ObjectMapper in getCertificateLocations certificate: Add getCertificateList for get collections registry: Base: Upgrade 1.11.0 -> 1.13.0 error_messages: Add PropertyValueOutOfRange error memory: Use dbus::utility::DBusPropertiesMap::value_type query_param_test: Update Positive cases for Delegate Encode service object path with sdbusplus Nan Zhou (22): dbus_utility: iwyu openbmc_dbus_rest_test: fix headers multipart_test: fix headers multipart_test: add namespace multipart_test: use ASSERT_EQ correctly Add Nan Zhou as a reviewer log_service: make function static health: remove boost container header human_sort_test: fix headers human_sort_test: add namespace http: utility_test: fix headers http: utility_test: fix namespace http: router_test: fix headers http: router_test: fix namespace query_param: fix headers query_param_test: fix namespaces dbus_utility_test: add namespace dbus_utility_test: clean up headers http_utility_test: fix headers clients.md: fix headers http_utility_test: add namespace http_utility_test: fix test case names Tony Lee (1): Fix fail on get PostCode entry Willy Tu (1): update_service: Refactor getSoftwareVersion into a seperate function nitroglycerine (1): sessions: iwyu Change-Id: I98d98d649b99ecdb99e3099c9efbe518b85f300d 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 b7aa767e65..5c81089abc 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
SRC_URI = "git://github.com/openbmc/bmcweb.git;branch=master;protocol=https;nobranch=1"
PV = "1.0+git${SRCPV}"
-SRCREV = "ceeba4f9684be6b705568718d9a1afd5886989cd"
+SRCREV = "69320d54efe41fa5b0947adab5702d9023cc1ee3"
S = "${WORKDIR}/git"