From 20d4febb9facc0790f3e0da240a2ca3ef0df4724 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Sep 2024 17:02:32 +0800 Subject: [PATCH] gensio: upgrade 2.8.5 -> 2.8.7 Changelog: ========== - Lots of fixes to unix sockets. - The addition of unix stream sockets to Windows. - Unix datagram and seqpacket sockets are now supported. - For older systems and newer systems whose pselect() operation is non-atomic (BSDs, MacOS) there were race conditions and some issues. Most should all be fixed now. - For MacOS and later BSDs, kevent() is now supported. - External threads doing gensio calls will now have their signal masks fixed up to work properly with gensio. - gtlsshd was not working on MacOS Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gensio/{gensio_2.8.5.bb => gensio_2.8.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.8.5.bb => gensio_2.8.7.bb} (94%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb similarity index 94% rename from meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb rename to meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb index 27b8069704..f4d0c09306 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.7.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " -SRCREV = "a776fb6fd56d5b0aedb1219ca17474faa1705260" +SRCREV = "e4dbb9687bd5e887fa98a4cdcec012ea85da1ef2" SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"