]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/pam_modules/pam_passwdqc/pam_passwdqc.spec
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / pam_modules / pam_passwdqc / pam_passwdqc.spec
1 # $Id: pam_passwdqc.spec,v 1.11 2002/04/16 16:56:52 solar Exp $
2
3 Summary: Pluggable password "quality check".
4 Name: pam_passwdqc
5 Version: 0.5
6 Release: owl1
7 License: relaxed BSD and (L)GPL-compatible
8 Group: System Environment/Base
9 Source: pam_passwdqc-%version.tar.gz
10 BuildRoot: /override/%name-%version
11
12 %description
13 pam_passwdqc is a simple password strength checking module for
14 PAM-aware password changing programs, such as passwd(1).  In addition
15 to checking regular passwords, it offers support for passphrases and
16 can provide randomly generated passwords.  All features are optional
17 and can be (re-)configured without rebuilding.
18
19 %prep
20 %setup -q
21
22 %build
23 make CFLAGS="-c -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM $RPM_OPT_FLAGS"
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make install FAKEROOT=$RPM_BUILD_ROOT
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(-,root,root)
34 %doc LICENSE README
35 /lib/security/pam_passwdqc.so
36
37 %changelog
38 * Tue Apr 16 2002 Solar Designer <solar@owl.openwall.com>
39 - 0.5: preliminary OpenPAM (FreeBSD-current) support in the code and related
40 code cleanups (thanks to Dag-Erling Smorgrav).
41
42 * Thu Feb 07 2002 Michail Litvak <mci@owl.openwall.com>
43 - Enforce our new spec file conventions.
44
45 * Sun Nov 04 2001 Solar Designer <solar@owl.openwall.com>
46 - Updated to 0.4:
47 - Added "ask_oldauthtok" and "check_oldauthtok" as needed for stacking with
48 the Solaris pam_unix;
49 - Permit for stacking of more than one instance of this module (no statics).
50
51 * Tue Feb 13 2001 Solar Designer <solar@owl.openwall.com>
52 - Install the module as mode 755.
53
54 * Tue Dec 19 2000 Solar Designer <solar@owl.openwall.com>
55 - Added "-Wall -fPIC" to the CFLAGS.
56
57 * Mon Oct 30 2000 Solar Designer <solar@owl.openwall.com>
58 - 0.3: portability fixes (this might build on non-Linux-PAM now).
59
60 * Fri Sep 22 2000 Solar Designer <solar@owl.openwall.com>
61 - 0.2: added "use_authtok", added README.
62
63 * Fri Aug 18 2000 Solar Designer <solar@owl.openwall.com>
64 - 0.1, "retry_wanted" bugfix.
65
66 * Sun Jul 02 2000 Solar Designer <solar@owl.openwall.com>
67 - Initial version (non-public).