[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.15-9-1-g19c19f9

Jan Dittberner jandd at debian.org
Tue Feb 9 23:20:57 UTC 2010


The following commit has been merged in the master branch:
commit 19c19f9e47bd58b36f48a896d39a484584880f6f
Author: Jan Dittberner <jandd at debian.org>
Date:   Wed Feb 10 00:20:51 2010 +0100

    speedup dictionary sorts by using LC_COLLATE=C in update-cracklib

diff --git a/debian/changelog b/debian/changelog
index 78aa837..4cc5569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cracklib2 (2.8.15-10) UNRELEASED; urgency=low
+
+  * use LC_COLLATE=C for speedup dictionary sorts (Closes: #569081)
+
+ -- Jan Dittberner <jandd at debian.org>  Wed, 10 Feb 2010 00:07:03 +0100
+
 cracklib2 (2.8.15-9) unstable; urgency=low
 
   * fix wrong paths in debian/cracklib-runtime.preinst
diff --git a/debian/update-cracklib b/debian/update-cracklib
index 762645a..cce7189 100644
--- a/debian/update-cracklib
+++ b/debian/update-cracklib
@@ -22,6 +22,7 @@ fi
 
 if [ -n "${cracklib_dictpath_src}"  -a  -n "${cracklib_dictpath}" ]
 then
+    export LC_COLLATE=C
     processed=0
     for i in ${cracklib_dictpath_src}
     do

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list