shadow: update to 4.8.
This commit is contained in:
parent
0e13bdc69f
commit
59d9fd5418
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'shadow'
|
||||
pkgname=shadow
|
||||
version=4.7
|
||||
version=4.8
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-static
|
||||
|
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/shadow-maint/shadow"
|
||||
distfiles="${homepage}/releases/download/${version}/shadow-${version}.tar.xz"
|
||||
checksum=e5e196a4a7e3b228c812f3163d368be3e932e6eaa4e616677a148d9ec921e16c
|
||||
checksum=64b46683b9c1f35b2cd2da9fa87a1383917666e85a56b35e081c7257d10dac64
|
||||
conf_files="/etc/pam.d/* /etc/default/* /etc/login.defs"
|
||||
|
||||
pre_configure() {
|
||||
|
@ -36,8 +36,6 @@ do_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||
|
||||
# Install our pam files not the ones supplied with shadow.
|
||||
rm -f ${DESTDIR}/etc/pam.d/*
|
||||
for f in chage passwd; do
|
||||
|
|
Loading…
Reference in a new issue