[freeside-commits] branch FREESIDE_4_BRANCH updated. 673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3

Ivan Kohler ivan at freeside.biz
Tue Dec 12 10:23:29 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3 (commit)
      from  5a2ac94a6f7f8e94f6a94ee856c068e70a8f6672 (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 673c2e5a9e8dd439d6523ef3200c2f5fdf7924f3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Dec 12 10:23:28 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