summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-14 07:40:34 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-14 22:28:15 +0300
commit58785fc7edab859568e6cfeb0bf0062ba83371fd (patch)
tree370e5627c5c7e8fa77d65a5a4fa81206b1f447a4 /meta-phosphor/recipes-phosphor/libpldm
parentb9d6c7cf388c60b808cde882ae8f0a2e871dd806 (diff)
downloadopenbmc-58785fc7edab859568e6cfeb0bf0062ba83371fd.tar.xz
libpldm: srcrev bump a2c69117bc..8a4b53366d
Andrew Jeffery (10): bios_table: Annotate pldm_bios_table_attr_value_entry_encode_integer() pdr: pldm_entity_association_pdr_extract(): Use a for-loop pdr: pldm_entity_association_pdr_extract(): Use array notation pdr: pldm_entity_association_pdr_extract(): Hoist assert() over malloc() pdr: pldm_entity_association_pdr_extract(): Assign out params at exit pdr: pldm_entity_association_pdr_extract(): Return early if necessary pdr: pldm_entity_get_num_children(): Don't return invalid values libpldm: Lift or remove asserts where a subsequent check exists fru: Use inequality to judge table bounds check libpldm: Release v0.4.0 Change-Id: If1fcad566097600cf7178b37d262e5660d94fa57 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/libpldm')
-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 8b5fdef5a5..47380ff31a 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 = "a2c69117bc3ea1cccff02e418be5e3f1e6e01afc"
+SRCREV = "8a4b53366d65fdd8bf6d26475ff705391329a408"
LIBPLDM_ABI_DEVELOPMENT = "deprecated,stable,testing"
LIBPLDM_ABI_MAINTENANCE = "stable,testing"
LIBPLDM_ABI_PRODUCTION = "deprecated,stable"