[Rt-commit] rt branch, 4.4/update-ssl-dependencies, created. rt-4.4.2-42-gc567d14

Jim Brandt jbrandt at bestpractical.com
Mon Oct 16 08:34:23 EDT 2017


The branch, 4.4/update-ssl-dependencies has been created
        at  c567d147a9e5ebc4045c5e4c009094db1069529b (commit)

- Log -----------------------------------------------------------------
commit c567d147a9e5ebc4045c5e4c009094db1069529b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon Oct 16 08:29:27 2017 -0400

    Update RT's dependencies that support https interfaces
    
    Starting in LWP 6.02, https support provided via LWP::Protocol::https
    now pulls in all needed dependencies. This support is now provided
    by IO::Socket::SSL, which provides hostname verification, rather
    than Crypt::SSLeay which is now in maintenance mode only.

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 27ed21c..77d5267 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -199,19 +199,17 @@ set_dep( CORE => 'Symbol::Global::Name' => 0.05 ) if $] >= 5.019003;
 set_dep( CORE => CGI => 4.00 ) if $] > 5.019003;
 
 $deps{'MAILGATE'} = [ text_to_hash( << '.') ];
-Crypt::SSLeay
 Getopt::Long
 LWP::Protocol::https
-LWP::UserAgent 6.0
+LWP::UserAgent 6.02
 Mozilla::CA
-Net::SSL
 Pod::Usage
 .
 
 $deps{'CLI'} = [ text_to_hash( << '.') ];
 Getopt::Long 2.24
 HTTP::Request::Common
-LWP
+LWP 6.02
 Term::ReadKey
 Term::ReadLine
 Text::ParseWords

-----------------------------------------------------------------------


More information about the rt-commit mailing list