13 Commits

Author SHA256 Message Date
c20c04bdaa Accepting request 1332978 from hardware
OBS-URL: https://build.opensuse.org/request/show/1332978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=6
2026-02-14 20:37:48 +00:00
9adf3c03c4 - Update to version 3.1.12
* Fix FD_SET overflow when socket fd >= FD_SETSIZE.
  * Check dest pointer not null and nb in read functions.
  * NULL check for src and nb < 1 validation in write functions.
  * modbus_reply: don't compute address for FC 0x07/0x11.
  * Use O_NONBLOCK instead of deprecated O_NDELAY (closes #710).
  * Explicit cast for Coverity CID 416366.
  * Document required buffer size of modbus_receive.
  * Document macros for error codes corresponding to Modbus
    exceptions (#758).
  * Fix example of modbus_rtu_set_serial_mode (closes #552).
  * Test filesystem provides symlink in autogen.sh (closes #414).
  * Sync API signatures with the documentation.
  * Many documentation fixes and typo corrections.

OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=11
2026-02-13 19:24:02 +00:00
fa7186be63 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
3482339e41 Accepting request 1217079 from home:mnhauke
- 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/request/show/1217079
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=9
2024-10-24 21:25:33 +00:00
047d96d931 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
2cd8dbc8e1 Accepting request 1060146 from home:dirkmueller:Factory
- update to 3.1.10:
  * Fix baud rate handling with RTU under Linux
  * Fix modbus_disable_quirks signature
  * Move content about migration to libmodbus.org
  * Avoid negative value in FD_SET call
  * Test socket against positive value instead of -1
  * Improvements to autotools by @ndim
  * Fix doc links by @jordanjohnson56 (#653)
  * Test the protocol id for 0 by @metapsychologe (#509)
  * Fix double negative in tests
  * New quirks handler (closes #38 #533)
  * Fix bitwise OR in documentation
  * Improve doc about slave ID in RTU
  * Add .clang-format and format code (closes #394)
  * Remove constraints on baud rate values
  * Accept IP or device in arg of unit test progs
  * Avoid compilation issue with VS2022 with strdup
  * Display created files in configure.js
  * Use strcpy_s under Windows
  * Replace inet_addr by inet_pton calls
  * Replace inet_ntoa by inet_ptop
  * Update configure.ac/config.h.win32 for new inet functions
  * Instructions to build libmodbus in a VS project
  * Fix connection check for Windows RTU (closes #660, #662)
  * Add CIFuzz Github action by @DavidKorczynski (#669)
  * Convert a few int to unsigned int (#402)

OBS-URL: https://build.opensuse.org/request/show/1060146
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=7
2023-01-21 13:27:57 +00:00
ae2efa30b8 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
e7b7455c96 Accepting request 1039642 from home:dirkmueller:Factory
- update to 3.1.8:
  * Major rewrite of documentation with Material for mkdocs
  * Reduce memory use of TCP PI backend (closes #621)
  * Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz)
  * Replace Travis CI by GitHub CI
  * Fix linker error for Windows (VCLinkerTool)
  * Address check in single register / coil responses added (#463)
  * Swap CRC bytes in request data but not at CRC computing (#397)
  * Fix float endianness issue on big endian architecture
  * Fix comment about EMBUNKEXC (closes #566)
  * Fix network library detection on Haiku
  * Fix typos (closes #620)

OBS-URL: https://build.opensuse.org/request/show/1039642
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=5
2022-12-05 19:04:53 +00:00
e294074c56 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
d5da733b24 Accepting request 951454 from home:sbrabec:branches:leap154
- Update to version 3.1.7...

OBS-URL: https://build.opensuse.org/request/show/951454
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=4
2022-02-04 07:06:54 +00:00
14fb959353 Accepting request 851725 from hardware
New package.

OBS-URL: https://build.opensuse.org/request/show/851725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmodbus?expand=0&rev=1
2020-12-03 17:42:07 +00:00
5a31a7bd71 Accepting request 721571 from home:sbrabec:branches:hardware
- Update to version 3.1.6:
  - API extensions and minor API changes
  - Fix VD-1301 and VD-1302 vulnerabilities.
  - Bug fixes.
  * For more see NEWS.

OBS-URL: https://build.opensuse.org/request/show/721571
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=2
2019-08-07 17:05:41 +00:00
6adc146a29 Accepting request 489620 from home:sbrabec:branches:hardware
New package. Dependency of future nut-2.7.5.

OBS-URL: https://build.opensuse.org/request/show/489620
OBS-URL: https://build.opensuse.org/package/show/hardware/libmodbus?expand=0&rev=1
2017-05-05 16:55:12 +00:00