summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:12:42 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commita416ec208b41e5382d945871e3eef53fc59fe8f3 (patch)
tree0819349abe3ab4c2382eb66b2d7ac86b745edc6c /meta-perl
parent6db60b6373a2abbeecd6667240ae47fa16580cf7 (diff)
downloadmeta-openembedded-a416ec208b41e5382d945871e3eef53fc59fe8f3.tar.gz
libio-socket-ssl-perl: upgrade 2.077 -> 2.078
Changelog: ========== - revert decision from 2014 to not verify hostname by default if hostname is IP address but no explicit verification scheme given https://github.com/noxxi/p5-io-socket-ssl/issues/121 Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.078.bb (renamed from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.077.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.077.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.078.bb
index 29214d74b6..ff2559b8a7 100644
--- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.077.bb
+++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.078.bb
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\
21" 21"
22 22
23SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" 23SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz"
24SRC_URI[sha256sum] = "5579a61ffc3520e1abe02f4507b56938f34b823d89c32ab051f3fbd3cf166a19" 24SRC_URI[sha256sum] = "4cf83737a72b0970948b494bc9ddab7f725420a0ca0152d25c7e48ef8fa2b6a1"
25 25
26S = "${WORKDIR}/IO-Socket-SSL-${PV}" 26S = "${WORKDIR}/IO-Socket-SSL-${PV}"
27 27