From 5f1d933b2c14d9408d91f2843c29222a71e1564f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 20 2010 15:16:49 +0000 Subject: - update to 2.8.16 --- diff --git a/.cvsignore b/.cvsignore index 4bccca1..f6dfe98 100644 --- a/.cvsignore +++ b/.cvsignore @@ -40,3 +40,4 @@ cracklib-2.8.12.tar.gz cracklib-2.8.13.tar.gz cracklib-2.8.15.tar.gz cracklib-words-20080507.gz +cracklib-2.8.16.tar.gz diff --git a/cracklib-2.8.15-suffix.patch b/cracklib-2.8.15-suffix.patch deleted file mode 100644 index 3b3c50f..0000000 --- a/cracklib-2.8.15-suffix.patch +++ /dev/null @@ -1,24 +0,0 @@ -Where possible, actually use the name of the file that we couldn't find. -SF#2907104. - -diff -up cracklib-2.8.15/python/_cracklibmodule.c cracklib-2.8.15/python/_cracklibmodule.c ---- cracklib-2.8.15/python/_cracklibmodule.c 2009-11-18 18:58:20.000000000 -0500 -+++ cracklib-2.8.15/python/_cracklibmodule.c 2009-12-01 15:14:21.000000000 -0500 -@@ -101,7 +101,7 @@ _cracklib_FascistCheck(PyObject *self, P - sprintf(dictfile, "%s" DICT_SUFFIX, dict); - if (lstat(dictfile, &st) == -1) - { -- PyErr_SetFromErrnoWithFilename(PyExc_OSError, dict); -+ PyErr_SetFromErrnoWithFilename(PyExc_OSError, dictfile); - free(dictfile); - return NULL; - } -@@ -123,7 +123,7 @@ _cracklib_FascistCheck(PyObject *self, P - sprintf(dictfile, "%s" DICT_SUFFIX, defaultdict); - if (lstat(dictfile, &st) == -1) - { -- PyErr_SetFromErrnoWithFilename(PyExc_OSError, defaultdict); -+ PyErr_SetFromErrnoWithFilename(PyExc_OSError, dictfile); - free(defaultdict); - free(dictfile); - return NULL; diff --git a/cracklib.spec b/cracklib.spec index dbafc61..96b35ce 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -4,8 +4,8 @@ Summary: A password-checking library Name: cracklib -Version: 2.8.15 -Release: 3%{?dist} +Version: 2.8.16 +Release: 1%{?dist} Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz @@ -45,7 +45,6 @@ Source37: pass_file.gz # https://bugzilla.redhat.com/show_bug.cgi?id=557592 # https://bugzilla.redhat.com/attachment.cgi?id=386022 Source38: ry-threshold10.txt -Patch0: cracklib-2.8.15-suffix.patch Patch1: cracklib-2.8.15-inttypes.patch Patch2: cracklib-2.8.12-gettext.patch Patch3: cracklib-2.8.15-init.patch @@ -111,7 +110,6 @@ If you are installing CrackLib, you should also install cracklib-dicts. %prep %setup -q -%patch0 -p1 -b .suffix cp lib/packer.h lib/packer.h.in %patch1 -p1 -b .inttypes %patch2 -p1 -b .gettext @@ -229,6 +227,9 @@ EOF %{_libdir}/../lib/python*/site-packages/*.py* %changelog +* Tue Apr 20 2010 Nalin Dahyabhai - 2.8.16-1 +- update to 2.8.16 + * Fri Jan 22 2010 Nalin Dahyabhai - 2.8.15-3 - add passwords derived from rockyou breach data to the dictionaries (Matthew Miller, #557592) diff --git a/sources b/sources index 75275b8..9edb6a3 100644 --- a/sources +++ b/sources @@ -26,5 +26,5 @@ a2bd31ce25a3057b61d2e5a1182d93a9 sf.gz 15ec61296de799eaa8111cfabbcbb44f shakespeare.gz c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz 6e76a087a646ede5eba05e9259fd84d4 pass_file.gz -dd745f3daad5d4efa9b0c89d32042c33 cracklib-2.8.15.tar.gz +3bfb22db8fcffd019463ee415a1b25b7 cracklib-2.8.16.tar.gz 7fa6ba0cd50e7f9ccaf4707c810b14f1 cracklib-words-20080507.gz