From ffc61c3b93e18b58cc2cab3fa5601afadbcbdbc0 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 5 Mar 2025 19:07:34 +0100 Subject: libmodbus: upgrade 3.1.10 -> 3.1.11 Resolves CVE-2024-10918 Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb | 17 ----------------- meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb create mode 100644 meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb deleted file mode 100644 index 9e17f91669..0000000000 --- a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.10.bb +++ /dev/null @@ -1,17 +0,0 @@ -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" -SRCREV = "2cbafa3113e276c3697d297f68e88d112b53174d" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -PACKAGECONFIG ??= "" -PACKAGECONFIG[test] = "--enable-tests,--disable-tests,," diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb new file mode 100644 index 0000000000..80644b0833 --- /dev/null +++ b/meta-oe/recipes-extended/libmodbus/libmodbus_3.1.11.bb @@ -0,0 +1,17 @@ +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" +SRCREV = "5190e5e141780ae481f24be16d7b39a5f3ad8f8f" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +PACKAGECONFIG ??= "" +PACKAGECONFIG[test] = "--enable-tests,--disable-tests,," -- cgit v1.2.3-54-g00ecf