From af780d829bc3b7345a5d471c2b5f68acf3b8fb8b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 3 Jun 2013 17:33:05 -0400 Subject: [PATCH] update to 2.9.0 (#970065) - update to 2.9.0 (#970065) - adds FascistCheckUser() - go ahead and compress the main dictionary, since we're linking with zlib anyway --- .gitignore | 1 + cracklib.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 089361d..9dc597c 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ cracklib-2.8.16.tar.gz /cracklib-2.8.20.tar.gz /cracklib-2.8.21.tar.gz /cracklib-2.8.22.tar.gz +/cracklib-2.9.0.tar.gz diff --git a/cracklib.spec b/cracklib.spec index 8ad7021..8d5b784 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -4,8 +4,8 @@ Summary: A password-checking library Name: cracklib -Version: 2.8.22 -Release: 3%{?dist} +Version: 2.9.0 +Release: 1%{?dist} Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz @@ -159,7 +159,7 @@ 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}.pwd.gz $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd.gz ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi fi rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklib*.*a @@ -174,6 +174,7 @@ fi if ! test -s $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 ; then echo .so man8/cracklib-format.8 > $RPM_BUILD_ROOT/%{_mandir}/man8/cracklib-unpacker.8 fi +gzip -9v $RPM_BUILD_ROOT/%{_datadir}/cracklib/*.pwd %find_lang %{name} @@ -245,6 +246,12 @@ EOF %{_libdir}/../lib/python*/site-packages/*.py* %changelog +* Mon Jun 3 2013 Nalin Dahyabhai - 2.9.0-1 +- update to 2.9.0 (#970065) + - adds FascistCheckUser() +- go ahead and compress the main dictionary, since we're linking with zlib + anyway + * Tue Jan 29 2013 Nalin Dahyabhai - 2.8.22-3 - point cracklib-packer and cracklib-unpacker man pages to cracklib-format (internal tooling) diff --git a/sources b/sources index a10debe..d062273 100644 --- a/sources +++ b/sources @@ -29,4 +29,4 @@ c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz 7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz 12936e97cc34a28f2efec62e115a60e1 cracklib2_2.8.19-1.debian.tar.gz bf8714368e0a485472b6ad7c4dba06a3 cracklib2_2.8.19-1.dsc -463177b5c29c7a598c991e12a4898e06 cracklib-2.8.22.tar.gz +e0f94ac2138fd33c7e77b19c1e9a9390 cracklib-2.9.0.tar.gz