cracklib: update to 2.8.22.
This commit is contained in:
parent
4b4879a1d5
commit
21fcba6fa9
|
@ -2,10 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="zlib-devel cracklib>=${version}"
|
depends="zlib-devel cracklib>=${version}"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
# Template file for 'cracklib-python'.
|
# Template file for 'cracklib-python'.
|
||||||
#
|
#
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="${sourcepkg} python bindings"
|
short_desc="${short_desc} -- python bindings"
|
||||||
long_desc="${long_desc}
|
pycompile_module="cracklib.py"
|
||||||
|
|
||||||
This package contains python bindings for cracklib."
|
|
||||||
|
|
||||||
pycompile_module="."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/python*" usr/lib
|
vmove "usr/lib/python*" usr/lib
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'cracklib'
|
# Template file for 'cracklib'
|
||||||
pkgname=cracklib
|
pkgname=cracklib
|
||||||
version=2.8.19
|
version=2.8.22
|
||||||
revision=1
|
revision=1
|
||||||
|
subpackages="${pkgname}-devel ${pkgname}-python"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="python-devel zlib-devel"
|
makedepends="python-devel zlib-devel"
|
||||||
|
@ -10,13 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://cracklib.sourceforge.net/"
|
homepage="http://cracklib.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/cracklib/$pkgname-$version.tar.gz"
|
||||||
checksum=7086b0ca23f875c9cd9ea2a993c262384b274dba9c4ea1da845ec8ac290748a9
|
checksum=feaff49bfb513ec10b2618c00d2f7f60776ba93fcc5fa22dd3479dd9cad9f770
|
||||||
long_desc="
|
|
||||||
cracklib is a password checking library. It can check a given password
|
|
||||||
against a dictionary file to find weak passwords (vulnerable to
|
|
||||||
dictionary attacks)."
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel $pkgname-python"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Create default small wordlist.
|
# Create default small wordlist.
|
||||||
|
|
Loading…
Reference in New Issue