diff mbox series

package/libmodbus: bump to version 3.1.10

Message ID 20230405200445.50475-1-dalang@gmx.at
State Accepted
Headers show
Series package/libmodbus: bump to version 3.1.10 | expand

Commit Message

Daniel Lang April 5, 2023, 8:04 p.m. UTC
https://github.com/stephane/libmodbus/releases/tag/v3.1.10

Signed-off-by: Daniel Lang <dalang@gmx.at>
---
 package/libmodbus/Config.in      | 2 +-
 package/libmodbus/libmodbus.hash | 2 +-
 package/libmodbus/libmodbus.mk   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Arnout Vandecappelle April 9, 2023, 2:09 p.m. UTC | #1
On 05/04/2023 22:04, Daniel Lang wrote:
> https://github.com/stephane/libmodbus/releases/tag/v3.1.10
> 
> Signed-off-by: Daniel Lang <dalang@gmx.at>
> ---
>   package/libmodbus/Config.in      | 2 +-
>   package/libmodbus/libmodbus.hash | 2 +-
>   package/libmodbus/libmodbus.mk   | 4 ++--
>   3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/libmodbus/Config.in b/package/libmodbus/Config.in
> index 642b57cd8c..2e93fa4bee 100644
> --- a/package/libmodbus/Config.in
> +++ b/package/libmodbus/Config.in
> @@ -5,4 +5,4 @@ config BR2_PACKAGE_LIBMODBUS
>   	  according to the Modbus protocol. This library is written in C
>   	  and supports RTU (serial) and TCP (Ethernet) communications.
>   
> -	  http://libmodbus.org
> +	  https://libmodbus.org
> diff --git a/package/libmodbus/libmodbus.hash b/package/libmodbus/libmodbus.hash
> index 83b0c3a012..a7b7e583a8 100644
> --- a/package/libmodbus/libmodbus.hash
> +++ b/package/libmodbus/libmodbus.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256  b122f2bc29f749702a22c0a760a7ca2182d541f5fa26bf25e3431f907b606f3c  libmodbus-3.1.8.tar.gz
> +sha256  899be4e25ab7fe5799d43f9567510d6f063d2e8f56136dd726b6fd976f9b2253  libmodbus-3.1.10.tar.gz
>   sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LESSER
> diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk
> index 2f8c1735da..2fffa1e0e9 100644
> --- a/package/libmodbus/libmodbus.mk
> +++ b/package/libmodbus/libmodbus.mk
> @@ -4,12 +4,12 @@
>   #
>   ################################################################################
>   
> -LIBMODBUS_VERSION = 3.1.8
> +LIBMODBUS_VERSION = 3.1.10
>   LIBMODBUS_SITE = https://github.com/stephane/libmodbus/releases/download/v$(LIBMODBUS_VERSION)
>   LIBMODBUS_LICENSE = LGPL-2.1+
>   LIBMODBUS_LICENSE_FILES = COPYING.LESSER
>   LIBMODBUS_CPE_ID_VENDOR = libmodbus
>   LIBMODBUS_INSTALL_STAGING = YES
> -LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
> +LIBMODBUS_CONF_OPTS = --disable-tests

  If you make changes like this, please explain why in the commit message.

  Applied to master, thanks.

  Regards,
  Arnout

>   
>   $(eval $(autotools-package))
Peter Korsgaard April 22, 2023, 8:05 p.m. UTC | #2
>>>>> "Daniel" == Daniel Lang <dalang@gmx.at> writes:

 > https://github.com/stephane/libmodbus/releases/tag/v3.1.10

The regression fix this talks about is presumably about a regression
introduced in 3.1.9, so not in Buildroot, correct?
Daniel Lang April 25, 2023, 5:12 p.m. UTC | #3
On 22.04.23 22:05, Peter Korsgaard wrote:
>>>>>> "Daniel" == Daniel Lang <dalang@gmx.at> writes:
>
>  > https://github.com/stephane/libmodbus/releases/tag/v3.1.10
>
> The regression fix this talks about is presumably about a regression
> introduced in 3.1.9, so not in Buildroot, correct?
>

Correct, regression was introduced in 3.1.9, which was never featured
in Buildroot.
diff mbox series

Patch

diff --git a/package/libmodbus/Config.in b/package/libmodbus/Config.in
index 642b57cd8c..2e93fa4bee 100644
--- a/package/libmodbus/Config.in
+++ b/package/libmodbus/Config.in
@@ -5,4 +5,4 @@  config BR2_PACKAGE_LIBMODBUS
 	  according to the Modbus protocol. This library is written in C
 	  and supports RTU (serial) and TCP (Ethernet) communications.
 
-	  http://libmodbus.org
+	  https://libmodbus.org
diff --git a/package/libmodbus/libmodbus.hash b/package/libmodbus/libmodbus.hash
index 83b0c3a012..a7b7e583a8 100644
--- a/package/libmodbus/libmodbus.hash
+++ b/package/libmodbus/libmodbus.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  b122f2bc29f749702a22c0a760a7ca2182d541f5fa26bf25e3431f907b606f3c  libmodbus-3.1.8.tar.gz
+sha256  899be4e25ab7fe5799d43f9567510d6f063d2e8f56136dd726b6fd976f9b2253  libmodbus-3.1.10.tar.gz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING.LESSER
diff --git a/package/libmodbus/libmodbus.mk b/package/libmodbus/libmodbus.mk
index 2f8c1735da..2fffa1e0e9 100644
--- a/package/libmodbus/libmodbus.mk
+++ b/package/libmodbus/libmodbus.mk
@@ -4,12 +4,12 @@ 
 #
 ################################################################################
 
-LIBMODBUS_VERSION = 3.1.8
+LIBMODBUS_VERSION = 3.1.10
 LIBMODBUS_SITE = https://github.com/stephane/libmodbus/releases/download/v$(LIBMODBUS_VERSION)
 LIBMODBUS_LICENSE = LGPL-2.1+
 LIBMODBUS_LICENSE_FILES = COPYING.LESSER
 LIBMODBUS_CPE_ID_VENDOR = libmodbus
 LIBMODBUS_INSTALL_STAGING = YES
-LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
+LIBMODBUS_CONF_OPTS = --disable-tests
 
 $(eval $(autotools-package))