libio-socket-ssl-perl: upgrade 2.096 -> 2.098

Changelog:
==========
- Another fix to issue #175 to make sure that an unblessed sockets gets
  blessed in place instead of using new_from_fd. Document that it will
  not retain original class with unblessed sockets on error, since this
  never worked anyway (there is no native unbless)
2.097 2026/01/06
- fix issue #175 with upgrading from plain socket (no object) by using
  correct fdopen mode +< instead of <+

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-05-13 12:05:13 +08:00
committed by Khem Raj
parent d7c87a628c
commit 3567b3a761
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\
"
SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz"
SRC_URI[sha256sum] = "576a37b6850a5972f320488c1b5408ff7c13699facfbe59089d5b41b4a71b9ac"
SRC_URI[sha256sum] = "b38473be20256b1a06447dd6769ad162bfad6a258234ed2c7e2e1819c16c4df7"
S = "${UNPACKDIR}/IO-Socket-SSL-${PV}"