libpwquality: update to 1.2.0.
This commit is contained in:
parent
20922e345c
commit
32e7c29ef0
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libpwquality-devel'.
|
# Template file for 'libpwquality-devel'.
|
||||||
#
|
#
|
||||||
depends="libpwquality>=$version"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libpwquality'
|
# Template file for 'libpwquality'
|
||||||
pkgname=libpwquality
|
pkgname=libpwquality
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-pam --disable-python-bindings
|
configure_args="--disable-static --enable-pam --disable-python-bindings
|
||||||
--with-securedir=/usr/lib/security"
|
--with-securedir=/usr/lib/security"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
conf_files="/etc/security/pwquality.conf"
|
conf_files="/etc/security/pwquality.conf"
|
||||||
|
@ -12,7 +12,7 @@ short_desc="Library for password quality checking and generating random password
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://fedorahosted.org/libpwquality/"
|
homepage="https://fedorahosted.org/libpwquality/"
|
||||||
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=d11c71e88963feba1b06a594def201f2b4235680a8ac72ec6bbfc998e0acdf4e
|
checksum=32cfbe302ade7e7271ed44bcae8aae3b6b55ca56ff642c4ece1752ffaa8003ee
|
||||||
long_desc="
|
long_desc="
|
||||||
The libpwquality library purpose is to provide common functions for password
|
The libpwquality library purpose is to provide common functions for password
|
||||||
quality checking and also scoring them based on their apparent randomness.
|
quality checking and also scoring them based on their apparent randomness.
|
||||||
|
|
Loading…
Reference in New Issue