diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:12 -0700 |
| commit | 67379536e8c782ecac00fea2837371e83ad147bd (patch) | |
| tree | 79dda4e494026498752c72451dc0061a17ab889c | |
| parent | ee26b51856b5918152c97aa380a0d113074fec5a (diff) | |
| download | meta-openembedded-67379536e8c782ecac00fea2837371e83ad147bd.tar.gz | |
libio-socket-ssl-perl: upgrade 2.085 -> 2.088
Changelog:
==========
- minor fixes for use on ancient versions of perl and for building with
newer versions of openssl
- support for PSK, see SSL_psk in documentation
- internal optimzation: implement _touch_entry in session cache instead
of using del+add.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.bb (renamed from meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.085.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.085.bb b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.bb index f7b3d416df..0ec892b2ad 100644 --- a/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.085.bb +++ b/meta-perl/recipes-perl/libio/libio-socket-ssl-perl_2.088.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] = "95b2f7c0628a7e246a159665fbf0620d0d7835e3a940f22d3fdd47c3aa799c2e" | 24 | SRC_URI[sha256sum] = "9d27a31f0b617022180a1d1c45664beb76f51f3b8caede1404072a87dab74536" |
| 25 | 25 | ||
| 26 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" | 26 | S = "${WORKDIR}/IO-Socket-SSL-${PV}" |
| 27 | 27 | ||
