[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: Add cracklib.
From: |
??? |
Subject: |
01/07: gnu: Add cracklib. |
Date: |
Fri, 18 Dec 2015 02:31:25 +0000 |
iyzsong pushed a commit to branch master
in repository guix.
commit 72029c8bf1b5730c01bd2d3d6d84eec038a3e8fe
Author: 宋文武 <address@hidden>
Date: Tue Dec 15 11:38:46 2015 +0800
gnu: Add cracklib.
* gnu/packages/password-utils.scm (cracklib): New variable.
---
gnu/packages/password-utils.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 1ca327b..0cb3750 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -135,3 +135,24 @@ session. Two companion utilities enable users to convert
CSV files to YAPET
and vice versa.")
(home-page "http://www.guengel.ch/myapps/yapet/")
(license license:gpl3+)))
+
+(define-public cracklib
+ (package
+ (name "cracklib")
+ (version "2.9.6")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/cracklib/cracklib/"
+ "releases/download/" name "-" version "/"
+ name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0hrkb0prf7n92w6rxgq0ilzkk6rkhpys2cfqkrbzswp27na7dkqp"))))
+ (build-system gnu-build-system)
+ (synopsis "Password checking library")
+ (home-page "https://github.com/cracklib/cracklib")
+ (description
+ "CrackLib is a library containing a C function which may be used in a
+passwd like program. The idea is simple: try to prevent users from choosing
+passwords that could be guessed by crack by filtering them out, at source.")
+ (license license:lgpl2.1)))
- branch master updated (f464016 -> 710964d), ???, 2015/12/17
- 01/07: gnu: Add cracklib.,
??? <=
- 03/07: gnu: talloc: Use 'modify-phases' syntax., ???, 2015/12/17
- 04/07: gnu: talloc: Update to 2.1.5., ???, 2015/12/17
- 02/07: gnu: Add libpwquality., ???, 2015/12/17
- 05/07: gnu: Add tevent., ???, 2015/12/17
- 06/07: gnu: Add ldb., ???, 2015/12/17
- 07/07: gnu: samba: Update to 4.3.2., ???, 2015/12/17