SHA256
1
0
forked from pool/libmodbus

5 Commits

Author SHA256 Message Date
c6fab60941 Accepting request 1218135 from hardware
OBS-URL: https://build.opensuse.org/request/show/1218135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=5
2024-10-25 17:20:00 +00:00
2e112331ca - Update to version 3.1.11
* RTU - Check CRC before filtering on slave ID.
  * HAVE_NETINET_IN_H as guard around header.
  * Use default port 502 in documentation.
  * Fix float endianness issue introduced in v3.1.8
  * Proper display of used CFLAGS.
  * Don't build with debug flag by default anymore.
  * Check request length in modbus_reply when used in memcpy.
  * Fix insecure data handling. CID 416366: INTEGER_OVERFLOW found
    with Coverity Scan.
  * Remove useless cast in setsockopt call.
  * Documentation improvements.
  * Revert TCP checks for recovery.
  * Don't use loop initial declaration.
  * Don't use gai_strerror if not available.
  * Add checks for netinet/ip.h and gai_strerror.
  * Log error in read input registers if debug.
  * Fix errno value on timeout with TCP connect.
  * Free addrinfo struct on getaddrinfo() gerrors.
  * Fix doc of modbus_mapping_new_start_address.

OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=9
2024-10-24 21:25:33 +00:00
bd0595bb55 Accepting request 1060150 from hardware
OBS-URL: https://build.opensuse.org/request/show/1060150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=4
2023-01-21 18:12:38 +00:00
742b8c83eb Accepting request 1040412 from hardware
OBS-URL: https://build.opensuse.org/request/show/1040412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=3
2022-12-06 13:23:24 +00:00
7abd54cd41 Accepting request 951503 from hardware
OBS-URL: https://build.opensuse.org/request/show/951503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=2
2022-02-04 20:49:20 +00:00
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:899be4e25ab7fe5799d43f9567510d6f063d2e8f56136dd726b6fd976f9b2253
size 463325

BIN
libmodbus-3.1.11.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Oct 22 15:58:13 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.1.11
* RTU - Check CRC before filtering on slave ID.
* HAVE_NETINET_IN_H as guard around header.
* Use default port 502 in documentation.
* Fix float endianness issue introduced in v3.1.8
* Proper display of used CFLAGS.
* Don't build with debug flag by default anymore.
* Check request length in modbus_reply when used in memcpy.
* Fix insecure data handling. CID 416366: INTEGER_OVERFLOW found
with Coverity Scan.
* Remove useless cast in setsockopt call.
* Documentation improvements.
* Revert TCP checks for recovery.
* Don't use loop initial declaration.
* Don't use gai_strerror if not available.
* Add checks for netinet/ip.h and gai_strerror.
* Log error in read input registers if debug.
* Fix errno value on timeout with TCP connect.
* Free addrinfo struct on getaddrinfo() gerrors.
* Fix doc of modbus_mapping_new_start_address.
-------------------------------------------------------------------
Sat Jan 21 11:46:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libmodbus
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: libmodbus
Version: 3.1.10
Version: 3.1.11
Release: 0
Summary: Modbus Library
License: LGPL-2.1-or-later