summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-02-02 19:50:12 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-02-03 04:44:14 +0300
commitca1b355a871311d52038ec84a36ef5626ed3737b (patch)
tree5337ed596c6a884b31bc16977c6b604fda10df8f
parent46e0e7188bc562c314bb069c787c909332e03ef9 (diff)
downloadopenbmc-ca1b355a871311d52038ec84a36ef5626ed3737b.tar.xz
telemetry: srcrev bump a950e42ba5..e6c417cfe7
Ankita Vilas Gawade (1): Add limit to Metric URIs to avoid buffer overflow Krzysztof Grobelny (1): Fixed handling maxAppendLimit Change-Id: I672da06138c1409ef09a27f2cea692d04084fdac Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
index c2b1237cd3..b3076cb080 100644
--- a/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
+++ b/meta-phosphor/recipes-phosphor/telemetry/telemetry_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://github.com/openbmc/telemetry;branch=master;protocol=https"
PV = "1.0+git${SRCPV}"
-SRCREV = "a950e42ba579a3498face1654e58c94d9ff1cf9a"
+SRCREV = "e6c417cfe7f092352b4d6058cf852b2d72023e74"
S = "${WORKDIR}/git"