123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- # Reflects the values hard-coded in various Makefile.am's in the source tree.
- %define dictdir %{_datadir}/cracklib
- %define dictpath %{_datadir}/cracklib/pw_dict
- Summary: A password-checking library.
- Summary(ja): パスワードチェック用ライブラリ
- Name: cracklib
- Version: 2.8.22
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- URL: http://sourceforge.net/projects/cracklib/
- License: LGPLv2+
- Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
- # Retrieved at 20091201191719Z.
- Source1: http://iweb.dl.sourceforge.net/project/cracklib/cracklib-words/2008-05-07/cracklib-words-20080507.gz
- # For man pages.
- Source2: http://ftp.us.debian.org/debian/pool/main/c/cracklib2/cracklib2_2.8.18-1.debian.tar.gz
- 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
- # No upstream source for this; it came in as a bugzilla attachment.
- Source37: pass_file.gz
- Patch1: cracklib-2.8.15-inttypes.patch
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: words, autoconf, automake, gettext, libtool
- Conflicts: cracklib-dicts < 2.8
- Requires: gzip
- %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
- %description
- CrackLib tests passwords to determine whether they match certain
- 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.
- Install the cracklib package if you need a program to check users'
- passwords to see if they are at least minimally secure. If you install
- CrackLib, you will also want to install the cracklib-dicts package.
- %package -n compat32-%{name}
- Summary: A password-checking library.
- Summary(ja): パスワードチェック用ライブラリ
- Group: System Environment/Libraries
- Requires: %{name} = %{version}-%{release}
- %description -n compat32-%{name}
- CrackLib tests passwords to determine whether they match certain
- 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.
- Install the cracklib package if you need a program to check users'
- passwords to see if they are at least minimally secure. If you install
- CrackLib, you will also want to install the cracklib-dicts package.
- %package dicts
- Summary: The standard CrackLib dictionaries.
- Summary(ja): CrackLib 標準辞書
- Group: System Environment/Libraries
- Requires: words >= 2-13
- %description dicts
- The cracklib-dicts package includes the CrackLib dictionaries.
- CrackLib will need to use the dictionary appropriate to your system,
- which is normally put in /usr/share/dict/words. Cracklib-dicts also
- contains the utilities necessary for the creation of new dictionaries.
- If you are installing CrackLib, you should also install cracklib-dicts.
- %package -n compat32-%{name}-dicts
- Summary: The standard CrackLib dictionaries.
- Summary(ja): CrackLib 標準辞書
- Group: System Environment/Libraries
- Requires: compat32-%{name} = %{version}-%{release}
- Requires: %{name}-dicts = %{version}-%{release}
- %description -n compat32-%{name}-dicts
- The cracklib-dicts package includes the CrackLib dictionaries.
- CrackLib will need to use the dictionary appropriate to your system,
- which is normally put in /usr/share/dict/words. Cracklib-dicts also
- contains the utilities necessary for the creation of new dictionaries.
- If you are installing CrackLib, you should also install cracklib-dicts.
- %prep
- %setup -q -a 2
- cp lib/packer.h lib/packer.h.in
- %patch1 -p1 -b .inttypes
- autoreconf -f -i
- 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} \
- %{SOURCE35} %{SOURCE36} %{SOURCE37} %{SOURCE1}
- do
- cp -fv ${dict} cracklib-dicts/
- done
- chmod +x util/cracklib-format
- %build
- %configure --with-pic --without-python --with-default-dict=%{dictpath} --disable-static
- make
- %install
- [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- ./util/cracklib-format cracklib-dicts/* | \
- ./util/cracklib-packer $RPM_BUILD_ROOT/%{dictpath}
- ./util/cracklib-format $RPM_BUILD_ROOT/%{dictdir}/cracklib-small | \
- ./util/cracklib-packer $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
- rm -f $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
- 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
- if test %{dictpath} != %{_libdir}/cracklib_dict ; then
- 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
- fi
- rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/cracklibmodule.*a
- rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
- %find_lang %{name}
- %clean
- [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %post -n compat32-%{name} -p /sbin/ldconfig
- %postun -n compat32-%{name} -p /sbin/ldconfig
- %triggerpostun -p /sbin/ldconfig -- cracklib < 2.7-24
- %files -f %{name}.lang
- %defattr(-,root,root)
- %doc README README-WORDS NEWS README-LICENSE AUTHORS
- %{_includedir}/*
- %{_libdir}/libcrack.so*
- #{_libdir}/libcrack.a*
- %dir %{_datadir}/cracklib
- %{_datadir}/cracklib/cracklib.magic
- %{_sbindir}/*cracklib*
- %files dicts
- %defattr(-,root,root)
- %dir %{_datadir}/cracklib
- %{_datadir}/cracklib/pw_dict.*
- %{_datadir}/cracklib/cracklib-small.*
- %{_libdir}/cracklib_dict.*
- %{_sbindir}/mkdict
- %{_sbindir}/packer
- %if %{build_compat32}
- %files -n compat32-%{name}
- %defattr(-,root,root)
- %{_libdir}/libcrack.so*
- #{_libdir}/libcrack.a*
- %files -n compat32-%{name}-dicts
- %defattr(-,root,root)
- %{_libdir}/cracklib_dict.*
- %endif
- %changelog
- * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.22-1
- - update to 2.8.22
- - remove Patch2 (cracklib-2.8.12-gettext.patch)
- * Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.18-1
- - new upstream release
- * Tue May 05 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.8.12-3
- - fixed errors rebuilding with libtool-2
- - added Patch3: cracklib-2.8.12-gettext.patch
- * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.12-2
- - spec in utf-8
- * Tue May 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.12-1
- - update to 2.8.12, which was relicensed to GPLv2
- * Fri Mar 17 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.8.6-0vl2
- - updated files section for compat32-* packages
- * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.6-0vl1
- - new upstream release
- - import some changes from FC
- * Fri Feb 10 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.7-27vl2
- - added compat32-* packages for x86_64 architecture support
- * Sat Apr 10 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.7-27vl1
- - cracklib.spec -> cracklib-vl.spec
- - substantially rebuild
- * 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)
- * Fri Dec 06 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.7-19vl1
- - based on 2.7-19 from Rawhide and built for Vine Linux
- - added Japanese summary
- * Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-19
- - fix for builds on multilib systems (set DICTPATH properly)
- * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- - automated rebuild
- * 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
- * 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
- - 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
- * 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.
- * 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 <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
|