mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libmodbus: version bump 2.0.4 -> 3.0.8
@ 2021-11-12 10:06 Uwe Kleine-König
  2021-11-26 14:35 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2021-11-12 10:06 UTC (permalink / raw)
  To: ptxdist

From: Ladislav Michl <ladis@linux-mips.org>

Update to the latest stable version. As tarballs released
on github are lacking generated configure script use the
one provided on project pages (these are indeed different
archives)

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 rules/libmodbus.make | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/rules/libmodbus.make b/rules/libmodbus.make
index 1335c85d07fd..3a709aa65f12 100644
--- a/rules/libmodbus.make
+++ b/rules/libmodbus.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBMODBUS) += libmodbus
 #
 # Paths and names
 #
-LIBMODBUS_VERSION	:= 2.0.4
-LIBMODBUS_MD5		:= 6b3aa500ab441a953eeb73a8c58cdf76
+LIBMODBUS_VERSION	:= 3.0.8
+LIBMODBUS_MD5		:= 69cb3ebe134d1f1e2768c2127ed9b5d6
 LIBMODBUS		:= libmodbus-$(LIBMODBUS_VERSION)
 LIBMODBUS_SUFFIX	:= tar.gz
-LIBMODBUS_URL		:= http://github.com/downloads/stephane/libmodbus/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
+LIBMODBUS_URL		:= https://libmodbus.org/releases/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
 LIBMODBUS_SOURCE	:= $(SRCDIR)/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
 LIBMODBUS_DIR		:= $(BUILDDIR)/$(LIBMODBUS)
 LIBMODBUS_LICENSE	:= LGPL-3.0-only
@@ -28,13 +28,9 @@ LIBMODBUS_LICENSE	:= LGPL-3.0-only
 # ----------------------------------------------------------------------------
 
 
-LIBMODBUS_PATH	:= PATH=$(CROSS_PATH)
-LIBMODBUS_ENV 	:= $(CROSS_ENV)
-
-#
-# autoconf
-#
-LIBMODBUS_AUTOCONF := $(CROSS_AUTOCONF_USR)
+LIBMODBUS_CONF_TOOL := autoconf
+LIBMODBUS_CONF_OPT := \
+	$(CROSS_AUTOCONF_USR)
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libmodbus: version bump 2.0.4 -> 3.0.8
  2021-11-12 10:06 [ptxdist] [PATCH] libmodbus: version bump 2.0.4 -> 3.0.8 Uwe Kleine-König
@ 2021-11-26 14:35 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-11-26 14:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Uwe Kleine-König

Thanks, applied as a08638d93d19624cf3c20d033ea8f61b96c43408.

Michael

[sent from post-receive hook]

On Fri, 26 Nov 2021 15:35:13 +0100, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Update to the latest stable version. As tarballs released
> on github are lacking generated configure script use the
> one provided on project pages (these are indeed different
> archives)
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20211112100640.1119621-1-u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmodbus.make b/rules/libmodbus.make
> index 1335c85d07fd..3a709aa65f12 100644
> --- a/rules/libmodbus.make
> +++ b/rules/libmodbus.make
> @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBMODBUS) += libmodbus
>  #
>  # Paths and names
>  #
> -LIBMODBUS_VERSION	:= 2.0.4
> -LIBMODBUS_MD5		:= 6b3aa500ab441a953eeb73a8c58cdf76
> +LIBMODBUS_VERSION	:= 3.0.8
> +LIBMODBUS_MD5		:= 69cb3ebe134d1f1e2768c2127ed9b5d6
>  LIBMODBUS		:= libmodbus-$(LIBMODBUS_VERSION)
>  LIBMODBUS_SUFFIX	:= tar.gz
> -LIBMODBUS_URL		:= http://github.com/downloads/stephane/libmodbus/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
> +LIBMODBUS_URL		:= https://libmodbus.org/releases/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
>  LIBMODBUS_SOURCE	:= $(SRCDIR)/$(LIBMODBUS).$(LIBMODBUS_SUFFIX)
>  LIBMODBUS_DIR		:= $(BUILDDIR)/$(LIBMODBUS)
>  LIBMODBUS_LICENSE	:= LGPL-3.0-only
> @@ -28,13 +28,9 @@ LIBMODBUS_LICENSE	:= LGPL-3.0-only
>  # ----------------------------------------------------------------------------
>  
>  
> -LIBMODBUS_PATH	:= PATH=$(CROSS_PATH)
> -LIBMODBUS_ENV 	:= $(CROSS_ENV)
> -
> -#
> -# autoconf
> -#
> -LIBMODBUS_AUTOCONF := $(CROSS_AUTOCONF_USR)
> +LIBMODBUS_CONF_TOOL := autoconf
> +LIBMODBUS_CONF_OPT := \
> +	$(CROSS_AUTOCONF_USR)
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-26 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12 10:06 [ptxdist] [PATCH] libmodbus: version bump 2.0.4 -> 3.0.8 Uwe Kleine-König
2021-11-26 14:35 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox