From d54275cff7ff67e47bc6d2040a8ff5caaf09344e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 19 Jun 2023 07:50:23 -0500 Subject: 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 --- meta-phosphor/recipes-phosphor/libpldm/libpldm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/libpldm') 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},," -- cgit v1.2.3