SOURCES: forcefield-cracklib.patch (NEW) - make forcefield use pyt...

czarny czarny at pld-linux.org
Mon Sep 24 13:47:47 CEST 2007


Author: czarny                       Date: Mon Sep 24 11:47:47 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make forcefield use python-cracklib instead of python-crack
- patch from official 0.91 release

---- Files affected:
SOURCES:
   forcefield-cracklib.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/forcefield-cracklib.patch
diff -u /dev/null SOURCES/forcefield-cracklib.patch:1.1
--- /dev/null	Mon Sep 24 13:47:47 2007
+++ SOURCES/forcefield-cracklib.patch	Mon Sep 24 13:47:42 2007
@@ -0,0 +1,11 @@
+--- forcefield-0.16/src/lib/utilRevelation.py.EL	2007-03-17 17:10:08.000000000 +0100
++++ forcefield-0.16/src/lib/utilRevelation.py	2007-05-04 22:43:10.000000000 +0200
+@@ -23,7 +23,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ #
+ 
+-import crack, math, string
++import cracklib, math, string
+ 
+ def check_password(password):
+ 	"Checks if a password is valid"
================================================================


More information about the pld-cvs-commit mailing list