[packages/perl-IO-Socket-SSL] up to 2.084

atler atler at pld-linux.org
Mon Nov 6 22:51:25 CET 2023


commit d43c262675e6deb87f8ce9d828f26ddde22d4396
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 6 22:46:47 2023 +0100

    up to 2.084

 IO-Socket-SSL-2.068-use-system-default-SSL-version.patch | 16 ++++++++--------
 perl-IO-Socket-SSL.spec                                  |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index 43b9240..8a0a832 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -7,14 +7,14 @@
 Summary:	IO::Socket::SSL - nearly transparent SSL encapsulation for IO::Socket::INET
 Summary(pl.UTF-8):	IO::Socket::SSL - prawie przezroczysta obudowa SSL dla IO::Socket::INET
 Name:		perl-IO-Socket-SSL
-Version:	2.083
+Version:	2.084
 Release:	1
 Epoch:		1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	673eaf709a034d4f65dce259bde02500
+# Source0-md5:	67d2dfb438f05a6b54de4d16b8578dce
 Patch0:		IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
 URL:		https://metacpan.org/release/IO-Socket-SSL
 %if %{with tests}
diff --git a/IO-Socket-SSL-2.068-use-system-default-SSL-version.patch b/IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
index 22bda03..fe1f1aa 100644
--- a/IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
+++ b/IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
@@ -21,16 +21,16 @@
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
 @@ -1043,11 +1043,12 @@ All values are case-insensitive.  Instea
- 'TLSv1_3' one can also use 'TLSv11', 'TLSv12', and 'TLSv13'.  Support for
- 'TLSv1_1', 'TLSv1_2', and 'TLSv1_3' requires recent versions of Net::SSLeay
- and openssl.
+ versions are actually supported depend on the versions of OpenSSL and
+ Net::SSLeay installed, but modern protocols like TLS 1.3 are supported by these
+ for many years now.
 +The default SSL_version is defined by the underlying cryptographic library.
  
  Independent from the handshake format you can limit to set of accepted SSL
  versions by adding !version separated by ':'.
  
--The default SSL_version is 'SSLv23:!SSLv3:!SSLv2' which means, that the
-+For example, 'SSLv23:!SSLv3:!SSLv2' means that the
- handshake format is compatible to SSL2.0 and higher, but that the successful
- handshake is limited to TLS1.0 and higher, that is no SSL2.0 or SSL3.0 because
- both of these versions have serious security issues and should not be used
+-The default SSL_version is 'SSLv23:!TLSv1:!TLSv1_1:!SSLv3:!SSLv2'. This means,
++For example, 'SSLv23:!TLSv1:!TLSv1_1:!SSLv3:!SSLv2' means
+ that the handshake format is compatible to SSL2.0 and higher, but that the
+ successful handshake is limited to TLS1.2 and higher, that is no SSL2.0, SSL3.0,
+ TLS 1.0 or TLS 1.1 because these versions have serious security issues and
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-IO-Socket-SSL.git/commitdiff/d43c262675e6deb87f8ce9d828f26ddde22d4396



More information about the pld-cvs-commit mailing list