Accepting request 280036 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/280036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2015-01-10 22:04:47 +00:00 committed by Git OBS Bridge
commit 5b90776215
5 changed files with 21 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17fecdfa78c0b9b47afa1533ea99b5351c3cef770bbd9c8c34391827efecbdc0
size 626322

View File

@ -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)

3
cracklib-2.9.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1c899291d443e99d1aecfbc879e4ac9c0cbc265574f47b487842da11e9759f5
size 623125

View File

@ -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

View File

@ -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++