From: Wang Mingyu <[email protected]> Changelog: - Close socket by default on failed SSL handshake when created with new, but keep open when upgrading from existing socket with start_SSL. This restores old behavior which was accidentally broken.
Signed-off-by: Wang Mingyu <[email protected]> --- ...-socket-ssl-perl_2.098.bb => libio-socket-ssl-perl_2.099.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libio/{libio-socket-ssl-perl_2.098.bb => libio-socket-ssl-perl_2.099.bb} (94%) diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.098.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.099.bb similarity index 94% rename from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.098.bb rename to meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.099.bb index 0561244634..cb63eacbcb 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.098.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.099.bb @@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\ " SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" -SRC_URI[sha256sum] = "b38473be20256b1a06447dd6769ad162bfad6a258234ed2c7e2e1819c16c4df7" +SRC_URI[sha256sum] = "a0be800ff4852b1567ee5500e772417ad7a360abff80c01b5b875c15d44be832" S = "${UNPACKDIR}/IO-Socket-SSL-${PV}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127951): https://lists.openembedded.org/g/openembedded-devel/message/127951 Mute This Topic: https://lists.openembedded.org/mt/120044005/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
