From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 09 Mar 2023 10:39:16 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1paCjy-00EelG-T9 for lore@lore.pengutronix.de; Thu, 09 Mar 2023 10:39:16 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1paCjy-0006ET-W2; Thu, 09 Mar 2023 10:39:14 +0100 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1paCji-0006EF-Kx; Thu, 09 Mar 2023 10:39:00 +0100 Date: Thu, 9 Mar 2023 10:38:15 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1678354736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=+646Tnmq/taby2y4W15YOYP87XjfrLguhmksrOkAl0g=; b=R99c3i6+SoerSfJOxkkaobK9dsYS1mCKewMEZxC6C/KM6T04cQ0ITLCb2V73wYokGlepGT GWd64c1Ktqxc3YMuuwBXHZPzAawpiRKeBzK5WffSf+SU+3ZJOta/g+esgxOdEmILBQpeyy 5eqnnpc/n6L8O+HVMmeoFTCm8+WOdPCGnOK+opLb4mbOAM18MEQdzfcSsGsjrYe4rZzpVA gMcfRqoRkqRpePqvAI6tWmdkh5QRe6U19wFEZt7WOu+PyFk9RoZ4EjRRy28yRkEJl8eIq+ Vp16QCLWP8MOmAwQEgy4xAMXg0lt1ZQIywAWRQJyCipH8U/iUvY63x3Hz60bhQ== From: Alexander Dahl To: Juergen Borleis , ptxdist@pengutronix.de, Ladislav Michl Message-ID: <6eaced15-c1d8-4f2e-9a2f-12931d170589@thorsis.com> Mail-Followup-To: Juergen Borleis , ptxdist@pengutronix.de, Ladislav Michl References: <20230309090850.148176-1-jbe@pengutronix.de> <20230309092906.GD3532@pengutronix.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230309092906.GD3532@pengutronix.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [ptxdist] [PATCH] libmodbus: adapt help text to the reality X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hei hei, Am Thu, Mar 09, 2023 at 10:29:06AM +0100 schrieb Michael Olbrich: > On Thu, Mar 09, 2023 at 10:08:50AM +0100, Juergen Borleis wrote: > > With change a08638d93d19624cf3c20d033ea8f61b96c43408 > > "libmodbus: version bump 2.0.4 -> 3.0.8" > > libmodbus changed from 2.x.x to 3.0.x version like libmodbus3 did. > > > > And with change a76b31d5b637bc89ca26e7fa81503cbc7632b666 > > "libmodbus3: version bump 3.0.6 -> 3.1.4" > > libmodbus3 switched to the recent to 3.1.x version. > > Hmmm, it feels like there were supposed to be for two packages, one for > version 2.x and one for 3.x, at least it started that way. > I don't really know anything about libmodbus. Are the two versions > incompatible? Yes, 3.0.x and 3.1.x have incompatible APIs and probably ABIs. 3.0.x has .so version 5 and 3.1.x has .so version 6, at least to my notes and the code trying to distinguish this. Greets Alex > > Ladislav, you touched it last, you did the "2.0.4 -> 3.0.8". Do you have > any insight here? > > Michael > > > > Signed-off-by: Juergen Borleis > > --- > > rules/libmodbus.in | 4 ++-- > > rules/libmodbus3.in | 4 ++-- > > 2 files changed, 4 insertions(+), 4 deletions(-) > > > > diff --git a/rules/libmodbus.in b/rules/libmodbus.in > > index f4f71fc..89ab189 100644 > > --- a/rules/libmodbus.in > > +++ b/rules/libmodbus.in > > @@ -4,7 +4,7 @@ config LIBMODBUS > > prompt "libmodbus" > > help > > libmodbus is a library that implements the Modbus/RTU protocol > > - (TCP and serial). > > + (TCP and serial) (Version 3.0.x). > > > > - WWW: https://launchpad.net/libmodbus > > + WWW: https://libmodbus.org/ > > > > diff --git a/rules/libmodbus3.in b/rules/libmodbus3.in > > index 3a950d7..d69a882 100644 > > --- a/rules/libmodbus3.in > > +++ b/rules/libmodbus3.in > > @@ -4,7 +4,7 @@ config LIBMODBUS3 > > prompt "libmodbus3" > > help > > libmodbus is a library that implements the Modbus protocol > > - (TCP and serial) (Version 3.0.x). > > + (TCP and serial) (Version 3.1.x). > > > > - WWW: http://http://libmodbus.org/ > > + WWW: https://libmodbus.org/ > > > > -- > > 2.30.2 > > > > > > > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | >