mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libio-socket-ssl-perl: upgrade 2.068 -> 2.071
2.071 2021/05/23 - fix t/nonblock.t race on some systems. Fixes issue #102, maybe #98 too. 2.070 2021/02/26 - changed bugtracker in Makefile.PL to github, away from obsolete rt.cpan.org 2.069 2021/01/22 - IO::Socket::Utils CERT_asHash and CERT_create now support subject and issuer with multiple same parts (like multiple OU). In this case an array ref instead of a scalar is used as hash value. References: https://github.com/noxxi/p5-io-socket-ssl/issues/102 https://github.com/noxxi/p5-io-socket-ssl/issues/98 https://github.com/noxxi/p5-io-socket-ssl/issues/95 Signed-off-by: Tim Orling <timothy.t.orling@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a28978dfb6
commit
6d02dd5f5b
|
|
@ -22,8 +22,7 @@ RDEPENDS_${PN} += "\
|
|||
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \
|
||||
file://run-ptest \
|
||||
"
|
||||
SRC_URI[md5sum] = "4230c829c8875889848093b2b46a7284"
|
||||
SRC_URI[sha256sum] = "4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9"
|
||||
SRC_URI[sha256sum] = "40da40948ecc9c787ed39c95715872679eebfd54243721174993a2003e32ab0a"
|
||||
|
||||
S = "${WORKDIR}/IO-Socket-SSL-${PV}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user