summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/libpldm
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-06-19 15:50:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-06-20 00:15:03 +0300
commitd54275cff7ff67e47bc6d2040a8ff5caaf09344e (patch)
tree6fb5531d5caea652fb38794b0d1ef3d51b3ec597 /meta-phosphor/recipes-phosphor/libpldm
parent8dbdfcb110490ac7304e56f3c5ebbb88b52bb273 (diff)
downloadopenbmc-d54275cff7ff67e47bc6d2040a8ff5caaf09344e.tar.xz
libpldm: srcrev bump a5c3287e9b..5dc025719d
Andrew Jeffery (10): meson: Force inclusion of config.h via `-include` bios_table: pldm_bios_table_attr_entry_enum_decode_pv_num_check() values bios_table: pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() values bios_table: pldm_bios_table_attr_entry_enum_decode_def_num_check() values bios_table: pldm_bios_table_attr_entry_string_decode_def_string_length_check() values bios_table: pldm_bios_table_attr_entry_enum_encode_check() values bios_table: pldm_bios_table_attr_entry_string_info_check() NULL deref bios_table: Relax pldm_bios_table_string_entry_decode_string_check() bios_table: Relax pldm_bios_table_attr_entry_enum_decode_pv_hdls_check() bios_table: Deprecate APIs with arguments sanitized using assert() Pavithra Barithaya (2): pdr: Add pldm_entity_association_pdr_add_from_node_with_record_handle() pdr: Add pldm_pdr_find_container_id_range_exclude() API Rashmica Gupta (3): requester: Add check before accessing hdr in pldm_recv() transport: Make APIs work for all types of messages transports: Resize socket send buffer if needed Change-Id: Ia5c5c03562eb01f40a4ce2725e93f7626eecb3f8 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 a509fa478b..1905160c41 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 = "a5c3287e9b2b08ad810f5c9d4fc8805a0125ba73"
+SRCREV = "5dc025719dc3cc7369b23f81bcf1e792df50d489"
LIBPLDM_ABI_STABLE = "deprecated,stable"
LIBPLDM_ABI_TESTING = "deprecated,stable,testing"
PACKAGECONFIG[abi-testing] = "-Dabi=${LIBPLDM_ABI_TESTING},-Dabi=${LIBPLDM_ABI_STABLE},,"