diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-11 01:08:00 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-13 09:39:15 -0700 |
commit | 6d02dd5f5b49b7e9504afa6ac92da7b1dfd86871 (patch) | |
tree | 53e4d3022a65b0de177a4d4665396fe6a98c286b /meta-perl/recipes-perl | |
parent | a28978dfb6d3cf675c682a7dd35e4fa349d48633 (diff) | |
download | meta-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/recipes-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 fc9786bec..4a98ac374 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} += "\ | |||
22 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \ | 22 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz \ |
23 | file://run-ptest \ | 23 | file://run-ptest \ |
24 | " | 24 | " |
25 | SRC_URI[md5sum] = "4230c829c8875889848093b2b46a7284" | 25 | SRC_URI[sha256sum] = "40da40948ecc9c787ed39c95715872679eebfd54243721174993a2003e32ab0a" |
26 | SRC_URI[sha256sum] = "4420fc0056f1827b4dd1245eacca0da56e2182b4ef6fc078f107dc43c3fb8ff9" | ||
27 | 26 | ||
28 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" | 27 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" |
29 | 28 | ||