passwdqc: update to 1.4.0.
This commit is contained in:
parent
d8193d76e3
commit
c5b2b05444
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'passwdqc'
|
# Template file for 'passwdqc'
|
||||||
pkgname=passwdqc
|
pkgname=passwdqc
|
||||||
version=1.3.2
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
make_install_args="SHARED_LIBDIR=/usr/lib SECUREDIR=/usr/lib/security"
|
||||||
|
@ -8,10 +8,10 @@ conf_files="/etc/passwdqc.conf"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
short_desc="Password strength checking and policy enforcement toolset"
|
short_desc="Password strength checking and policy enforcement toolset"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="3-clause-BSD,0BSD"
|
license="BSD-3-Clause,0BSD"
|
||||||
homepage="http://www.openwall.com/passwdqc/"
|
homepage="http://www.openwall.com/passwdqc/"
|
||||||
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.openwall.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4971d3aeb09bd4b40610937189872073a83dc9985aa33fa6ac05abfe4ec4c851
|
checksum=72689c31c34d48349a7c2aab2cf6cf95b8d22818758aba329d5e0ead9f95fc97
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue