Blame SPECS/cracklib.spec

017226
# Reflects the values hard-coded in various Makefile.am's in the source tree.
017226
%define dictdir %{_datadir}/cracklib
017226
%define dictpath %{dictdir}/pw_dict
017226
017226
Summary: A password-checking library
017226
Name: cracklib
017226
Version: 2.9.6
017226
Release: 27%{?dist}
017226
Source0: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-%{version}.tar.gz
017226
Source1: https://github.com/cracklib/cracklib/releases/download/cracklib-%{version}/cracklib-words-%{version}.gz
017226
017226
# For man pages.
017226
Source2: http://ftp.us.debian.org/debian/pool/main/c/cracklib2/cracklib2_2.8.19-1.debian.tar.gz
017226
Source40: http://ftp.us.debian.org/debian/pool/main/c/cracklib2/cracklib2_2.8.19-1.dsc
017226
017226
# From attachment to https://bugzilla.redhat.com/show_bug.cgi?id=627449
017226
Source3: cracklib.default.zh_CN.po
017226
017226
# No upstream source for this, just words missing from the current cracklib-words
017226
Source10: missing-words.gz
017226
017226
Patch1: cracklib-2.9.1-inttypes.patch
017226
Patch2: cracklib-2.9.0-python-gzdicts.patch
017226
Patch4: cracklib-2.9.6-packlib-reentrant.patch
017226
Patch6: cracklib-2.9.6-simplistic.patch
017226
Patch7: cracklib-2.9.6-translation-updates.patch
017226
Patch8: cracklib-2.9.6-cve-2016-6318.patch
017226
Patch9: cracklib-2.9.6-coverity.patch
017226
Patch10: cracklib-2.9.6-lookup.patch
017226
URL: http://sourceforge.net/projects/cracklib/
017226
License: LGPLv2+
017226
BuildRequires: gcc
017226
BuildRequires: words, gettext
017226
BuildRequires: gettext-autopoint
017226
BuildRequires: zlib-devel
017226
Conflicts: cracklib-dicts < 2.8
017226
# The cracklib-format script calls gzip, but without a specific path.
017226
Requires: gzip
017226
017226
%description
017226
CrackLib tests passwords to determine whether they match certain
017226
security-oriented characteristics, with the purpose of stopping users
017226
from choosing passwords that are easy to guess. CrackLib performs
017226
several tests on passwords: it tries to generate words from a username
017226
and gecos entry and checks those words against the password; it checks
017226
for simplistic patterns in passwords; and it checks for the password
017226
in a dictionary.
017226
017226
CrackLib is actually a library containing a particular C function
017226
which is used to check the password, as well as other C
017226
functions. CrackLib is not a replacement for a passwd program; it must
017226
be used in conjunction with an existing passwd program.
017226
017226
Install the cracklib package if you need a program to check users'
017226
passwords to see if they are at least minimally secure. If you install
017226
CrackLib, you will also want to install the cracklib-dicts package.
017226
017226
%package devel
017226
Summary: Development files needed for building applications which use cracklib
017226
Requires: %{name} = %{version}-%{release}
017226
017226
%description devel
017226
The cracklib-devel package contains the header files and libraries needed
017226
for compiling applications which use cracklib.
017226
017226
%package dicts
017226
Summary: The standard CrackLib dictionaries
017226
BuildRequires: words >= 2-13
017226
BuildRequires: make
017226
Requires: cracklib = %{version}-%{release}
017226
017226
%description dicts
017226
The cracklib-dicts package includes the CrackLib dictionaries.
017226
CrackLib will need to use the dictionary appropriate to your system,
017226
which is normally put in /usr/share/dict/words. Cracklib-dicts also
017226
contains the utilities necessary for the creation of new dictionaries.
017226
017226
If you are installing CrackLib, you should also install cracklib-dicts.
017226
017226
%prep
017226
%setup -q -a 2
017226
017226
# Replace zn_CN.po with one that wasn't mis-transcoded at some point.
017226
grep '????????????????' po/zh_CN.po
017226
install -p -m 644 %{SOURCE3} po/zh_CN.po
017226
017226
%patch1 -p1 -b .inttypes
017226
%patch2 -p1 -b .gzdicts
017226
%patch4 -p1 -b .reentrant
017226
%patch6 -p1 -b .simplistic
017226
%patch7 -p1 -b .translations
017226
%patch8 -p1 -b .overflow
017226
%patch9 -p1 -b .coverity
017226
%patch10 -p1 -b .lookup
017226
017226
mkdir cracklib-dicts
017226
for dict in %{SOURCE10} %{SOURCE1}
017226
do
017226
        cp -fv ${dict} cracklib-dicts/
017226
done
017226
chmod +x util/cracklib-format
017226
017226
%build
017226
# Use the dictionary from the build to test
017226
sed -i 's,util/cracklib-check <,util/cracklib-check $(DESTDIR)/$(DEFAULT_CRACKLIB_DICT) <,' Makefile.in
017226
%configure --with-pic \
017226
 --without-python \
017226
 --with-default-dict=%{dictpath} --disable-static
017226
make -C po update-gmo
017226
make
017226
017226
%install
017226
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
017226
%make_install 'pythondir=${pyexecdir}'
017226
./util/cracklib-format cracklib-dicts/* | \
017226
./util/cracklib-packer $RPM_BUILD_ROOT/%{dictpath}
017226
./util/cracklib-format $RPM_BUILD_ROOT/%{dictdir}/cracklib-small | \
017226
./util/cracklib-packer $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
017226
rm -f $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
017226
sed s,/usr/lib/cracklib_dict,%{dictpath},g lib/crack.h > $RPM_BUILD_ROOT/%{_includedir}/crack.h
017226
ln -s cracklib-format $RPM_BUILD_ROOT/%{_sbindir}/mkdict
017226
ln -s cracklib-packer $RPM_BUILD_ROOT/%{_sbindir}/packer
017226
touch $RPM_BUILD_ROOT/top
017226
017226
toprelpath=..
017226
touch $RPM_BUILD_ROOT/top
017226
while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$toprelpath/top ; do
017226
	toprelpath=../$toprelpath
017226
done
017226
rm -f $RPM_BUILD_ROOT/top
017226
if test %{dictpath} != %{_libdir}/cracklib_dict ; then
017226
ln -s $toprelpath%{dictpath}.hwm $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.hwm
017226
ln -s $toprelpath%{dictpath}.pwd $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd
017226
ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi
017226
fi
017226
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklib*.*a
017226
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
017226
017226
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man{3,8}
017226
install -p -m644 debian/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3/
017226
install -p -m644 debian/*.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
017226
if ! test -s $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-packer.8 ; then
017226
    echo .so man8/cracklib-format.8 > $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-packer.8
017226
fi
017226
if ! test -s $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 ; then
017226
    echo .so man8/cracklib-format.8 > $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8
017226
fi
017226
017226
%find_lang %{name}
017226
017226
%check
017226
make test DESTDIR=$RPM_BUILD_ROOT
017226
017226
%ldconfig_scriptlets
017226
017226
%files -f %{name}.lang
017226
%doc README README-WORDS NEWS README-LICENSE AUTHORS
017226
%{!?_licensedir:%global license %%doc}
017226
%license COPYING.LIB
017226
%{_libdir}/libcrack.so.*
017226
%dir %{_datadir}/cracklib
017226
%{_datadir}/cracklib/cracklib.magic
017226
%{_sbindir}/*cracklib*
017226
%{_mandir}/man8/*
017226
017226
%files devel
017226
%{_includedir}/*
017226
%{_libdir}/libcrack.so
017226
%{_mandir}/man3/*
017226
017226
%files dicts
017226
%{_datadir}/cracklib/pw_dict.*
017226
%{_datadir}/cracklib/cracklib-small.*
017226
%{_libdir}/cracklib_dict.*
017226
%{_sbindir}/mkdict
017226
%{_sbindir}/packer
017226
017226
%changelog
017226
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.6-27
017226
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
017226
  Related: rhbz#1991688
017226
017226
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.6-26
017226
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
017226
017226
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-25
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
017226
017226
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-24
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
017226
017226
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.9.6-23
017226
- Use make macros
017226
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
017226
017226
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-22
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
017226
017226
* Fri Aug  9 2019 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-21
017226
- Drop Python 2 bindings completely
017226
017226
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-20
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
017226
017226
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-19
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
017226
017226
* Mon Nov 26 2018 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-18
017226
- Fix regression in dictionary creation and lookup
017226
017226
* Wed Oct 10 2018 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-17
017226
- Fix minor bug found in the Coverity scan
017226
017226
* Tue Oct  9 2018 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-16
017226
- Updated translations
017226
017226
* Fri Jul 13 2018 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-15
017226
- The test must use the dictionary from the build
017226
017226
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-14
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
017226
017226
* Wed Feb 21 2018 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-13
017226
- Drop Python 2 support in RHEL
017226
017226
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-12
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
017226
017226
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.9.6-11
017226
- Switch to %%ldconfig_scriptlets
017226
017226
* Wed Jan 03 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.9.6-10
017226
- Update Python 2 dependency declarations to new packaging standards
017226
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
017226
017226
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.6-9
017226
- Add Provides for the old name without %%_isa
017226
017226
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.9.6-8
017226
- Python 2 binary package renamed to python2-cracklib
017226
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
017226
017226
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-7
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
017226
017226
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-6
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
017226
017226
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-5
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
017226
017226
* Thu Dec  8 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.6-4
017226
- fix CVE-2016-6318 - avoid overflows in GECOS handling and mangling password (#1364944)
017226
017226
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.6-3
017226
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
017226
017226
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.6-2
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
017226
017226
* Fri Oct 23 2015 Tomáš Mráz <tmraz@redhat.com> - 2.9.6-1
017226
- new upstream release
017226
- cleanup of the word lists
017226
017226
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.1-6
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
017226
017226
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.1-5
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
017226
017226
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.9.1-4
017226
- fix license handling
017226
017226
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.1-3
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
017226
017226
* Wed Feb  5 2014 Tomáš Mráz <tmraz@redhat.com> - 2.9.1-2
017226
- move python files to libdir
017226
017226
* Mon Dec  9 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.1-1
017226
- new upstream release
017226
017226
* Mon Dec  2 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-9
017226
- update only .gmo files to avoid multilib conflicts (#1036305)
017226
017226
* Thu Nov 28 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-8
017226
- updated translations
017226
017226
* Thu Oct 31 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-7
017226
- do not remove any printable characters in cracklib-format
017226
017226
* Thu Oct 31 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-6
017226
- fix the broken zh_CN translation
017226
017226
* Tue Sep  3 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-5
017226
- make the simplistic check and the purging of special characters much
017226
  less aggressive (#1003624, #985378)
017226
017226
* Wed Aug 28 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-4
017226
- revert compression of the dictionaries as the performance penalty is too big
017226
017226
* Wed Aug 21 2013 Tomáš Mráz <tmraz@redhat.com> - 2.9.0-3
017226
- fix the python module to work with compressed dictionaries (#972542)
017226
- fix various dictionary lookup errors (#986400, #986401)
017226
- make the library reentrant and fix compilation warnings
017226
017226
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.0-2
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
017226
017226
* Mon Jun  3 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.9.0-1
017226
- update to 2.9.0 (#970065)
017226
  - adds FascistCheckUser()
017226
- go ahead and compress the main dictionary, since we're linking with zlib
017226
  anyway
017226
017226
* Tue Jan 29 2013 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-3
017226
- point cracklib-packer and cracklib-unpacker man pages to cracklib-format
017226
  (internal tooling)
017226
017226
* Wed Dec 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-2
017226
- add missing buildrequires: on zlib-devel (#888876)
017226
017226
* Mon Dec 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.22-1
017226
- update to 2.8.22 (#887461), which now returns an error instead of exiting
017226
  when there's a failure opening the dictionary in FascistCheck()
017226
017226
* Thu Dec 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.21-1
017226
- update to 2.8.21
017226
017226
* Mon Dec 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.20-1
017226
- update to 2.8.20 (#885439)
017226
017226
* Tue Nov 20 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.19-3
017226
- update the copy of the debian source package to one that can currently be
017226
  retrieved using the URL we list for it
017226
017226
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.19-2
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
017226
017226
* Fri May 18 2012 Nalin Dahyabhai <nalin@redhat.com> - 2.8.19-1
017226
- update to 2.8.19
017226
017226
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.18-3
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
017226
017226
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.18-2
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
017226
017226
* Thu Jan 27 2011 Nalin Dahyabhai <nalin@redhat.com> - 2.8.18-1
017226
- update to 2.8.18
017226
- add man pages from Debian (#583932)
017226
- replace zh_CN translation (related to #627449)
017226
017226
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.8.16-4
017226
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
017226
017226
* Sat Jul  3 2010 Dan Horák <dan[at]danny.cz> - 2.8.16-3
017226
- added gettext-autopoint as BR:
017226
017226
* Thu May 20 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.8.16-2
017226
- pull in changes to the Hindi translation (#589188)
017226
017226
* Tue Apr 20 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.8.16-1
017226
- update to 2.8.16
017226
017226
* Fri Jan 22 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-3
017226
- add passwords derived from rockyou breach data to the dictionaries (Matthew
017226
  Miller, #557592)
017226
017226
* Thu Jan 21 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-2
017226
- update license: tag
017226
- include license file
017226
017226
* Tue Dec  1 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-1
017226
- update to 2.8.15
017226
- update cracklib-words to the current version (2008-05-07)
017226
- fixup URLs for various dictionary sources that we use
017226
- fix freeing-an-uninitialized-pointer in the python module (SF#2907102)
017226
- add a disttag
017226
017226
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-6
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
017226
017226
* Mon May 18 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-5
017226
- add explicit dependency on gzip for the sake of cracklib-format (Daniel
017226
  Mach, #501278)
017226
017226
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-4
017226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
017226
017226
* Thu Feb 19 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-3
017226
- drop trailing "." from the package description for the dicts
017226
  subpackage (#225659)
017226
017226
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.8.13-2
017226
- Rebuild for Python 2.6
017226
017226
* Tue Oct 28 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-1
017226
- update to 2.8.13, which overhauls the python bindings and revises
017226
  FascistCheck()'s behavior:
017226
  2.8.12 success: returns None, fail: returns error text, other: exceptions
017226
  2.8.13 success: returns candidate, fail: throws ValueError, other: exceptions
017226
017226
* Tue Oct 28 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.12-3
017226
- fix errors rebuilding with libtool that's newer than the one upstream
017226
  has (#467364)
017226
017226
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.8.12-2
017226
- Autorebuild for GCC 4.3
017226
017226
* Fri Jan 25 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.12-1
017226
- update to 2.8.12, which was relicensed to GPLv2
017226
- package the now-bundled cracklib-small dictionary in cracklib-dicts
017226
017226
* Tue Aug 21 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-3
017226
- rebuild
017226
017226
* Mon Jul 23 2007 Nalin Dahyabhai <nalin@redhat.com>
017226
- add a %%check script to catch things like #249210
017226
017226
* Mon Jul 23 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-2
017226
- work around non-executable util/cracklib-format giving us empty/garbage
017226
  dictionaries (#249210)
017226
017226
* Thu Jul 19 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-1
017226
- update to 2.8.10
017226
017226
* Wed Jun 20 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-11
017226
- improve reports of out-of-memory exceptions so that they don't include a
017226
  bogus filename
017226
- improve reports of file-missing exceptions from the python module so that
017226
  they give the right filename (#225858)
017226
017226
* Mon Mar 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-10
017226
- explicitly include required headers from <packer.h> (#228698)
017226
- attempt to provide doc strings in the python module
017226
017226
* Mon Feb 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-9
017226
- drop final "." from summaries (Jef Spaleta, #225659)
017226
- drop static library from -devel subpackage (Jef Spaleta, #225659)
017226
- note that the most recently-added wordlist came from bugzilla (#225659)
017226
- remove explicit dependency on gzip, as it's implicit (Jef Spaleta, #225659)
017226
- convert %%triggerpostun to not use a shell as an interpreter (#225659)
017226
017226
* Wed Jan 31 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-8
017226
- add word list from attachment #126053 (#185314)
017226
017226
* Thu Jan 25 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-7
017226
- fix check for the existence of dictionaries when the caller specifies a
017226
  location (#224347, upstream #1644628)
017226
017226
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.8.9-6
017226
- rebuild against python 2.5
017226
017226
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-5
017226
- split out cracklib-python (#203327)
017226
017226
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-4
017226
- split out cracklib-devel (#203569)
017226
017226
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3.1
017226
- rebuild
017226
017226
* Mon Jun 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3
017226
- Add missing br, automake, libtool (#194738)
017226
017226
* Tue Apr 25 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-2
017226
- update to 2.8.9
017226
- only create compat symlinks for the dictionaries if we aren't installing
017226
  them into the old locations
017226
017226
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.6-1.2.1
017226
- bump again for double-long bug on ppc(64)
017226
017226
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.8.6-1.2
017226
- rebuilt for new gcc4.1 snapshot and glibc changes
017226
017226
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
017226
- rebuilt
017226
017226
* Mon Nov  7 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.6-1
017226
- update to 2.8.6
017226
- remove .la file (#172632)
017226
017226
* Wed Sep 28 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.5-2
017226
- update to 2.8.5
017226
017226
* Tue Sep 27 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.4-1
017226
- update to 2.8.4
017226
- build python module
017226
017226
* Fri May 13 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.3-1
017226
- update to 2.8.3
017226
017226
* Thu Mar 17 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.2-1
017226
- update to 2.8.2
017226
017226
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.1-1
017226
- update to 2.8.1
017226
  - moves dictionary to new default location under %%{_datadir} -- the
017226
    dictionary format is the same across all architectures
017226
  - renames "packer" to "cracklib-packer"
017226
- conflict with cracklib-dicts < 2.8, where the on-disk format was not
017226
  compatible on 64-bit arches due to now-fixed cleanliness bugs
017226
- move binaries for manipulating and checking words against dictionaries
017226
  from -dicts into the main package
017226
017226
* Mon Jan  3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-30
017226
- rebuild
017226
017226
* Mon Jan  3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-29
017226
- correctly build on 64-bit systems (part of #143417)
017226
- patch so that 32- and 64-bit libcrack can read dictionaries which were
017226
  incorrectly generated on 64-bit systems of the same endianness (more #143417)
017226
- include a sample cracklib magic file
017226
- stop using /usr/dict/* when building the dictionary
017226
- list words as a build requirement, which it is, instead of a run-time
017226
  requirement
017226
- provide a virtual arch-specific dep in cracklib-dicts, require it in
017226
  cracklib (part of #143417)
017226
017226
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
017226
- rebuilt
017226
017226
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
017226
- rebuilt
017226
017226
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
017226
- rebuilt
017226
017226
* Wed Feb  4 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-26
017226
- update URL (previous page moved) (#114894)
017226
017226
* Fri Jan 30 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-25
017226
- fix ldconfig invocation in trigger for older versions which included the
017226
  soname symlink (#114620)
017226
017226
* Mon Dec  1 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-24
017226
- include packer.h for reading dictionaries directly, since we already include
017226
  packer in the -dicts subpackage (#68339)
017226
- don't include the soname symlink in the package, let ldconfig do its job
017226
017226
* Wed Jun 18 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-23
017226
- rebuild
017226
017226
* Mon Jun 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-22
017226
- rebuild
017226
017226
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
017226
- rebuilt
017226
017226
* Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com>
017226
- update URL
017226
017226
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
017226
- add symlink to shared libs
017226
017226
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
017226
- rebuilt
017226
017226
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-19
017226
- fix for builds on multilib systems (set DICTPATH properly)
017226
017226
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
017226
- automated rebuild
017226
017226
* Sun May 26 2002 Tim Powers <timp@redhat.com>
017226
- automated rebuild
017226
017226
* Thu May  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-16
017226
- rebuild in new environment
017226
017226
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-15
017226
- rebuild
017226
017226
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
017226
- automated rebuild
017226
017226
* Tue Oct  2 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-13
017226
- use getpwuid_r instead of getpwuid
017226
017226
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-12
017226
- remove cruft that ldconfig already knows how to manage
017226
- don't explicitly strip anything -- the brp setup decides that
017226
- tweak the header so that it can be used in C++ (#46685)
017226
- buildprereq the words package
017226
017226
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
017226
- add link from library major version number
017226
017226
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
017226
- Bump release + rebuild.
017226
017226
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
017226
- automatic rebuild
017226
017226
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
017226
- FHS fixes
017226
- fix undeclared function warnings from the new compiler
017226
- fix URL
017226
017226
* Fri Apr 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
017226
- switched to use /usr/share/dict/words
017226
017226
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
017226
- strip binaries
017226
017226
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
017226
- auto rebuild in the new build environment (release 4)
017226
017226
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
017226
- build for glibc 2.1
017226
017226
* Sat May 09 1998 Prospector System <bugs@redhat.com>
017226
- translations modified for de, fr, tr
017226
017226
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
017226
- updated to 2.7
017226
- build shared libraries
017226
017226
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
017226
- added -fPIC
017226
017226
* Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
017226
- basic spec file cleanups
017226
017226
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
017226
- built against glibc