summary refs log tree commit diff
path: root/pkgs/development/libraries/cracklib/default.nix
Commit message (Collapse)AuthorAge
* * PAM updated to 1.1.1. Also build with libxcrypt support.Eelco Dolstra2010-06-02
| | | | | | | * Cracklib updated. Removed the dictionary as it should be moved into a separate package. svn path=/nixpkgs/trunk/; revision=22105
* * Various PAM updates.Eelco Dolstra2009-02-18
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14109
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* update to 2.8.12Armijn Hemel2007-12-31
| | | | svn path=/nixpkgs/trunk/; revision=10012
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * cracklib 2.8.9Armijn Hemel2006-07-01
| | | | | | * commit 5555! svn path=/nixpkgs/trunk/; revision=5555
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* also add cracklib dictionairiesArmijn Hemel2005-10-25
| | | | svn path=/nixpkgs/trunk/; revision=4128
* add cracklibArmijn Hemel2005-10-25
svn path=/nixpkgs/trunk/; revision=4127