forked from pool/libmodbus
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c6fab60941 | |||
| 2e112331ca |
@@ -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
BIN
libmodbus-3.1.11.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user