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:
Tim Orling 2021-07-11 01:08:00 +00:00 committed by Khem Raj
parent a28978dfb6
commit 6d02dd5f5b

View File

@ -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}"