Package: libio-socket-ssl-perl / 2.002-2+deb8u3

Metadata

Package Version Patches format
libio-socket-ssl-perl 2.002-2+deb8u3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 use only ICANN part in public suffix list.patch | (download)

lib/IO/Socket/SSL/PublicSuffix.pm | 6 2 + 4 - 0 !
t/public_suffix_lib.pl | 14 9 + 5 - 0 !
2 files changed, 11 insertions(+), 9 deletions(-)

 use only icann part in public suffix list
0001 make PublicSuffix _default_data thread safe by stori.patch | (download)

lib/IO/Socket/SSL/PublicSuffix.pm | 19 14 + 5 - 0 !
1 file changed, 14 insertions(+), 5 deletions(-)

 [patch] make publicsuffix::_default_data thread safe by storing the
 default data inside a function inside within __DATA__


0001 remove r for checking SSL_ cert key _file since this.patch | (download)

lib/IO/Socket/SSL.pm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [patch] remove -r for checking ssl_{cert,key}_file since this will
 cause a usable error later anywy if file does not exist. This fixes some part
 of #106295


0001 Propagate error if cert key could not be used instea.patch | (download)

lib/IO/Socket/SSL.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 propagate error if cert/key could not be used instead of continuing
 with an invalid context which might cause a segmentation fault