2005-03-16 19:45:16 +00:00
|
|
|
|
# Reflects the values hard-coded in various Makefile.am's in the source tree.
|
|
|
|
|
%define dictpath %{_datadir}/cracklib/pw_dict
|
|
|
|
|
|
2004-09-09 03:56:20 +00:00
|
|
|
|
Summary: A password-checking library.
|
|
|
|
|
Name: cracklib
|
2005-03-17 20:26:53 +00:00
|
|
|
|
Version: 2.8.2
|
2005-03-16 19:45:16 +00:00
|
|
|
|
Release: 1
|
2004-09-09 03:56:20 +00:00
|
|
|
|
Group: System Environment/Libraries
|
2005-03-16 19:45:16 +00:00
|
|
|
|
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
|
|
|
|
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
|
|
|
|
|
|
2004-09-09 03:56:20 +00:00
|
|
|
|
Source10: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.gz
|
|
|
|
|
Source11: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.gz
|
|
|
|
|
Source12: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.gz
|
|
|
|
|
Source13: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.gz
|
|
|
|
|
Source14: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.gz
|
|
|
|
|
Source15: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.gz
|
|
|
|
|
Source16: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.gz
|
|
|
|
|
Source17: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.gz
|
|
|
|
|
Source18: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.gz
|
|
|
|
|
Source19: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.gz
|
|
|
|
|
Source20: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.gz
|
|
|
|
|
Source21: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.gz
|
|
|
|
|
Source22: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.gz
|
|
|
|
|
Source23: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.gz
|
|
|
|
|
Source24: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.gz
|
|
|
|
|
Source25: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.gz
|
|
|
|
|
Source26: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.gz
|
|
|
|
|
Source27: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.gz
|
|
|
|
|
Source28: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.gz
|
|
|
|
|
Source29: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.gz
|
|
|
|
|
Source30: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.gz
|
|
|
|
|
Source31: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.gz
|
|
|
|
|
Source32: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.gz
|
|
|
|
|
Source33: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.gz
|
|
|
|
|
Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz
|
|
|
|
|
Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz
|
|
|
|
|
Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz
|
2005-03-16 19:53:20 +00:00
|
|
|
|
URL: http://sourceforge.net/projects/cracklib/
|
2004-09-09 03:57:23 +00:00
|
|
|
|
License: Artistic
|
2005-03-16 19:45:16 +00:00
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 03:57:09 +00:00
|
|
|
|
BuildPrereq: gzip, words
|
2005-03-16 19:45:16 +00:00
|
|
|
|
Conflicts: cracklib-dicts < 2.8
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
CrackLib tests passwords to determine whether they match certain
|
2004-09-09 03:57:09 +00:00
|
|
|
|
security-oriented characteristics, with the purpose of stopping users
|
|
|
|
|
from choosing passwords that are easy to guess. CrackLib performs
|
|
|
|
|
several tests on passwords: it tries to generate words from a username
|
|
|
|
|
and gecos entry and checks those words against the password; it checks
|
|
|
|
|
for simplistic patterns in passwords; and it checks for the password
|
|
|
|
|
in a dictionary.
|
|
|
|
|
|
|
|
|
|
CrackLib is actually a library containing a particular C function
|
|
|
|
|
which is used to check the password, as well as other C
|
|
|
|
|
functions. CrackLib is not a replacement for a passwd program; it must
|
|
|
|
|
be used in conjunction with an existing passwd program.
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
Install the cracklib package if you need a program to check users'
|
2004-09-09 03:57:09 +00:00
|
|
|
|
passwords to see if they are at least minimally secure. If you install
|
|
|
|
|
CrackLib, you will also want to install the cracklib-dicts package.
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%package dicts
|
|
|
|
|
Summary: The standard CrackLib dictionaries.
|
|
|
|
|
Group: System Environment/Libraries
|
2005-01-04 00:13:00 +00:00
|
|
|
|
BuildRequires: words >= 2-13
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%description dicts
|
|
|
|
|
The cracklib-dicts package includes the CrackLib dictionaries.
|
|
|
|
|
CrackLib will need to use the dictionary appropriate to your system,
|
2004-09-09 03:57:09 +00:00
|
|
|
|
which is normally put in /usr/share/dict/words. Cracklib-dicts also
|
|
|
|
|
contains the utilities necessary for the creation of new dictionaries.
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
If you are installing CrackLib, you should also install cracklib-dicts.
|
|
|
|
|
|
|
|
|
|
%prep
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%setup -q
|
2004-09-09 03:56:20 +00:00
|
|
|
|
mkdir cracklib-dicts
|
|
|
|
|
for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
|
|
|
|
|
%{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \
|
|
|
|
|
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
|
|
|
|
|
%{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} %{SOURCE29} \
|
|
|
|
|
%{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} \
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%{SOURCE35} %{SOURCE36} %{SOURCE1}
|
2004-09-09 03:56:20 +00:00
|
|
|
|
do
|
|
|
|
|
cp -fv ${dict} cracklib-dicts/
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%build
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%configure --with-pic
|
|
|
|
|
make
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
2005-03-16 19:45:16 +00:00
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
./util/cracklib-format cracklib-dicts/* | \
|
|
|
|
|
./util/cracklib-packer $RPM_BUILD_ROOT/%{dictpath}
|
|
|
|
|
sed s,/usr/lib/cracklib_dict,%{dictpath},g lib/crack.h > $RPM_BUILD_ROOT/%{_includedir}/crack.h
|
|
|
|
|
ln -s cracklib-format $RPM_BUILD_ROOT/%{_sbindir}/mkdict
|
|
|
|
|
ln -s cracklib-packer $RPM_BUILD_ROOT/%{_sbindir}/packer
|
|
|
|
|
touch $RPM_BUILD_ROOT/top
|
|
|
|
|
|
|
|
|
|
toprelpath=..
|
|
|
|
|
touch $RPM_BUILD_ROOT/top
|
|
|
|
|
while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$toprelpath/top ; do
|
|
|
|
|
toprelpath=../$toprelpath
|
|
|
|
|
done
|
|
|
|
|
rm -f $RPM_BUILD_ROOT/top
|
|
|
|
|
ln -s $toprelpath%{dictpath}.hwm $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.hwm
|
|
|
|
|
ln -s $toprelpath%{dictpath}.pwd $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd
|
|
|
|
|
ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
2004-09-09 03:59:01 +00:00
|
|
|
|
%triggerpostun -- cracklib < 2.7-24
|
|
|
|
|
/sbin/ldconfig
|
2004-09-09 03:58:41 +00:00
|
|
|
|
|
2004-09-09 03:56:20 +00:00
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%doc README README-WORDS NEWS doc/LICENCE AUTHORS
|
2004-09-09 03:56:20 +00:00
|
|
|
|
%{_includedir}/*
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%{_libdir}/libcrack.*
|
|
|
|
|
%dir %{_datadir}/cracklib
|
|
|
|
|
%{_datadir}/cracklib/cracklib.magic
|
|
|
|
|
%{_sbindir}/*cracklib*
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%files dicts
|
|
|
|
|
%defattr(-,root,root)
|
2005-03-16 19:45:16 +00:00
|
|
|
|
%dir %{_datadir}/cracklib
|
|
|
|
|
%{_datadir}/cracklib/pw_dict.*
|
|
|
|
|
%{_libdir}/cracklib_dict.*
|
|
|
|
|
%{_sbindir}/mkdict
|
|
|
|
|
%{_sbindir}/packer
|
2004-09-09 03:56:20 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2005-03-17 20:26:53 +00:00
|
|
|
|
* Thu Mar 17 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.2-1
|
|
|
|
|
- update to 2.8.2
|
|
|
|
|
|
2005-03-16 19:45:16 +00:00
|
|
|
|
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.1-1
|
|
|
|
|
- update to 2.8.1
|
|
|
|
|
- moves dictionary to new default location under %%{_datadir} -- the
|
|
|
|
|
dictionary format is the same across all architectures
|
|
|
|
|
- renames "packer" to "cracklib-packer"
|
|
|
|
|
- conflict with cracklib-dicts < 2.8, where the on-disk format was not
|
|
|
|
|
compatible on 64-bit arches due to now-fixed cleanliness bugs
|
|
|
|
|
- move binaries for manipulating and checking words against dictionaries
|
|
|
|
|
from -dicts into the main package
|
|
|
|
|
|
2005-01-04 00:02:14 +00:00
|
|
|
|
* Mon Jan 3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-30
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2005-01-03 23:57:17 +00:00
|
|
|
|
* Mon Jan 3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-29
|
2005-01-04 00:13:00 +00:00
|
|
|
|
- correctly build on 64-bit systems (part of #143417)
|
2005-01-03 23:57:17 +00:00
|
|
|
|
- patch so that 32- and 64-bit libcrack can read dictionaries which were
|
2005-01-04 00:13:00 +00:00
|
|
|
|
incorrectly generated on 64-bit systems of the same endianness (more #143417)
|
2005-01-03 23:57:17 +00:00
|
|
|
|
- include a sample cracklib magic file
|
|
|
|
|
- stop using /usr/dict/* when building the dictionary
|
2005-01-04 00:13:00 +00:00
|
|
|
|
- list words as a build requirement, which it is, instead of a run-time
|
|
|
|
|
requirement
|
|
|
|
|
- provide a virtual arch-specific dep in cracklib-dicts, require it in
|
|
|
|
|
cracklib (part of #143417)
|
2005-01-03 23:57:17 +00:00
|
|
|
|
|
2004-09-09 03:59:17 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 03:59:01 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Feb 4 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-26
|
|
|
|
|
- update URL (previous page moved) (#114894)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 30 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-25
|
|
|
|
|
- fix ldconfig invocation in trigger for older versions which included the
|
|
|
|
|
soname symlink (#114620)
|
|
|
|
|
|
2004-09-09 03:58:41 +00:00
|
|
|
|
* Mon Dec 1 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-24
|
|
|
|
|
- include packer.h for reading dictionaries directly, since we already include
|
|
|
|
|
packer in the -dicts subpackage (#68339)
|
|
|
|
|
- don't include the soname symlink in the package, let ldconfig do its job
|
|
|
|
|
|
2004-09-09 03:58:12 +00:00
|
|
|
|
* Wed Jun 18 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-23
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-22
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- update URL
|
|
|
|
|
|
2004-09-09 03:57:35 +00:00
|
|
|
|
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add symlink to shared libs
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-19
|
|
|
|
|
- fix for builds on multilib systems (set DICTPATH properly)
|
|
|
|
|
|
2004-09-09 03:57:32 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 03:57:29 +00:00
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-16
|
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
2004-09-09 03:57:23 +00:00
|
|
|
|
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-15
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 2 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-13
|
|
|
|
|
- use getpwuid_r instead of getpwuid
|
|
|
|
|
|
|
|
|
|
* Fri Aug 3 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-12
|
2004-09-09 03:57:09 +00:00
|
|
|
|
- remove cruft that ldconfig already knows how to manage
|
|
|
|
|
- don't explicitly strip anything -- the brp setup decides that
|
|
|
|
|
- tweak the header so that it can be used in C++ (#46685)
|
|
|
|
|
- buildprereq the words package
|
|
|
|
|
|
2004-09-09 03:57:04 +00:00
|
|
|
|
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
|
- add link from library major version number
|
|
|
|
|
|
|
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
|
2004-09-09 03:56:20 +00:00
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- FHS fixes
|
|
|
|
|
- fix undeclared function warnings from the new compiler
|
|
|
|
|
- fix URL
|
|
|
|
|
|
|
|
|
|
* Fri Apr 07 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- switched to use /usr/share/dict/words
|
|
|
|
|
|
|
|
|
|
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- strip binaries
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 4)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
|
|
* Sat May 09 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- updated to 2.7
|
|
|
|
|
- build shared libraries
|
|
|
|
|
|
|
|
|
|
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
|
- added -fPIC
|
|
|
|
|
|
|
|
|
|
* Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
|
- basic spec file cleanups
|
|
|
|
|
|
|
|
|
|
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|