gensio: upgrade 2.8.4 -> 2.8.5

Chanelog:
==========
- Fix relinking issue
- README.rst: fix typos
- Add initial EditorConfig support
- .gitignore: ignore ctags generated tags file
- tests:conacc: Add a test for a connection failure
- conacc: Null the connection data if the connection fails
- Fix a compile error when GCC atomics are off
- tools:gtlsshd: Add handling of accepter parmlog events
- tools:agwpe: Fix missing nil termination and uninitialized variable
- Fix some formatting in the README

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2024-06-25 16:55:40 +08:00
committed by Khem Raj
parent 53dae6dca0
commit 45b606e3a4
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
"
SRCREV = "300644fc02b7099ca27ca5bac88c47e159ba8a6b"
SRCREV = "a776fb6fd56d5b0aedb1219ca17474faa1705260"
SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"