ChangeLog lib/Kolab

Git Service User git at kolabsys.com
Fri Nov 25 21:59:48 CET 2011


 ChangeLog         |    7 +++++++
 lib/Kolab/LDAP.pm |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit cf9573b69cbdb8c36da4355cfe2066ef2b13332a
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Sun Nov 20 20:48:57 2011 +0100

    Replace Digest::SHA1 lib by Digest::SHA

diff --git a/ChangeLog b/ChangeLog
index bc8da55..7f0142c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-11-20  Mathieu Parent <math.parent at gmail.com>
+
+	* bin/kolabpasswd.in, lib/Kolab/LDAP.pm, sbin/kolab_bootstrap.in:
+
+	Replace Digest::SHA1 lib by Digest::SHA
+	(https://issues.kolab.org/show_bug.cgi?id=515).
+
 2010-07-17  Gunnar Wrobel  <p at rdus.de>
 
 	* lib/Kolab/LDAP.pm:
diff --git a/lib/Kolab/LDAP.pm b/lib/Kolab/LDAP.pm
index 9afb410..e3cffbc 100644
--- a/lib/Kolab/LDAP.pm
+++ b/lib/Kolab/LDAP.pm
@@ -37,7 +37,7 @@ use DB_File;
 use Kolab;
 use Kolab::Util;
 use Kolab::Cyrus;
-use Digest::SHA1 qw(sha1);
+use Digest::SHA qw(sha1);
 use MIME::Base64 qw(encode_base64);
 
 require Exporter;





More information about the commits mailing list