Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37573899
en ru br
Репозитории ALT
S:2.9.11-alt1
5.1: 2.8.13-alt1
4.1: 2.8.13-alt0.M41.1
4.0: 2.8.10-alt1
3.0: 2.8.2-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: cracklib

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# This spec is backported to ALTLinux 4.1 automatically by rpmbh script. Do not edit it.
Name: cracklib
Version: 2.8.13
Release: alt0.M41.1

Summary: A password-checking library.
License: %gpl2plus
Group: System/Libraries
Url: http://sourceforge.net/projects/cracklib

Packager: Alexey Rusakov <ktirf at altlinux.org>

Source: http://downloads.sourceforge.net/%name/%name-%version.tar.gz

BuildPreReq: rpm-build-licenses rpm-build-compat

%package utils
Summary: The CrackLib utilities for the build dictionaries.
Group: System/Libraries
Requires: %name = %version-%release

%package devel
Summary: %name link library & header file
Group: Development/C
Requires: %name = %version-%release

%description
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics. You can use CrackLib to stop
users from choosing passwords which would be easy to guess. CrackLib
performs certain tests:

* It tries to generate words from a username and gecos entry and
 checks those words against the password;
* It checks for simplistic patterns in passwords;
* It checks for the password in a dictionary.

CrackLib is actually a library containing a particular
C function which is used to check the password, as well as
other C functions. CrackLib is not a replacement for a passwd
program; it must be used in conjunction with an existing passwd
program.

Install the %name package if you need a program to check users'
passwords to see if they are at least minimally secure. If you
install CrackLib, you'll also want to install the %name-words
package.

%description devel
The %name devel package include the needed library link and
header files for development.

%description utils
The %name-utils package includes the utilities necessary to
create new dictionaries for Cracklib.

%prep
%setup -q

%build
%configure --disable-static
%make_build

%install
%makeinstall_std

%find_lang cracklib

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files -f %name.lang
%_libdir/*.so.*
%_datadir/%name
%doc AUTHORS ChangeLog NEWS README*

%files devel
%_includedir/*
%_libdir/*.so

%files utils
%_sbindir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin