From: Ivan Kohler Date: Tue, 12 Dec 2017 18:23:28 +0000 (-0800) Subject: Net::SSLglue never worked, need deb9 Net::FTP for this to work X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3;p=freeside.git Net::SSLglue never worked, need deb9 Net::FTP for this to work --- diff --git a/FS/bin/freeside-voipinnovations-cdrimport b/FS/bin/freeside-voipinnovations-cdrimport index d64c8708f..5eb2aef95 100755 --- a/FS/bin/freeside-voipinnovations-cdrimport +++ b/FS/bin/freeside-voipinnovations-cdrimport @@ -4,8 +4,8 @@ use strict; use Getopt::Std; use Date::Format; use File::Temp 'tempdir'; -use Net::SSLGlue::FTP; #at least until the Deb 9 transition is done, then - # regular Net::FTP has SSL support +use Net::FTP 2.80; #3.08; 2.79 in deb 8 doesn't work, 3.08 in deb 9 does +use IO::Socket::SSL 2.007; use FS::UID qw(adminsuidsetup datasrc dbh); use FS::cdr; use FS::cdr_batch;