diff --git a/cracklib-2.9.0.tar.gz b/cracklib-2.9.0.tar.gz deleted file mode 100644 index b9c3b0f..0000000 --- a/cracklib-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17fecdfa78c0b9b47afa1533ea99b5351c3cef770bbd9c8c34391827efecbdc0 -size 626322 diff --git a/cracklib-visibility.patch b/cracklib-2.9.2-visibility.patch similarity index 97% rename from cracklib-visibility.patch rename to cracklib-2.9.2-visibility.patch index dd8a5d5..a9e2fc2 100644 --- a/cracklib-visibility.patch +++ b/cracklib-2.9.2-visibility.patch @@ -1,8 +1,8 @@ Index: configure.in =================================================================== ---- configure.in.orig -+++ configure.in -@@ -90,6 +90,45 @@ AM_CONDITIONAL(BUILD_PYTHON,[test "$buil +--- configure.ac.orig ++++ configure.ac +@@ -97,6 +97,45 @@ dnl Handle local dict compiling properly AC_SUBST(CROSS_COMPILING, $cross_compiling) diff --git a/cracklib-2.9.2.tar.gz b/cracklib-2.9.2.tar.gz new file mode 100644 index 0000000..a4f3d85 --- /dev/null +++ b/cracklib-2.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5 +size 623125 diff --git a/cracklib.changes b/cracklib.changes index 0e4d430..be85e20 100644 --- a/cracklib.changes +++ b/cracklib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 4 13:38:51 UTC 2015 - p.drouand@gmail.com + +- Update to version 2.9.2 + + support build of python support outside of source tree + + fix bug in Python string distance calculation + + fix bug #16 / debian bug 724570 - broken optimization with packlib + prevblock +- Adapt patch to upstream changes + + cracklib-visibility.patch > cracklib-2.9.2-visibility.patch + ------------------------------------------------------------------- Sat Jun 8 09:28:35 UTC 2013 - mc@suse.com @@ -5,6 +16,7 @@ Sat Jun 8 09:28:35 UTC 2013 - mc@suse.com * add new FascistCheckUser function - remove translation-fix.dif * text changed - get translation via translation-update-upstream + ------------------------------------------------------------------- Tue Jan 29 08:32:56 UTC 2013 - dmueller@suse.com diff --git a/cracklib.spec b/cracklib.spec index 7497516..cb311fd 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -1,7 +1,7 @@ # # spec file for package cracklib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ Url: http://sourceforge.net/projects/cracklib Obsoletes: cracklib-64bit %endif # -Version: 2.9.0 +Version: 2.9.2 Release: 0 Requires: cracklib-dict Summary: Library to crack passwords using dictionaries @@ -40,7 +40,7 @@ Source2: baselibs.conf # Remove support for broken 64bit indexes from magic entry [bnc#106007] Patch: cracklib-magic.diff # PATCH-FIX-OPENSUSE Hide non-public functions -Patch1: cracklib-visibility.patch +Patch1: cracklib-2.9.2-visibility.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,8 +49,6 @@ certainsecurity-oriented characteristics. You can use CrackLib to stopusers from choosing passwords that are too simple.This package contains a full dictionary file used by cracklib. - - %package devel Summary: Header files and libraries for developing apps which will use CrackLib Group: Development/Libraries/C and C++