* PAM updated to 1.1.1. Also build with libxcrypt support.
* Cracklib updated. Removed the dictionary as it should be moved into a separate package. svn path=/nixpkgs/trunk/; revision=22105
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
{stdenv, fetchurl}:
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cracklib-2.8.13";
|
||||
name = "cracklib-2.8.16";
|
||||
|
||||
builder = ./builder.sh;
|
||||
#builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/cracklib/${name}.tar.gz";
|
||||
sha256 = "06h4b3hifsh1azpjvfn5qa052agavzz9xhgh4g89ghr66vzwl1ha";
|
||||
sha256 = "1g3mchdvra9nihxlkl3rdz96as3xnfw5m59hmr5k17l7qa9a8fpw";
|
||||
};
|
||||
|
||||
dicts = fetchurl {
|
||||
url = http://nixos.org/tarballs/cracklib-words.gz;
|
||||
md5 = "d18e670e5df560a8745e1b4dede8f84f";
|
||||
};
|
||||
#dicts = fetchurl {
|
||||
# url = http://nixos.org/tarballs/cracklib-words.gz;
|
||||
# md5 = "d18e670e5df560a8745e1b4dede8f84f";
|
||||
#};
|
||||
|
||||
meta = {
|
||||
homepage = http://sourceforge.net/projects/cracklib;
|
||||
|
||||
Reference in New Issue
Block a user