summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2024-05-21 08:40:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2024-05-21 17:22:27 +0300
commit33737f7594be5944aa191406b5440ddbd7ab79bf (patch)
tree463a62face0044424350f8e26a0fd92abbf6d037
parent086c8b027f6c8c09585c039d59121727eb241fec (diff)
downloadopenbmc-33737f7594be5944aa191406b5440ddbd7ab79bf.tar.xz
libpldm: srcrev bump 458475a912..909bf7c2ec
Andrew Jeffery (3): tests: oem: meta: Fix fileio use of msgbuf msgbuf: Rework detection of invalid memory regions msgbuf: Remove use of ssize_t for overflow tracking Varsha Kaverappa (1): msgbuf: Add copy API Change-Id: I448b7f1064dea5a943087ed22aa3abe45884bb43 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
index 24e778bd4e..f090ae8645 100644
--- a/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
+++ b/meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "PLDM library implementing various PLDM specifications"
HOMEPAGE = "https://github.com/openbmc/libpldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-SRCREV = "458475a912c81f46a292a63753015ce6081061cc"
+SRCREV = "909bf7c2ec77099a1c1436d55a823438dae40677"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"