]> git.pld-linux.org Git - packages/forcefield.git/commitdiff
- make forcefield use python-cracklib instead of python-crack
authorczarny <czarny@pld-linux.org>
Mon, 24 Sep 2007 11:47:42 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch from official 0.91 release

Changed files:
    forcefield-cracklib.patch -> 1.1

forcefield-cracklib.patch [new file with mode: 0644]

diff --git a/forcefield-cracklib.patch b/forcefield-cracklib.patch
new file mode 100644 (file)
index 0000000..94897eb
--- /dev/null
@@ -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"
This page took 0.128211 seconds and 4 git commands to generate.