diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-03 19:15:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-05 09:16:24 -0800 |
commit | 14198b7f11cd88af59d044a9f8097aae6c4f86d5 (patch) | |
tree | 34de586223f7509833658e2a62985364d0d6e09f /meta-perl | |
parent | 7c30cca3cf38dbb6c9261e761a790d47029fec8a (diff) | |
download | meta-openembedded-14198b7f11cd88af59d044a9f8097aae6c4f86d5.tar.gz |
libio-socket-ssl-perl: upgrade 2.076 -> 2.077
Changelog:
==========
- fix memory leak in session cache, thanks to genuaboro
- more race conditions in tests fixed thanks to jddurand
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.077.bb (renamed from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.076.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.076.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.077.bb index 171a675882..29214d74b6 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.076.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.077.bb | |||
@@ -21,7 +21,7 @@ RDEPENDS:${PN} += "\ | |||
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" | 23 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz" |
24 | SRC_URI[sha256sum] = "bdd148d9feaef1220251676d7053698fcf446c9850d706fe2e1c90ff232ed874" | 24 | SRC_URI[sha256sum] = "5579a61ffc3520e1abe02f4507b56938f34b823d89c32ab051f3fbd3cf166a19" |
25 | 25 | ||
26 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" | 26 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" |
27 | 27 | ||