[freeside-commits] branch master updated. b59fecfb2500384caeb605d5afc59334325b1ce4
Ivan Kohler
ivan at freeside.biz
Tue Dec 12 10:23:26 PST 2017
The branch, master has been updated
via b59fecfb2500384caeb605d5afc59334325b1ce4 (commit)
from 59a65c70ed02c784557dde37392752689efed668 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b59fecfb2500384caeb605d5afc59334325b1ce4
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Dec 12 10:23:24 2017 -0800
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;
-----------------------------------------------------------------------
Summary of changes:
FS/bin/freeside-voipinnovations-cdrimport | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list