[oe] [meta-networking][krogoth][PATCH] Update ser2net To Version 3.1

Thomas Thorne Thomas.Thorne at net2edge.com
Wed Jul 12 16:28:21 UTC 2017


Version 3.1 of ser2net adds working IPv6 support which is lacking in version 2.9.1.  IPv6 is widely supported in many of the other tools already.

My specific motivation for adding IPv6 support now and to krogoth is that I wish to limit the visibility of the Telnet connection offered by ser2net to a single Link Local IPv6 address.

I attempted to use version 3.0 but IPv6 was not working in that version.
I could try the more recent 3.2, 3.3 or 3.4 releases but 3.1 was the earliest that worked for me.  3.1 was released on 2016-11-05 which is relatively recent but less so than v3.4 which is still only a release candidate or 3.3 which was released on 2016-12-28.
---
 .../ser2net/{ser2net_2.9.1.bb => ser2net_3.1.bb}                     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)  rename meta-oe/recipes-connectivity/ser2net/{ser2net_2.9.1.bb => ser2net_3.1.bb} (71%)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb b/meta-oe/recipes-connectivity/ser2net/ser2net_3.1.bb
similarity index 71%
rename from meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
rename to meta-oe/recipes-connectivity/ser2net/ser2net_3.1.bb
index 8fe6a6f..94eab2b 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_3.1.bb
@@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bae3019b4c6dc4138c217864bd04331f"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/ser2net/ser2net/ser2net-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "80011ac0e60bbdcb65f1d7a86251e3f3"
-SRC_URI[sha256sum] = "fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5ca0d0e"
+SRC_URI[md5sum] = "3aa17f5b28a13e4ac16c569a3b9a7e2a"
+SRC_URI[sha256sum] = "ad0db28e2a4b79a6d4e4b38ec1e50a22cc80fbbb4d7cad0a42f651457b00475e"
+
 
 inherit autotools pkgconfig
 
--
2.7.4

---
Thomas A. F. Thorne MEng. AUS MIET
Software Engineer

Tel: +44 3450 130 030
Email: Thomas.Thorne at Net2Edge.com
Web: http://www.Net2Edge.com/






More information about the Openembedded-devel mailing list