]> git.pld-linux.org Git - packages/perl-IO-Socket-SSL.git/commitdiff
up to 2.083 auto/th/perl-IO-Socket-SSL-2.083-1
authorJan Palus <atler@pld-linux.org>
Thu, 18 May 2023 21:16:37 +0000 (23:16 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 18 May 2023 21:16:37 +0000 (23:16 +0200)
IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
perl-IO-Socket-SSL.spec

index 732ce312e5a65a87c7cd8ddbfe49102a7ced6012..22bda03039e16d7e910e18b24c0cbdb6b92ba63c 100644 (file)
@@ -1,15 +1,15 @@
---- lib/IO/Socket/SSL.pm
-+++ lib/IO/Socket/SSL.pm
-@@ -194,7 +194,7 @@ if ( defined &Net::SSLeay::CTX_set_min_p
- # global defaults
+--- lib/IO/Socket/SSL.pm.orig  2023-05-18 11:07:54.000000000 +0200
++++ lib/IO/Socket/SSL.pm       2023-05-18 23:14:00.449248530 +0200
+@@ -197,7 +197,7 @@
  my %DEFAULT_SSL_ARGS = (
      SSL_check_crl => 0,
--    SSL_version => 'SSLv23:!SSLv3:!SSLv2', # consider both SSL3.0 and SSL2.0 as broken
+     # TLS 1.1 and lower are deprecated with RFC 8996
+-    SSL_version => 'SSLv23:!TLSv1:!TLSv1_1:!SSLv3:!SSLv2',
 +    SSL_version => '',
      SSL_verify_callback => undef,
      SSL_verifycn_scheme => undef,  # fallback cn verification
      SSL_verifycn_publicsuffix => undef,  # fallback default list verification
-@@ -2383,7 +2383,7 @@ sub new {
+@@ -2436,7 +2436,7 @@
  
      my $ssl_op = $DEFAULT_SSL_OP;
  
index 12d89fbed363312c363e8ae610ba8f3896ddc284..43b92406ad19cda4fa4fb3197ad2fbc957a1c0e9 100644 (file)
@@ -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.081
+Version:       2.083
 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: 980e8e6816fadd86e875550b1d6ab0a2
+# Source0-md5: 673eaf709a034d4f65dce259bde02500
 Patch0:                IO-Socket-SSL-2.068-use-system-default-SSL-version.patch
 URL:           https://metacpan.org/release/IO-Socket-SSL
 %if %{with tests}
This page took 0.148186 seconds and 4 git commands to generate.