mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
bc6cafa570
See discussions in closed/rejected issues linked from NVD CVE reports: * CVE-2023-26793: https://github.com/stephane/libmodbus/issues/683#issuecomment-2615601890 * CVE-2024-34244: https://github.com/stephane/libmodbus/issues/743#issuecomment-2222214256 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
27 lines
1.0 KiB
BlitzBasic
27 lines
1.0 KiB
BlitzBasic
SUMMARY = "A Modbus library for Linux, Mac OS, FreeBSD and Windows"
|
|
DESCRIPTION = "libmodbus is a free software library to send/receive data with a device which respects the Modbus protocol. This library can use a serial port or an Ethernet connection."
|
|
HOMEPAGE = "http://www.libmodbus.org/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/stephane/libmodbus;branch=master;protocol=https \
|
|
file://CVE-2024-10918-01.patch \
|
|
file://CVE-2024-10918-02.patch \
|
|
file://CVE-2024-10918-03.patch \
|
|
file://CVE-2024-10918-04.patch \
|
|
"
|
|
SRCREV = "2cbafa3113e276c3697d297f68e88d112b53174d"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[test] = "--enable-tests,--disable-tests,,"
|
|
|
|
CVE_STATUS[CVE-2023-26793] = "disputed: The buffer overflow concerns unit-test-client and it's intentional."
|
|
CVE_STATUS[CVE-2024-34244] = "disputed: This issue is invalid and only found a bug in the fuzzing driver"
|