aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-07-11 00:25:25 +0000
committerTim Orling <timothy.t.orling@intel.com>2021-07-11 00:25:25 +0000
commit3dc8b32e889bc51e4275fb51cfde2a2d7691f80f (patch)
treef627d796620b6cf639da5c18379c30264b913562
parentb7bbd74af49eeb67b44c2236dfd220064278c95a (diff)
downloadmeta-openembedded-contrib-3dc8b32e889bc51e4275fb51cfde2a2d7691f80f.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>
-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}"