aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-07-11 01:08:00 +0000
committerKhem Raj <raj.khem@gmail.com>2021-07-13 09:39:15 -0700
commit6d02dd5f5b49b7e9504afa6ac92da7b1dfd86871 (patch)
tree53e4d3022a65b0de177a4d4665396fe6a98c286b /meta-perl
parenta28978dfb6d3cf675c682a7dd35e4fa349d48633 (diff)
downloadmeta-openembedded-6d02dd5f5b49b7e9504afa6ac92da7b1dfd86871.tar.gz
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>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb (renamed from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb
index fc9786beca..4a98ac3744 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.068.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.071.bb
@@ -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}"