[freeside-commits] branch master updated. 06ba67f2db8e73955cd98e25927c4c6751539426
Mark Wells
mark at 420.am
Sat Nov 14 11:06:13 PST 2015
The branch, master has been updated
via 06ba67f2db8e73955cd98e25927c4c6751539426 (commit)
from 087c45b52363e519320eef20482ca94a7a8fb5f0 (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 06ba67f2db8e73955cd98e25927c4c6751539426
Author: Mark Wells <mark at freeside.biz>
Date: Fri Nov 13 16:42:40 2015 -0800
remove ugly workaround for Params::Classify bug, #32456
diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm
index af4c5e2..c4549c7 100644
--- a/FS/FS/Password_Mixin.pm
+++ b/FS/FS/Password_Mixin.pm
@@ -4,7 +4,7 @@ use FS::Record qw(qsearch);
use FS::Conf;
use FS::password_history;
use Authen::Passphrase;
-# use Authen::Passphrase::BlowfishCrypt; # ha ha, no.
+use Authen::Passphrase::BlowfishCrypt;
# https://rt.cpan.org/Ticket/Display.html?id=72743
our $DEBUG = 1;
@@ -12,7 +12,7 @@ our $conf;
FS::UID->install_callback( sub {
$conf = FS::Conf->new;
# this is safe
- eval "use Authen::Passphrase::BlowfishCrypt;";
+ #eval "use Authen::Passphrase::BlowfishCrypt;";
});
our $me = '[' . __PACKAGE__ . ']';
diff --git a/debian/control b/debian/control
index 11c71ea..2764f70 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Depends: gnupg,ghostscript,gsfonts,gzip,latex-xcolor,
libemail-address-list-perl,
libsymbol-global-name-perl, libdate-extract-perl, librole-basic-perl,
libhtml-formattext-withlinks-andtables-perl, libcrypt-x509-perl,
- libdata-guid-perl
+ libdata-guid-perl, libparams-classify-perl (>= 0.013-5.1)
Suggests: libbusiness-onlinepayment-perl
Description: Libraries for Freeside billing and trouble ticketing
Freeside is a web-based billing and trouble ticketing application.
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Password_Mixin.pm | 4 ++--
debian/control | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list