diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-07-22 11:12:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-21 22:43:58 -0700 |
| commit | b2eced369b230c713a9fb38672322acee5d3f6a5 (patch) | |
| tree | 6b538616ef252c32a272eeb48349b7db3519a366 /meta-perl/recipes-perl | |
| parent | fb8bdc2ab2cd22e8f15591bdce2005c553d1e6c7 (diff) | |
| download | meta-openembedded-b2eced369b230c713a9fb38672322acee5d3f6a5.tar.gz | |
libio-socket-ssl-perl: upgrade 2.090 -> 2.095
Changelog:
===========
- regression: make sysread set buffer to empty string again when returning
EOf. Fixes #171
- fixed memory leak introduced in 2.092
- Another rework for one-sided SSL shutdown, to a) implement a useful and secure
behavior and b) without affecting existing applications. 2.092 had still
unwanted side effects
- rework implementation and behavior for one-sided SSL shutdown. Implementation
in 2.091 lead to some problems with Net::FTP and others.
- fix behavior on one-sided SSL shutdown. If the application continued
to read after half-closing the SSL connection this could result in reading
encrypted data (i.e. close notify, SSL session tickets ...).
See documentation of stop_SSL for detailed description of handling
half-closed SSL connections.
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.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.095.bb (renamed from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.095.bb index 58d099043d..114eeee313 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.090.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.095.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] = "fdda17888df9f88251b62856f17fcac8f144858c72d7e01d1c4b437d23383d97" | 24 | SRC_URI[sha256sum] = "7e764392b1b8bd44e654183c082b75be47800e98d7cd325f0e1b76c7d9a6b768" |
| 25 | 25 | ||
| 26 | S = "${UNPACKDIR}/IO-Socket-SSL-${PV}" | 26 | S = "${UNPACKDIR}/IO-Socket-SSL-${PV}" |
| 27 | 27 | ||
