From 5030e8026dac97b45095e1d1dbb4a80b874662e9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 12 Dec 2017 10:23:31 -0800 Subject: [PATCH] Net::SSLglue never worked, need deb9 Net::FTP for this to work --- FS/bin/freeside-voipinnovations-cdrimport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/bin/freeside-voipinnovations-cdrimport b/FS/bin/freeside-voipinnovations-cdrimport index d64c8708f..5eb2aef95 100644 --- 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; -- 2.11.0